> For the complete documentation index, see [llms.txt](https://docs.teadao.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teadao.money/acceptance.md).

# Acceptance

By clicking the “Connect Wallet” button, completing the account registration process, and joining TeaDAO, you confirm that you understand and agree to these terms and conditions, together with any documents that may be expressly referred to and are incorporated by reference (“Terms”)

These Terms constitute a legal agreement between you and TeaDAO and govern your access to and use of TeaDAO, including any content, functionality, and services offered on or through the TeaDAO.

TeaDAO reserves the right to change or modify these terms at any time and at our sole discretion. You agree and understand that by accessing or using the Platform following any change to these Terms, you are regarded as having agreed to the revised Terms.


---

# 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:

```
GET https://docs.teadao.money/acceptance.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.
