# Layout

- [Generating Excel](https://help.taglo.io/layout/generating-excel.md): Introduction to generating Excel with Models
- [Auto Layout](https://help.taglo.io/layout/auto-layout.md): How to automatically add sections of your Model to the Layout
- [Sheets](https://help.taglo.io/layout/sheets.md): How to create Sheets in a Layout
- [Sheet Content](https://help.taglo.io/layout/sheets/sheet-content.md): What content do Sheets contain?
- [Adding and Editing Content](https://help.taglo.io/layout/sheets/adding-and-editing-content.md): How to edit Sheet content
- [Excel Formatting](https://help.taglo.io/layout/excel-formatting.md): How to change the appearance of your spreadsheets
- [Excel Themes and Styles](https://help.taglo.io/layout/excel-formatting/excel-themes-and-styles.md): How to style your Excel outputs
- [Line Formatting](https://help.taglo.io/layout/excel-formatting/line-formatting.md): How to change line formatting
- [Data Tables](https://help.taglo.io/layout/data-tables.md): How to create Excel Data Tables
- [Excel Generation Troubleshooting](https://help.taglo.io/layout/excel-generation-troubleshooting.md): Tips on what to do when Excel generation doesn't go as expected


---

# 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://help.taglo.io/layout.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.
