> For the complete documentation index, see [llms.txt](https://multisafe.gitbook.io/multisafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multisafe.gitbook.io/multisafe/multisafe-feature-list/manage-people/add-people.md).

# Add People

Users can add people in different ways on MultiSafe. Such that -&#x20;

1. **Add one -** You can one by one add your team members.
2. **Import Multiple -** Drag and drop your CSV file having all your employees (Name, Address, token, amount)

![](/files/-MaJXEz_l4hzOGEq7xL1)

**Case A -** If you click on '**Add One**', a screen will popup where the owner can add all the details of the required person.

![](/files/-MaKQfp8bNnQQXV7nJCx)

**Case B -** If you click on '**Import Multiple**', a screen will open where users can import the CSV file and all the people will be uploaded automatically.

Few point to keep in mind while uploading -&#x20;

1. The file should be in .csv
2. All the details should be there like First Name, Wallet Address, Team name, and currency.
3. Currency should be the same for all the team members.

&#x20;

![](/files/-MaKRdm4b6kebUcdpoql)

{% hint style="info" %}
**Note -** Owner will add people and people can have any ethereum account.
{% endhint %}

### &#x20;**Edit and Delete people -**&#x20;

Click on the person's tab and the drawer will open, at the bottom users will find 'Edit' and 'Delete'. They can choose them as per requirement.

* **Edit -** This button will edit the name, address team, currency, and amount.
* **Delete -** The delete button will delete the person's details.

![](/files/-MaSmr65ml1q5uSou5Fa)

{% hint style="info" %}
**Pay a single person directly** is applicable for both Teams and People. [Click here](/multisafe/multisafe-feature-list/manage-people/adding-team-members.md) to read in detail about it.&#x20;
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://multisafe.gitbook.io/multisafe/multisafe-feature-list/manage-people/add-people.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
