# Site Structure

## App Sections

There are two main sections of your app. The **Site** section which is global to the whole app and the **Page** section which is scoped to a particular page.

### Site Structure

The site structure consists of main parts.

* **Header** - This is the top section of the app. The header contains several slots
* **Navigation** - This navigation consists of the leftmost sidebar
* **Page** - This is the main working area you will use to build your app's page content. Note the page section technically extends up behind the

<figure><img src="/files/HgAHGJQY7EMepNMsdIxV" alt=""><figcaption><p>Digram of page structure</p></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://docs.klai.studio/reference/site-settings/site-structure.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.
