> For the complete documentation index, see [llms.txt](https://guide.mymodone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.mymodone.com/how-do-i.../use-the-dashboard/compliance-audits.md).

# Compliance Audits

The Compliance Audit tile provides an overview of active Compliance Audits.

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2F0ccxYKEslulfLnWGfeeH%2FAudit%20Tile.png?alt=media&#x26;token=ef32bbe3-7738-465d-b3e4-96dd829134ec" alt="" width="563"><figcaption><p>Audit Compliance Tile</p></figcaption></figure>

Compliance performance to date is displayed along with audit assignments, the status of each, and, if applicable, the compliance score.

The following is a list of icons that may be displayed beside each Assignment and their meaning (hover over any icon within the tile to see a description):

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2F4Tpdy4HLmGV1QNWOk131%2Fxmark-solid.svg?alt=media\&token=3ed6277e-6ae1-4e84-b8af-da972e054dea) Status: Not Started

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FXVB0kTQtNouPrvsC6UqT%2Fgears-solid%20\(1\).svg?alt=media\&token=e89a7ddc-37e5-432b-8aa5-3917bedbf8c8) Status: Observation In Process

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FCl966f1tTyH7sL1yLtGf%2Fhourglass-half-regular.svg?alt=media\&token=33837edb-e3a7-4634-91d3-6f6ac5910e8b) Status: In Review

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FY6oPsJyZ8w9zOPEZzVKs%2Fsquare-check-regular.svg?alt=media\&token=a8cbd646-8d26-4813-86d7-ed0c449313fa) Status: Complete

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FvFDVrmnr36kNTFcRXUHv%2Fsuitcase-medical-solid.svg?alt=media\&token=e4abb90a-ed94-4f37-a40a-0a28b7dde526) Status: Take Action

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FFKihA1XDczeOGzyAtzn7%2Ftriangle-exclamation-solid.svg?alt=media\&token=1a73acdf-9502-419b-9064-7ca3643c43ec) Awaiting action by the modONE Administrator

Clicking on any assignment row will take you to that assignment on the Compliance Audit page. See the [Compliance Audits](/how-do-i.../create-and-manage-audits.md) guide for detailed instructions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.mymodone.com/how-do-i.../use-the-dashboard/compliance-audits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
