# FAQ

<details>

<summary><strong>What is Agua?</strong></summary>

Agua is a **React Visual Environment**. With Agua, you can understand codebases faster and document easily every change you make.

</details>

<details>

<summary><strong>Who is Agua for?</strong></summary>

Agua is tailor-made for Front-end developers using React. We are agnostic to your build tools, and don't matter if you use Typescript or Javascript.

</details>

<details>

<summary><strong>What can I do with Agua?</strong></summary>

If you are new to a project, Agua will generate a component and dependencies graph so you can visualize all your code structure. For each task, Agua will help you locate each file and preview each component with its props. You can edit each component directly in our integrated IDE and use AI to document all your work. As you push your changes, your team will have access to your documentation.

</details>

<details>

<summary><strong>How does Agua document my code?</strong></summary>

We have created specific prompts to document comprehensively each of your component's props. You only need to connect Agua to your AI provider to start documenting.

</details>

<details>

<summary><strong>Does my code get sent to Agua's servers?</strong></summary>

No. Your code only runs locally.

</details>

<details>

<summary><strong>Is Agua free?</strong></summary>

Yes, Agua is free for all developers. Do you want to use Agua in your workplace? Check out our ambassadors program and help us go global.

</details>

<details>

<summary><strong>Is Agua like</strong> <a href="https://www.codesee.io/"><strong>CodeSee</strong></a><strong>?</strong></summary>

We are sorry about CodeSee's shutdown. We are here for all those devs who hate working large codebases with poor documentation. Did you use CodeSee? Talk to our founders about your experience, and let's see how we can help you.

</details>


---

# 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://agua.gitbook.io/docs/quick-start/faq.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.
