# Onde está a minha DAO?

Você implantou uma DAO. Excelente! Mas você não pode encontrá-la! Onde está a sua DAO?

Se o processo de criação da DAO estiver concluído com sucesso e a DAO foi implantada corretamente, você poderá acessar sua DAO facilmente:

Copie e cole este URL no seu navegador:

[​https://client.aragon.org/#/](https://client.aragon.org/#/)<**DAO name**>

Nota: <**DAO name**> é o nome da sua DAO que você escolheu durante a fase de criação da DAO.

Não se esqueça de conectar a sua carteira Web3 à rede (que é a rede onde você implantou a sua DAO) e também de selecionar a conta do endereço da carteira correta.


---

# 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://legacy-docs.aragon.org/aragon-documentacao-do-utilizador/faq/products/aragon-client/where-is-my-dao.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.
