# "Request to Join" a DAO

When the "Allow anyone to Join" DAO setting is turned off, new members have to request to join the DAO. This initiates a process that involves voting by existing members and the execution of a proposal by signators.&#x20;

### How do I request to join a DAO?

1. Requesting Membership: If the "Allow anyone to Join" setting is disabled, users who want to join the DAO need to follow a request process. Head over to the DAO landing page and click "Request to Join"\ <br>

   <figure><img src="/files/Y3ySgXbVextvIU3XLRap" alt=""><figcaption></figcaption></figure>
2. Submitting the Request: Users can include a message about themselves and why they would like to join the DAO. This message will be visible to all DAO members that have to vote on the membership request.\ <br>

   <figure><img src="/files/e4mmq58je47FcHRzUoc2" alt="" width="375"><figcaption></figcaption></figure>
3. Proposal Creation: This request triggers the creation of an "Add New Member" proposal within the DAO. The "Add New Member" proposal includes the wallet address of the user who requested to join the DAO. Existing members of the DAO will be notified of the proposal and have the opportunity to vote on it.
4. Voting Process: DAO members review the proposal and cast their votes, indicating whether they approve or reject the request to add the new member.
5. Signator Execution: If the proposal is approved, Signators need to sign and execute the proposal to finalize the new member's inclusion in the DAO.
6. Access to the DAO: Once the new user is added to the DAO, it doesn't automatically grant them voting power. Instead, they gain access to the DAO. However, to become a full member with voting power, the new user needs to contribute ETH to receive DAO tokens.
7. Contributing ETH: To acquire voting power and become a full member, the new user can click on the "Contribute ETH" option within the DAO. This allows them to deposit ETH in exchange for DAO tokens, granting them the ability to participate in voting and decision-making processes.


---

# 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://guide.upstreamapp.com/dao-members/joining-a-dao/request-to-join-a-dao.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.
