# DAOs on Upstream | Documentation

## DAOs on Upstream | Documentation

- [About Upstream](https://guide.upstreamapp.com/getting-started/about-upstream.md)
- [Understanding DAOs](https://guide.upstreamapp.com/getting-started/understanding-daos.md)
- [Creating an Account](https://guide.upstreamapp.com/getting-started/creating-an-account.md)
- [Linking Wallet Addresses](https://guide.upstreamapp.com/getting-started/creating-an-account/linking-wallet-addresses.md)
- [Overview](https://guide.upstreamapp.com/daos/overview.md)
- [DAO Roles](https://guide.upstreamapp.com/daos/dao-roles.md)
- [DAO Wallets](https://guide.upstreamapp.com/daos/dao-wallets.md)
- [DAO Vault](https://guide.upstreamapp.com/daos/dao-vault.md)
- [DAO Forum](https://guide.upstreamapp.com/daos/dao-forum.md): Bridging Decisions and Discussions
- [Connecting ENS Domain](https://guide.upstreamapp.com/daos/connecting-ens-domain.md)
- [Collective Settings](https://guide.upstreamapp.com/dao-creators/collective-settings.md)
- [Inviting Members](https://guide.upstreamapp.com/dao-members/inviting-members.md)
- [Joining a DAO](https://guide.upstreamapp.com/dao-members/joining-a-dao.md)
- ["Request to Join" a DAO](https://guide.upstreamapp.com/dao-members/joining-a-dao/request-to-join-a-dao.md)
- [Contributing Funds](https://guide.upstreamapp.com/dao-members/contributing-funds.md)
- [Withdrawing Funds](https://guide.upstreamapp.com/dao-members/withdrawing-funds.md)
- [Creating Proposals](https://guide.upstreamapp.com/dao-members/creating-proposals.md)
- [Proposal Commands](https://guide.upstreamapp.com/dao-members/creating-proposals/proposal-commands.md)
- [Call Remote Contract](https://guide.upstreamapp.com/dao-members/creating-proposals/call-remote-contract.md)
- [Unable to Create a Proposal](https://guide.upstreamapp.com/dao-members/creating-proposals/unable-to-create-a-proposal.md)
- [Voting on a Proposal](https://guide.upstreamapp.com/dao-members/voting-on-a-proposal.md)
- [Vote Delegation](https://guide.upstreamapp.com/dao-members/voting-on-a-proposal/vote-delegation.md)
- [Common Voting Issues](https://guide.upstreamapp.com/dao-members/voting-on-a-proposal/common-voting-issues.md): Having trouble voting on a proposal in your DAO? See tips on troubleshooting here.
- [Creating a Poll](https://guide.upstreamapp.com/dao-members/creating-a-poll.md): This article outlines the steps to create a poll on Upstream.
- [Creating an Event](https://guide.upstreamapp.com/dao-members/creating-an-event.md): This guide will outline how you can successfully create an event on Upstream.
- [Understanding Signators](https://guide.upstreamapp.com/signators/understanding-signators.md)
- [Executing a Proposal](https://guide.upstreamapp.com/signators/executing-a-proposal.md)
- [Posting Announcements](https://guide.upstreamapp.com/signators/posting-announcements.md)
- [Exporting Members Data](https://guide.upstreamapp.com/signators/exporting-members-data.md)
- [Glossary](https://guide.upstreamapp.com/resources/glossary.md)
- [Security](https://guide.upstreamapp.com/resources/security.md)
- [Technical Architecture](https://guide.upstreamapp.com/resources/technical-architecture.md): This article aims to provide a high-level overview of the technical architecture behind Upstream.
- [Deleting Your Account](https://guide.upstreamapp.com/resources/deleting-your-account.md)
- [Offboarding DAO](https://guide.upstreamapp.com/offboarding-dao.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.upstreamapp.com/getting-started/about-upstream.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.
