> For the complete documentation index, see [llms.txt](https://dorado.gitbook.io/dorado-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dorado.gitbook.io/dorado-docs/ecosystem/community-support/user-discussion-groups.md).

# User Discussion Groups

Dorado fosters a vibrant community of users through dedicated forums and discussion groups, providing a platform for meaningful interactions, knowledge sharing, and collaboration. Our forums serve as hubs where users can engage in discussions, seek assistance, share insights, and contribute to the collective growth of the Dorado ecosystem. Whether you're a novice exploring the world of decentralized finance (DeFi) or a seasoned investor, our forums offer a welcoming environment where all members are encouraged to participate and learn from each other's experiences. From troubleshooting technical issues to exploring innovative staking strategies, our forums cater to a wide range of topics relevant to the Dorado community.

As we continue to expand our community outreach efforts, we are excited to announce that additional links and resources will be made available on our website. Users can find these links under the footer section on our website, where they can access our forums, discussion groups, and other community-driven platforms. We encourage all members to join the conversation, connect with fellow users, and actively participate in shaping the future of Dorado. Together, we can unlock new opportunities, drive innovation, and create a thriving ecosystem that benefits everyone involved. Join us on our journey today and become an active member of our thriving community!<br>


---

# 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://dorado.gitbook.io/dorado-docs/ecosystem/community-support/user-discussion-groups.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.
