> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/haas/customization/homepage/hero.md).

# Hero

The Hero is the main introduction area at the top of your homepage. It helps you welcome visitors and give a quick overview of what your site is about. You can customize the **Style**, **Image**, **Title**, and **Description** to create a strong first impression.

### Step-by-step:

{% stepper %}
{% step %}
Go to **"Design & branding"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
In the theme settings tab, find the **"Hero"** options under the **Homepage** section.
{% endstep %}
{% endstepper %}

### Available options

* **Style** – Choose the hero layout style. Options: *`Modern`, `Classic (Default)`, `Writer`*
* **Image** – A visual element shown in the hero. Default: Uses your [Publication cover](/guides/haas/customization/cover.md)
* **Title** – The main heading text of your homepage. Default: `Hey, welcome to [site title]`
* **Description** – A short summary describing your site’s purpose. Default: Uses your **Site description** (from **General** → **Title & description** → **Site description**).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.ektothemes.com/guides/haas/customization/homepage/hero.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.
