# Table of contents

1. [Introduction](/introduction.md)
   * Start by introducing the software and what it does.
   * Explain why it's useful and who it's intended for.
   * Give an overview of the tutorial and what users can expect to learn.
2. Getting started
   * Provide instructions on how to download and install the software.
   * Explain how to open the software and create a new project.
   * Give a brief introduction to the interface and where users can find different tools.
3. Basic features
   * Explain how to use basic features such as selecting objects, moving and resizing objects, and adding text.
   * Provide examples of how to create simple designs using these features.
4. Advanced features
   * Introduce more advanced features such as layers, filters, and effects.
   * Explain how to use these features to create more complex designs.
   * Provide examples of designs that can be created using these features.
5. Saving and exporting
   * Explain how to save projects and how to open them again later.
   * Explain how to export designs to different file formats such as JPEG, PNG, or PDF.
6. Troubleshooting
   * Provide solutions to common problems users might encounter while using the software.
   * Explain where users can find additional help or support if needed.
7. Conclusion
   * Summarize what users have learned in the tutorial.
   * Encourage users to experiment with the software and create their own designs.
   * Provide any additional tips or resources that might be helpful.

Overall, it's important to keep the language simple and avoid technical jargon as much as possible. Use screenshots and videos to demonstrate different features and make sure to provide clear instructions for each step.


---

# 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.airia.xyz/table-of-contents.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.
