> For the complete documentation index, see [llms.txt](https://docs.acecloud.ai/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecloud.ai/knowledge-base/iam/how-to-manage-policies-in-iam-module.md).

# How to Manage Policies in IAM Module?

### a. How to create a policy?

To create a policy, follow the steps below:

**Step 1:** [Login](https://customer.acecloudhosting.com/) to the Ace Cloud Portal.

**Step 2:** Navigate to the **IAM** module from the left-hand menu.

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

**Step 3:** Click on the **Policies** tab.

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

**Step 4:** Click on the **Create Policy** button.

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

**Step 5: Define Access Scope**

1. In the policy setup screen:
   * Select the **Project**.
   * Select the **Region** (e.g., `Atlanta`).
   * Select the **Services** (e.g., `IAM` and `Billing`).
2. Click **Next**.

**Step 6: Name the Policy**

1. Provide a **Policy Name** (e.g., Billing-Atlanta).
2. Add a relevant **Description**.
3. Click **Next**.

**Step 7: Review and Create**

1. Review all selected details (project, region, services).
2. If everything is correct, click **Create**.

*Note: Your policy is now ready to be assigned to a group.*

### b. How to assign a policy to a group?

**Step 1:** Go to the **Groups** tab.

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

**Step 2:** Click **Edit Group** next to the group (e.g., Test-Group).

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

**Step 3:** Add the new policy (Atlanta-Billing) to this group.

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

**Step 4:** Save the changes.


---

# 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.acecloud.ai/knowledge-base/iam/how-to-manage-policies-in-iam-module.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.
