# Create Home Page For RemUI Starter

{% hint style="info" %}
These settings are applicable for Edwiser RemUI Starter suite users only. If you have purchased Edwiser RemUI PRO or Course Creator Suite then you will have access to **Edwiser RemUI Page Builder**. Refer to [Create Home Page](/site-home-page-setup/create-home-page.md)
{% endhint %}

### Adding a Slider on the Frontpage

#### Style

**Static Content**

You can add a video or an image as the header content.

* **Video**:
  * Select `Video URL` under `Select Content type`.
  * Add the video URL in the `iframe Embedded code` custom box.
* **Image**:
  * Select `Image` under `Select Content type`.
  * Upload an image in the `Upload Image` field.
  * Add overlay content in the `Add Text` field.

**Slider Content**

To add a slider to the header, follow these steps:

* Select `Slider Content`.
* Set the `Slide Interval` in milliseconds.
* Enable or disable `Slider Autoplay` based on your preference.
* Specify the `Number of Slides`.

### Customizing the Homepage Content

The main body of the homepage includes:

* Courses display
* Four-column layout
* About Us section

#### Four Column Layout

Each section in the four-column layout can be customized:

* **Enable buttons on Section**: Toggle the display of a button after the icon and section description.
* **Body title for Section**: Add a title for the section.
* **Body description for Section**: Add a description under the title.
* **Font Awesome icon for Section**: Use the default icon or add a custom Font Awesome icon.
* **Button Text**: Set the button label.
* **URL link**: Add a link for the button.

#### About Us Section

* **Enable About Us Section**: Toggle the display of the About Us section.
* **About Us Heading**: Add a custom heading.
* **About Us Text**: Add a description below the title.
* **Frontpage About Us Image**: Upload an image of your choice.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://remui-docs.edwiser.org/site-home-page-setup/create-home-page-for-remui-starter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
