# Policy Management

The policy management page is designed for creating, editing, and deleting policies. The policies are assigned to the groups, and with those policies, agents can collect the data; if there is no policy assigned to a group, agents won't be able to collect any data.

* **Policy Rules**: This section allows users to create, edit, and delete policies. To create a policy, click on the "+ Policy" button. Select the module and type, fill the blank fields with required or desired values.

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

* **Group Management**: This section allows users to manage groups on the portal. The users can create, edit, and delete groups. To create a group, click on the "+ Group" button. By default, the portal has a default group.

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


---

# 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.cloudcyte.com/admin-guide/rules-and_policies/policy_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.
