# Related posts

The Related posts section appears at the bottom of each post and helps keep readers engaged by suggesting additional content. You can control how posts are filtered, customize the section title, or hide the section entirely.

### Step-by-step:

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

{% step %}
In the theme settings tab, find the **"Related posts"** option under the **Post** section.
{% endstep %}

{% step %}
Choose your preferred option.
{% endstep %}

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

### Available options

* **Primary Tag** (*default*) – Shows posts that share the same primary tag as the current post.
* **Latest** – Shows the most recent posts on the site.
* **Hide** – Hides the entire related posts section.

### Custom section title

You can customize the heading above the related posts by editing the **"Related posts title"** field in the same section.

If left empty, the default title is used: `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://docs.ektothemes.com/guides/craft/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.
