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

# The Dao

- [Vision and Values](https://docs.zeroauthority.xyz/the-dao/vision-and-values.md): The Vision and Values page is an important resource for anyone who wants to learn more about the organization, including potential employees, investors, partners, and customers.
- [Meet the core team](https://docs.zeroauthority.xyz/the-dao/meet-the-core-team.md): Core Contributors Day-to-Day Responsibilities
- [How to contribute to the DAO](https://docs.zeroauthority.xyz/the-dao/how-to-contribute-to-the-dao.md): Learn how to contribute to a Decentralized Autonomous Organization (DAO) with this page's comprehensive list, including voting, submitting proposals, and providing expertise.
- [How to reward contributions](https://docs.zeroauthority.xyz/the-dao/how-to-reward-contributions.md): Discover how to reward contributions in a Decentralized Autonomous Organization (DAO) with this page's overview, including tokens, reputation, financial and non-financial incentives, and token burn.
- [Zero Authority Solutions](https://docs.zeroauthority.xyz/the-dao/zero-authority-solutions.md): Overview of Zero Authority DAO
- [Reputation Onchain](https://docs.zeroauthority.xyz/the-dao/zero-authority-solutions/reputation-onchain.md): Overview of peer-to-peer creators in a decentralized age
- [Email Notification](https://docs.zeroauthority.xyz/the-dao/zero-authority-solutions/email-notification.md): Overview email notifications for activities
- [Nova AI Bots](https://docs.zeroauthority.xyz/the-dao/zero-authority-solutions/nova-ai-bots.md): Introducing Zero Authority AI & Bots
- [Standard Reputation Framework](https://docs.zeroauthority.xyz/the-dao/standard-reputation-framework.md): Reputation Framework User Guide V.0.1 first draft. Reputation and NFT Minting for Reputation Badges.
- [15 Common Categories](https://docs.zeroauthority.xyz/the-dao/standard-reputation-framework/15-common-categories.md): To Build Reputation Onchain
- [Clarity & JSON Implementation](https://docs.zeroauthority.xyz/the-dao/standard-reputation-framework/clarity-and-json-implementation.md)
- [Clarity Contract](https://docs.zeroauthority.xyz/the-dao/standard-reputation-framework/clarity-contract.md): Allowing authorized users to issue badges to multiple recipients
- [JSON Metadata](https://docs.zeroauthority.xyz/the-dao/standard-reputation-framework/json-metadata.md): Defines the badge's attributes, such as its name, description, image, and criteria
- [A New Standard for Trust in Web3](https://docs.zeroauthority.xyz/the-dao/standard-reputation-framework/a-new-standard-for-trust-in-web3.md): Zero Authority, the EigenTrust Algorithm & the Future of Reputation
- [Access to the Platform](https://docs.zeroauthority.xyz/the-dao/access-to-the-platform.md): To ensure you get access to features and solutions


---

# 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://docs.zeroauthority.xyz/the-dao.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.
