# Overview

- [Intro](https://autoedit.gitbook.io/documentation/overview/readme.md)
- [Development approach](https://autoedit.gitbook.io/documentation/overview/readme/development-approach.md)
- [from 1.0.5 to 1.0.6](https://autoedit.gitbook.io/documentation/overview/readme/from-105-to-106.md)
- [Architecture Overview](https://autoedit.gitbook.io/documentation/overview/architecture.md)
- [Lo fi Design Sketches](https://autoedit.gitbook.io/documentation/overview/architecture/lo-fi-design-sketches.md)
- [High fidelity sketches in HTML](https://autoedit.gitbook.io/documentation/overview/architecture/high-fidelity-sketches-in-html.md)
- [Support the project](https://autoedit.gitbook.io/documentation/overview/support-the-project.md)
- [documentation section template](https://autoedit.gitbook.io/documentation/overview/documentation-section-template.md)
- [Build / Deployment](https://autoedit.gitbook.io/documentation/overview/deploymentbuild.md)
- [Deployment/build for Mac OS X](https://autoedit.gitbook.io/documentation/overview/deploymentbuild/deploymentbuild-for-max-os-x.md)
- [Deployment / Build for Linux](https://autoedit.gitbook.io/documentation/overview/deploymentbuild/deployment-build-for-linux.md)
- [Deployment / Build for Windows](https://autoedit.gitbook.io/documentation/overview/deploymentbuild/deployment-build-for-windows.md)
- [Travis CI continuous build](https://autoedit.gitbook.io/documentation/overview/deploymentbuild/travis-ci-continuous-build.md): current travis setup
- [previous travis setup](https://autoedit.gitbook.io/documentation/overview/deploymentbuild/travis-ci-continuous-build/previous-travis-setup.md): Previous travis setup, kept for record


---

# 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://autoedit.gitbook.io/documentation/overview.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.
