# Inviting Members

Inviting members to your DAO on Upstream is a crucial and exciting step after the DAO is created. We have simplified the process to make it easy for you.&#x20;

### How do I invite members?

1. Access the DAO Dashboard: Log in to your Upstream account and navigate to the DAO dashboard.
2. Copy the Invitation Link: On the top left corner, you'll see an "Invite" button. Upon clicking the "Invite" button, you will be provided with a unique invitation link for your DAO. The link is in the form of "<mark style="color:red;">**dao-name**</mark>.upstreamapp.com". Copy this link to your clipboard.<br>

   <figure><img src="/files/Z5miaMTRGXRXMa6Lofs1" alt="" width="375"><figcaption></figcaption></figure>
3. Share the Invitation Link: Share the invitation link with prospective members whom you want to invite to your DAO. <br>

   <figure><img src="/files/CJ6aTc4hDHkNc7xqYGVT" alt="" width="375"><figcaption></figcaption></figure>
4. Prospective Member's Action: When a prospective member receives the invitation link, they can click on it to access the DAO's landing page on Upstream.
5. Joining the DAO: On the landing page, the prospective member will have the option to join the DAO or request membership to the DAO if certain DAO settings are enabled (as explained in the [next section](/dao-members/joining-a-dao.md)).&#x20;
6. Approval Process: Depending on the DAO settings, the membership request may trigger a new proposal within the DAO. Existing DAO members will be required to vote on the proposal, and the DAO signator(s) will need to sign and execute the proposal to add the new member to the DAO.


---

# 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/inviting-members.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.
