# Authors

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

GrainBits includes a beautifully designed [Authors](https://flexibits.thefinebits.com/authors/) template that highlights everyone contributing to your site. It automatically displays each author's photo, name, and article count.

1. Navigate to **Pages** in the Ghost Admin and click `New Page`.
2. Title your page (e.g., Authors) and set the `Page URL` to `authors`.

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

{% hint style="info" %}
You can use any title for the Authors page, but the `Page URL` must be `authors` for the template to apply automatically.
{% endhint %}


---

# 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://thefinebits.gitbook.io/grainbits/custom-pages/authors.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.
