# Authors Section

This section showcases authors in a grid layout, helping readers discover writers behind the content. It uses a page with an internal tag to control the section title and visibility.

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

1. Go to Ghost Admin.
2. Create a **page** and add internal tag `#authors-section`
3. Set the page title (used as section heading).
4. Publish the page.
5. Add authors in Ghost and assign posts to them.
6. (Optional) Add `#no-title` tag to hide section heading.
7. Authors will appear automatically.

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

<figure><img src="/files/MA8jF2TBGAKct3vBQQqN" 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/authors-section.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.
