# Adding Context

Airbook allows you to add **text blocks** to provide context and structure to your tables and charts. This helps create a well-organized and readable document.

### Adding a Text Block

1. Press **`/`** to open the menu.
2. Select **Text Block** from the options.
3. Enter your text and format it as needed.

### Formatting and Structuring Text

Airbook offers several formatting options to help you structure your document effectively. These allow you to:

* Organize information clearly.
* Provide explanations for tables and charts.
* Improve readability and document flow.

### Rearranging Blocks

All blocks, including text blocks, can be **dragged and dropped** to rearrange their order. This ensures a logical and comprehensible presentation of information.

### Using Callout Blocks

For important information that needs to stand out, use **Callout Blocks**. These have a different, bolder background and are designed to highlight key points and grab attention effectively.


---

# 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.airbook.io/explore/adding-context.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.
