# Add Member

Safe Signers or Members have the ability to invite community users to join their organisation as Members. There are two methods to add Members to a Safe:

* Define Members (add addresses) while setting up the Safe
* Use the **Add Member** option (after creating the Safe)

**Method 1: Defining Members during Safe setup**

This option allows you to define the Safe Members while setting up the Safe. The Main Signers then need to invite other Members to join the Safe. Please refer to this guide on how to[ create a Safe](/business/getting-started/setting-up-a-new-organisation/add-accounts-safes-wallets-etc./create-a-new-safe.md), add Members during the setup process, and subsequently invite them to [join an existing organisation](/business/getting-started/joining-an-existing-organisation.md).

&#x20;**Method 2: Adding Members to an existing Safe**

This option enables you to add a Member to an existing Safe.

{% hint style="info" %} <mark style="color:blue;">Adding a Member will not affect the threshold required to approve transactions within the Safe.</mark>&#x20;
{% endhint %}

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

Follow the steps below to add Members to an existing Safe:

## **Step 1:** **Accessing the Add Member option**

Navigate to the **Settings** section of your dashboard. Locate the **Add Member** button and click on it.

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

## **Step 2: Enter Member wallet or ens address**

The application will prompt you to enter the ENS or wallet address of the user. Provide the necessary information and click on the **Invite Member** button.

<figure><img src="/files/9NgtZvvqYE7lrdR1z9Jr" alt="" width="280"><figcaption></figcaption></figure>

The user has now been invited to join Safe. (see the screenshot below).

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

## **Step 3: Accept the invitation to join organisation**

Next, the invited user must visit the [Coinshift](https://beta.coinshift.xyz/) app and register as a new user ([Sign Up](/business/getting-started/setting-up-a-new-organisation/sign-up.md)), if not already a user. Upon successful registration, the user will see a list of all pending invitations to join organisations.

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

They must either accept or decline each invitation by clicking on the **Accept** or **Reject** button, respectively.

## **Step 4:** **Check new Member details on the dashboard**

If the user accepts the invitation, their name will appear on the active Members list within the organisation. They will then have the ability to manage non-transactional Safe activities.

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

&#x20;


---

# 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://docs.coinshift.xyz/business/coinshift-walkthrough/member-management/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.
