# Managing Rules

The **Rule** page displays all the available rules from the third-party tools (Trivy, OpenSSF, Semgrep, Opengrep, Snyk, SonarQube, Kubescape, ZAP) that are available in SSD. It also provides users with the ability to configure SSD so that alerts are not generated for specific rules.

You can manage the **Severity** and **Status** of the rules in this page.&#x20;

### To View Rules

* Navigate to **Setup** > **Rules**. The rules page is displayed.&#x20;

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

The following details of the available rules are displayed as shown below:

* **Rule** - Displays the rule name.&#x20;
* **Severity** - Displays the severity level of the rule.&#x20;
* **Tools** - Displays the third party tools that are related to the tool.&#x20;
* **Description** - Displays a brief about the rule. You can hover over the description to view the entire description of the rule.

<figure><img src="/files/5u410x4mj3wkgZ0dTPK2" alt=""><figcaption></figcaption></figure>

* **Teams** - Displays the teams name that are associated with the team.&#x20;
* **Status** - Displays the status of the rule.&#x20;
* **Tags** - Displays the tags that are associated with the rule.&#x20;
* **Category** - Displays the category of the rule.&#x20;

### To Modify Severity of Rules

The **Severity** of the rules can be changed manually.&#x20;

* Choose the rule for which you want to change the severity.
* In the **Severity** dropdown, select the severity level.

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

* Click **Save Changes**. The severity of the rule is modified.&#x20;

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

### To Enable or Disable Rules

You can enable or disable all the rules by using the **Bulk Edit** option. &#x20;

* Click **Bulk Edit**.
* Select **Enable all** or **Disable all** from the **Update Status** dropdown.&#x20;

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

* Click **Save Changes**. The rules are enabled or disabled.&#x20;


---

# 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.opsmx.com/ssd/security-risk-and-prioritization/user-guide/managing-rules.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.
