> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/create-content/content-structure.md).

# Content structure

Content in GitBook is organized around your docs sites. Your organization contains sites, and each site is made up of **sections** — the pages you write and edit live inside a section.

Related sections can be organized into **groups** to shape your site's navigation. The structure you see while editing is the same structure your visitors see on your published site.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-globe">:globe:</i></h4></td><td><h4>Sites</h4></td><td>Create a site to publish and organize your documentation.</td><td><a href="/pages/opU0gcQWR28qAZOtB7JN">/pages/opU0gcQWR28qAZOtB7JN</a></td></tr><tr><td><h4><i class="fa-layer-group">:layer-group:</i></h4></td><td><h4>Sections</h4></td><td>Create sections to organize the content within your site.</td><td><a href="/pages/moDj3PEk7p2zQgeFnQeb">/pages/moDj3PEk7p2zQgeFnQeb</a></td></tr><tr><td><h4><i class="fa-folder">:folder:</i></h4></td><td><h4>Groups</h4></td><td>Create groups to organize related sections in your site.</td><td><a href="/pages/e9ggdMSZiVMkRxIMXuwb">/pages/e9ggdMSZiVMkRxIMXuwb</a></td></tr><tr><td><h4><i class="fa-file-lines">:file-lines:</i></h4></td><td><h4>Pages</h4></td><td>Create pages to split up and edit the content in your documentation.</td><td><a href="/pages/rQjvGxGcUeJWEOCurV8r">/pages/rQjvGxGcUeJWEOCurV8r</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/create-content/content-structure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
