# Member Management

In [Coinshift](https://coinshift.xyz/), the Member role within a Safe represents users with limited permissions, primarily focused on performing non-transactional activities.&#x20;

{% hint style="info" %} <mark style="color:blue;">Members are restricted from executing transactional actions that directly affect Safe's asset.</mark>
{% endhint %}

&#x20;As a Member, the allowed activities include:

* Creating [proposals](/business/coinshift-walkthrough/transaction-management/proposals/proposal-management.md) (off-chain data)
* [Add Labels](/business/coinshift-walkthrough/label-management/add-label.md) in transactions
* Add Notes to a transaction
* Run [Portfolio History](/business/coinshift-walkthrough/reporting/portfolio-history.md) Reports

This access level enables Members to contribute to the management of the Safe without granting them transactional authority.

To locate the **Members** tab, navigate to the **Settings** area. A standard Members tab appears as follows:

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

At the top, it displays information about Members who are either **Active** or have been **invited** by the Signers/Members to participate in the Safe.

The **Pending Invitations** segment lists the addresses of users who have been added by the Safe Signers to join the Safe but have not yet received an invitation to do so.

For further information on the Members section, refer to the following articles:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Add Member</strong></mark> </td><td>Discover how to add Member to an organisation and expand your team.</td><td></td><td><a href="/pages/RSpE0HfA5Il7nsSqatT2">/pages/RSpE0HfA5Il7nsSqatT2</a></td></tr><tr><td><mark style="color:blue;"><strong>Deactivate Member</strong></mark></td><td>Learn how to deactivate an existing Member from an organisation.</td><td></td><td><a href="/pages/XLdnLTfTYjKRDMEhTkBq">/pages/XLdnLTfTYjKRDMEhTkBq</a></td></tr><tr><td><mark style="color:blue;"><strong>Filter &#x26; Search Members</strong></mark></td><td>Check this article to refine Members based on their status.</td><td></td><td><a href="/pages/0ulldJFOSTueL0xRosb2">/pages/0ulldJFOSTueL0xRosb2</a></td></tr></tbody></table>


---

# 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.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.
