# Related posts

Displays a related posts section at the bottom of each post to encourage readers to explore more content. You can choose how posts are filtered, customize the section title, or hide it completely.

### Step-by-step:

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

{% step %}
Under the **Post** section, locate "**Related posts**".
{% endstep %}

{% step %}
Select your preferred option and click "**Save**".
{% endstep %}
{% endstepper %}

### Available Options

* **Primary Tag&#x20;*****(default)*****:** Displays posts that share the same primary tag as the current post.
* **Latest:** Displays the most recent posts on the site.
* **Hide:** Hides the related posts section completely.

### Custom Section Title

You can customize the heading displayed above the related posts by editing the "Related posts title" field.

* *Default: You might also like*


---

# 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/post/related-posts.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.
