# Membership

In order to become a member of a DAO, you must first propose to join the DAO.

Connect your wallet and select the DAO you wish to join:&#x20;

<figure><img src="/files/SiwD9Iy6inae1x64SDtL" alt=""><figcaption></figcaption></figure>

Once you enter the DAO home screen, click "**Create Proposal**"

<figure><img src="/files/Au0KeLpjcMGhFa3tgu4Q" alt=""><figcaption></figcaption></figure>

The only proposal you can make as a non-member is a "**Membership Request**". Fill in the **Title** and **Description** of your proposal. Make sure your **Address** is correct and choose your **Commitment** amount.

<figure><img src="/files/D07VMOhT4hsyAbRLXkfD" alt=""><figcaption></figcaption></figure>

Once you have been accepted into the DAO, you will see a "**Confirm Membership**" button at the top left when you enter the DAO home page.

<figure><img src="/files/wEuXK8CLLKBC2MNE2AYZ" alt=""><figcaption></figcaption></figure>

Confirm your commitment in order to join the DAO, the call schedule and percentages for each call is shown at the top.

<figure><img src="/files/KSerCridwxlWZSdKBJax" alt=""><figcaption></figcaption></figure>

Congrats! You are now apart of a 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://aetos.gitbook.io/aetos.vc/getting-started/membership.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.
