# Creating Audits

## Create a new audit

Use the "+ New Audit" button to begin creating a new audit.

<figure><img src="https://2683670198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCD1iskOdIm8E2TpCd9iZ%2Fuploads%2FJMQqJqqAeWdtOirOekBI%2FCreate%20Audit%20Menu.png?alt=media&#x26;token=388c2fe1-4eb0-49ab-a902-b94d5a340696" alt=""><figcaption><p>Create Audit Menu</p></figcaption></figure>

The above screenshot shows the Audit Creation Menu:

1. Audit Name - This is the name of the audit, enter something simple and descriptive of the audit.
2. Assignee - This is the Monolith User/Person that will be assigned to run or administer the audit.
3. Start Date - This is anticipated start date of the audit.
4. Due Date - This is the expected due date of the audit.
5. Item Type - Select the type of items that will be included in this audit.  Currently only Evidence and Storage items can be selected.  You can only select one option.
6. Description - Provide a detailed description of the audit so that other users will know what this audit is for.
7. Cancel - Closes the menu and cancels the audit creation process.
8. Create Audit - Submits the completed form and creates a new audit with the supplied parameters.

## Using the Audit Creation Filter

When conducted an audit of items your organization is tracking, you will likely only want to audit a subset of all the items in Monolith.  For example, you may only want to audit items from a specific year or quarter, or items of a specific type or location.  The audit filter allows you to do this.

Upon making a selection within the "Item Type" field, a new section within the audit creation menu will appear:

<figure><img src="https://2683670198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCD1iskOdIm8E2TpCd9iZ%2Fuploads%2FWDQXrBgP8DAKBeYblS3F%2Fimage.png?alt=media&#x26;token=95a9e5af-2a28-4b32-b61b-1e25832cc54e" alt=""><figcaption><p>Audit Creation Filter - Empty</p></figcaption></figure>

This filter will match the query filter you have seen in the Evidence and Storage items tables.  Depending on the item type you selected, the filter will contain fields for either evidence or storage items.

You can apply any filters that you want, and this will dictate which items will be included in the audit you are creating.

The example filter below will include any evidence items that are "Smartphones" and were created in 2023:

<figure><img src="https://2683670198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCD1iskOdIm8E2TpCd9iZ%2Fuploads%2Ftzz5oQ7g8Wi4DGPHPvck%2Fimage.png?alt=media&#x26;token=0d7b82a7-8060-4c3d-9539-8205081a3afd" alt=""><figcaption><p>Audit Creation Filter - 2 Filters</p></figcaption></figure>

{% hint style="warning" %}
If you do not apply a filter, all items will be included in the audit.
{% endhint %}

Upon clicking the "Create Audit" button, the audit will be created and will appear in the audit table:

<figure><img src="https://2683670198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCD1iskOdIm8E2TpCd9iZ%2Fuploads%2FFOVjqaZkQBZ0tDloHuy7%2Fimage.png?alt=media&#x26;token=95506e5a-2249-4a91-93dc-9d9f8a631ab4" alt=""><figcaption><p>Audit Table</p></figcaption></figure>

As you can see in the screenshot above, this audit includes 29 evidence items based on the filter that was applied.


---

# 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.monolithforensics.com/monolith/monolith-features/audits/creating-audits.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.
