> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dialtu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Template: Reference / FAQ

> [One sentence: what data the reader finds here]

\[Intro sentence: what this page covers and when to consult it.]

## \[Table name, e.g. Fields]

| Field     | Type           | Required | Description            |
| --------- | -------------- | -------- | ---------------------- |
| `[field]` | \[text/number] | Yes/No   | \[What it represents.] |
| `[field]` | \[text/number] | Yes/No   | \[What it represents.] |

## Frequently asked questions

<AccordionGroup>
  <Accordion title="[FAQ 1]">
    \[Short, direct answer.]
  </Accordion>

  <Accordion title="[FAQ 2]">
    \[Answer.]
  </Accordion>
</AccordionGroup>

<Warning>
  \[Important limit or restriction the reader should know, if any.]
</Warning>
