# Manifesto

The Manifesto section appears on the homepage after the feed and gives you space to share more **about your work**, **values**, or **approach**. This section is designed to add context and personality, helping visitors better understand what you do and how you work.

You can customize the **Title** and **Text** to create a clear and strong message that complements your visual content.

### Step-by-step:

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

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

### Available options

* **Title** (*optional*) – The main heading displayed above the manifesto content.
* **Text** – The main content of the manifesto, used to explain your work, vision, or approach.

### HTML Support

The Text field supports simple HTML to format content while keeping the layout clean and readable.

**You can use the following tags:**

```html
<br><br> – Paragraph separation
<a> – links
<em> – italic text
<strong> – bold text
<mark> – highlighted text
<u> – underlined text
<s> – strikethrough text
```

**Below is an example of a manifesto using the similar structure as the theme preview:**

{% code overflow="wrap" %}

```html
We partner with creative teams to turn ideas into lasting digital work.<br><br>

Over years of experience, we collaborate closely with studios, agencies, and independent creators to shape clear and focused outcomes.<br><br>

A creative studio focused on digital products, visual identity, and thoughtful execution across platforms.<br><br>

Our approach values <em>clarity</em>, <strong>consistency</strong>, and <mark>careful decisions</mark> over speed or trends.<br><br>

Learn more about our work on <a href="https://ghost.org/">our studio page</a>, or get in touch to start a conversation.<br><br>

This is an example of <u>underlined text</u> and <s>text that is no longer relevant</s>, showing how simple HTML can be used to add emphasis while keeping the layout clean and readable.
```

{% endcode %}

### Visibility rules

The Manifesto section is displayed only when the **Text field is filled**. To hide this section, just clear the Text field.


---

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