> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/platform/team-management/grant-permission.md).

# Grant Permission

<div align="left"><figure><img src="/files/09LGPSt7nWwbm2ZAONCw" alt="" width="563"><figcaption><p>Grant Permissions</p></figcaption></figure></div>

## Procedures

1. Go to <img src="/files/OpBVTu9w6b4cLMhp1sjt" alt="" data-size="line"> > **Team** > **Manage your Current Team** > **Member & Permission** > **Permission** > **Grant Permission**.
2. Select the members you want to grant permissions to.
3. Assign the resource groups you want the member to be able to access.
4. Assign the policies you want the member to be able to access. See [**View Policies**](/welcome/platform/team-management/view-policies.md) for details.
5. Click on **Grant**.
6. *<mark style="color:green;">(Optional)</mark>* In the permission list, you can do the following:
   * Click a resource name to view resource group details.
   * Click an authorized member to view member details, including permissions and access key information.
   * Click on a policy name to view the policy's details.
   * Click **Remove** to delete the permission.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

* <mark style="color:blue;">Permission removal will not delete existing members and resources.</mark>
* <mark style="color:blue;">The policies, including</mark> <mark style="color:blue;">**`AdministratorAccess`**</mark><mark style="color:blue;">,</mark> <mark style="color:blue;">**`FinanceFullAccess`**</mark><mark style="color:blue;">,</mark> <mark style="color:blue;">**`OperatorAccess`**</mark><mark style="color:blue;">, and</mark> <mark style="color:blue;">**`ReadOnlyAccess`**</mark> <mark style="color:blue;">are only available for</mark> <mark style="color:blue;">**All Resources**</mark><mark style="color:blue;">.</mark>
* <mark style="color:blue;">Only members with one of the following permissions can create a new service.</mark>
  * <mark style="color:blue;">**`AdministratorAccess`**</mark>
  * <mark style="color:blue;">**`FinanceFullAccess`**</mark> <mark style="color:blue;">+</mark> <mark style="color:blue;">**`FullAccess`**</mark><mark style="color:blue;">**&#x20;**</mark><mark style="color:blue;">**of a specific service**</mark> <mark style="color:blue;">(such as</mark> <mark style="color:blue;">`BMCInstanceFullAccess`</mark><mark style="color:blue;">)</mark>
    {% 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://docs.console.zenlayer.com/welcome/platform/team-management/grant-permission.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.
