> 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/sense/customization/homepage/signup.md).

# Signup

The **Signup** section displays a newsletter subscription form near the bottom of the homepage, just above the footer.

It helps convert visitors into subscribers by offering a simple and direct way to join your mailing list.\
You can customize the title, description, and choose whether to show or hide the section.

Follow the steps below to access the Signup settings:

{% stepper %}
{% step %}

### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

### Navigate to Design Settings

* Go to **Settings** > **Site** > **Design & branding** `yoursite.com/ghost/#/settings/design`
* Click the **"Customize"** button to open the theme editor.
  {% endstep %}

{% step %}

### Open Theme Settings

* Locate the **Signup** options under the **Homepage** section.
  {% endstep %}
  {% endstepper %}

### Available Fields

* **Show signup** - Toggle this option to enable or hide the section.
* **Title** - Main heading of the signup box. *Default:* `Stay in the loop`
* **Description** - Short message inviting users to subscribe. *Default:* `Sign up to receive updates and the latest news from [site title]`

### Background Image

The **Signup** section uses your [Publication cover](/guides/sense/customization/cover.md) as the background image. This field is optional — if no image is uploaded, the section will use a plain background.

{% hint style="warning" %}
If a **Publication cover** is used, all text in the signup section will appear in white. Make sure to choose an image with enough contrast to ensure readability.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ektothemes.com/guides/sense/customization/homepage/signup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
