# Tags

Highlight your publication categories with a dedicated tags section designed to improve content discovery and visual organization. Customize the **section title and description**, and **choose which tags appear** on the homepage to create a more curated and engaging browsing experience for your readers.

### Step-by-step:

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

{% step %}
Under the **Homepage** section, locate "**Tag title**", "**Tag description**" and "**Explore tags**".
{% endstep %}

{% step %}
Edit the title and description as needed, then add the tag slugs you want to display, separated by commas and without spaces. This section supports up to 10 tags.
{% endstep %}

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

<figure><img src="/files/4btzHFcn64YUcB5sbRQG" alt=""><figcaption></figcaption></figure>

### Available Options

* **Title:** The main heading text.
  * *Default: Browse by Tags*
* **Description:** A short message displayed below the title.
  * *Default: Explore topics and discover stories that match your interests.*

{% hint style="info" %}
Note: The default texts can also be customized directly in the translation files.
{% endhint %}


---

# 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/tags.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.
