# Latest Articles (with tabs)

This section shows the latest posts in a grid layout with interactive filter tabs, allowing visitors to browse all posts or filter them by selected tags. It dynamically loads posts and supports a “Show More” button for progressive loading.

**Step-by-Step Guide to Configure This Section**

1. Go to Ghost Admin
2. To control section title, go to **Settings → Design → Theme settings → Homepage** and update "Home feed title".
3. To enable filter tabs, add tag slugs in "Home feed tags"(comma-separated). Be careful to add correct tag slugs.
4. Create posts and assign them those tags.
5. Publish posts—they will automatically appear in tabs.

<figure><img src="/files/cdGsOzHlSSh9G3RgXMLD" alt=""><figcaption></figcaption></figure>


---

# 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://themesupport.gitbook.io/gravity-docs/homepage/latest-articles-with-tabs.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.
