# MyAAC

## MyAAC

- [Welcome!](https://docs.my-aac.org/readme.md): MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It is easy to configure, compatible with MySQL databases and can be customized with Plugins.
- [Quick Start](https://docs.my-aac.org/quick-start.md): Here will be description about quick start with docker.
- [Troubleshooting](https://docs.my-aac.org/troubleshooting.md): Solutions to common problems
- [Linux](https://docs.my-aac.org/install/linux.md)
- [Configure web server](https://docs.my-aac.org/install/linux/configure-web-server.md)
- [Install with git](https://docs.my-aac.org/install/linux/install-with-git.md)
- [Serve](https://docs.my-aac.org/install/linux/serve.md)
- [Windows](https://docs.my-aac.org/install/windows.md): How to install on windows
- [Uniform Server (recommended)](https://docs.my-aac.org/install/windows/uniform-server-recommended.md)
- [XAMPP](https://docs.my-aac.org/install/windows/xampp.md): XAMPP should be used only for development of MyAAC, and not for running a live website.
- [Pages](https://docs.my-aac.org/customize/pages.md)
- [Plugins](https://docs.my-aac.org/customize/plugins.md)
- [About plugins](https://docs.my-aac.org/customize/plugins/about-plugins.md)
- [Compatibility](https://docs.my-aac.org/customize/plugins/compatibility.md)
- [Templates](https://docs.my-aac.org/customize/templates.md)
- [Updating](https://docs.my-aac.org/misc/updating.md)
- [Contributing](https://docs.my-aac.org/misc/contributing.md)
- [TODO](https://docs.my-aac.org/misc/todo.md)
- [Supported servers](https://docs.my-aac.org/misc/supported-servers.md)
- [Stripe](https://docs.my-aac.org/misc/stripe.md): How to configure Stripe payments
- [Commands](https://docs.my-aac.org/misc/commands.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.my-aac.org/readme.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.
