# Permissions

Permissions are crucial for ensuring the secure and collaborative management of assets within your Squad. By leveraging permissions, users can establish granular levels of access for Squad members, thereby limiting the possibility of wrongdoing within a Squad.

{% hint style="info" %}
Permissions are only accessible to users with a Squads Business or Enterprise plan. Learn more about our pricing and subscription plans [here](/main/getting-started/pricing.md).
{% endhint %}

**Members in Squads have 3 types of roles:**

* **Proposer** - only allows creating transactions in the Squad without allowing to vote or execute them
* **Voter** - only allows signing transactions in the Squad without allowing to create or execute them.
* **Executor** - only allows executing transactions in the Squad without allowing to create or sign transactions.

<figure><img src="/files/nLt5p1Y2pChz0oMT78Jw" alt=""><figcaption><p>Permissions</p></figcaption></figure>

When members are added to a Squad during deployment, they are granted all three permissions. Permissions can be reassigned for existing members after the Squad deployment, and can be assigned for newly added members when launching a transaction to add them.

{% hint style="warning" %}
Please note that you must always have a sufficient amount of members with “Voter” and “Executor” permissions to successfully reach the confirmation threshold set for your Squad and execute the created transactions.
{% 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://docs.squads.so/main/navigating-your-squad/members/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.
