# Add Member

Adding new members into your DAO is easily done by creating a **Add Member** proposal.

<figure><img src="/files/642rqM7t8Qp1cE9kYK4b" alt=""><figcaption><p>Add Members to your Swarm with a new proposal</p></figcaption></figure>

1. Select "**Add Member**" as your proposal type.
2. Type in the k:account information of the member you wish to add to the Swarm.

{% hint style="info" %}
All proposals require you to set a End Time and Proposal Title.
{% endhint %}


---

# 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://swarms-finance.gitbook.io/swarms.finance-app/guide/create-a-proposal/add-member.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.
