# Settings

The settings page lets you control how your environment is scanned and edit your monitors. It's organized into three tabs: **Status**, **Configuration**, and **Monitors**.

### Status

The **Status** tab shows the current state of your environment.

### Configuration

The **Configuration** tab has the following sections:

#### Scheduling

You can edit the frequency at which your assessment runs, or disable scheduled runs altogether in this section.

<figure><img src="/files/weaojqzzNhDalvbLnHuN" alt="" width="375"><figcaption></figcaption></figure>

### Monitors

The **Monitors** tab lets you edit or archive your monitors:

<figure><img src="/files/ouUsUxCXH7e3mPbMNggl" alt="" width="563"><figcaption></figcaption></figure>

Edit monitors to change their severity, description, or search query. Archive monitors to prevent them from running on future assessment jobs. Archived monitors will also be removed from your default findings view.


---

# 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.p0.dev/environments/settings.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.
