# Roles & Permissions

## Wallet roles & permissions

<table><thead><tr><th width="344.3333333333333">Action</th><th data-type="checkbox">Signer</th><th data-type="checkbox">Non-signer</th></tr></thead><tbody><tr><td>Initiate payments*</td><td>true</td><td>true</td></tr><tr><td>Approve and reject payments</td><td>true</td><td>false</td></tr><tr><td>Change approval policy</td><td>true</td><td>false</td></tr><tr><td>Promote and demote signers</td><td>true</td><td>false</td></tr></tbody></table>

{% hint style="info" %}
\**Only teammates can initiate transactions.*
{% endhint %}

## Company roles & permissions

<table><thead><tr><th width="336">Action</th><th width="126" data-type="checkbox">Admin</th><th width="146" data-type="checkbox">Teammate</th><th data-type="checkbox">Accountant</th></tr></thead><tbody><tr><td>Invite and manage team members</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Enrich transaction data</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Track wallets</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Create categorization rules</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Export transaction data</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Whitelist token</td><td>true</td><td>true</td><td>true</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://multis.gitbook.io/guide-and-legal/financial-backbone-for-web3-companies/set-up-your-account/secure-your-wallet-by-adding-a-team-member/roles-and-permissions.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.
