# Category Grid

This section displays top categories (tags) with their post counts, helping users explore content by topic. It optionally uses a page (via internal tag) to control the section title and “View all” link.

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

1. Go to Ghost Admin.
2. (Optional) Create a **page** and add internal tag `#category`
3. Set the page title (this becomes section heading).
4. Publish the page.
5. Create tags and assign them to as many posts as you require.
6. Add feature images to tags (optional, but recommended).
7. If no page is created, all categories will be displayed.

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

<figure><img src="/files/2kcbqoUHB6QVmvLqR14X" 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/category-grid.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.
