> For the complete documentation index, see [llms.txt](https://walistonbelles1.gitbook.io/electroaac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://walistonbelles1.gitbook.io/electroaac/electroaac-documentation.md).

# ElectroAAC Documentation

The first step to start using ElectroAAC is to clone the project on your machine using the command: `git clone` [`https://github.com/ElectroAAC/electro.git`](https://github.com/ElectroAAC/electro.git)

After downloading and unzipping the document, you can follow the tutorials on how to configure the Backend and Frontend.

## How to configure the backend?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/oaVazXEx5KSl7wddd8Pu" %}
[Backend](/electroaac/reference/backend.md)
{% endcontent-ref %}

## How to configure the frontend?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/zNpx5UHo0n3wGJ2BzApI" %}
[Frontend](/electroaac/reference/frontend.md)
{% endcontent-ref %}

## Run the project with Nginx

{% content-ref url="/pages/31iA5q16aZKrVVj2Uyo5" %}
[Run the project with Nginx](/electroaac/reference/run-the-project-with-nginx.md)
{% endcontent-ref %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://walistonbelles1.gitbook.io/electroaac/electroaac-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
