# Policies

Group automation rules into policies to simplify the management of these rules by providing a single point of control. This makes it easier to enable, disable, or modify multiple rules at once. Additionally, Enterprise users are able to use those policies to evaluate packages in Open Source Select with [Start Left Policies](/product/open-source-select/start-left-policies.md).

### View existing policies <a href="#seeyourexistingpolicies" id="seeyourexistingpolicies"></a>

1\. Go to **Automations** on the left side menu (you can also access automations for a specific repository by clicking **Automate** on the top right corner).\
2\. See a list of your existing policies under the tab **Policies**.\
3\. Click a specific policy to see the full list of rules that are part of it. Here, you can add new rules, enable/disable/edit them, and remove them from the policy.

### Create a new policy <a href="#createanewpolicy" id="createanewpolicy"></a>

1\. Go to **Automations** on the left side menu (you can also access automations for a specific repository by clicking **Automate** on the top right corner).\
2\. Click **+New**, then **Create policy.**\
3\. On the popup window add a name, repositories affected and select automation rules that should be part of your policy.\
4\. Click **Save policy.**

### Edit an existing policy <a href="#editanexistingpolicy" id="editanexistingpolicy"></a>

1\. Go to **Automations** on the left side menu (you can also access automations for a specific repository by clicking **Automate** on the top right corner).\
2\. Click the **Policies** tab.\
3\. Click **… (three dots)** for the specific policy and then click **Edit policy.**\
4\. On the popup window you can edit details such as the name, repositories affected and select automation rules that should be part of your policy.\
5\. Click **Save policy.**


---

# 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.debricked.com/product/automation/policies.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.
