# Hero

This section defines the main introductory area at the top of your homepage. In Hero style, it allows you to choose what you want to display in the hero, such as: **headline and subscribe**. You can customize the title and description to create a strong first impression.

### Step-by-step:

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

{% step %}
Under the **Homepage** section and locate "**Hero style**".
{% endstep %}

{% step %}
Select the elements you want to display, such as Headline / Subscribe.
{% endstep %}

{% step %}
Enter your custom **title** and **description**.
{% endstep %}

{% step %}
Click "**Save**" to apply the changes.
{% endstep %}
{% endstepper %}

### Available Options

* **Hero style**: Defines the layout and content displayed in the hero section of your homepage.
  * *Default: Headline / Subscribe*
* **Title:** The main heading displayed on your homepage.
  * *Default: Hello, welcome to \[Site title]*
* **Description:** The text displayed below the title.
  * *Default: Site description from the General settings.*

### Visibility rules

The Footer title and subscription form section will be hidden when Portal is disabled, when a member is logged in, or when the "Invite only" option is enabled.


---

# 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://pinathemes.gitbook.io/docs/breeze/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.
