# A DAO is software

DAO software uses Web3 smart contracts to facilitate decentralized decision making among a group of participants. At the core of a DAO is the organization’s bank, sometimes referred to as a treasury. The bank is a critical element to the DAO software stack, as it allows for members to comingle and co-manage funds in a semi-trustless manner.

Decisions need to be made about what to do with the money in the bank, but also about membership, and really anything the group wants to coordinate around. So, DAO software also has built in mechanisms to help with this. Members are voted in (or added when the DAO is launched) and the software allows members of a DAO (or even non-members) to submit proposals, and the other members to vote on those proposals.

It’s simple software, so all of this can be done with just a few clicks. And it’s Web3, so there is no central point of control for any of this software or the associated records of votes. So, when someone says “maybe you should use a DAO” what they mean is that your organization, or team, or project might benefit from the use of DAO software for coordination purposes.


---

# 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://docs.beecapital.org/about-dao/a-dao-is-software.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.
