> For the complete documentation index, see [llms.txt](https://docs.flosum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flosum.com/audit-and-compliance/getting-started/audit-and-compliance-overview.md).

# Audit & Compliance - Overview

Audit & Compliance shows you whether each metadata component in your Salesforce orgs was last changed through a controlled Flosum DevOps deployment or directly in the Salesforce org, so you can find changes that bypassed your DevOps process. Each component's status is based only on the most recent audit, rather than a running history of every change made to that component. Audit & Compliance provides the following features:

* **Activities**: Review the history of audit runs for each organization, including when each audit ran, who initiated it, and whether it was automated or manually triggered.
* **Components**: Browse the metadata components retrieved in the latest audit, along with the status of each one as of that audit.
* **Component Statuses**: See whether a component was updated or deleted through Flosum DevOps (including the branch that made the change) or changed directly in Salesforce.
* **Automated Audits**: Audits run automatically every four hours for each assigned organization, and you can also run one manually at any time.

#### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><img src="https://3321997875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxpieUdPB8n4L2gG8EYRy%2Fuploads%2FYTnS6cAnFQh9i7WL1BVd%2Faudit-assign-organization.svg?alt=media&amp;token=391821d2-23bd-46fa-8676-36f864325b82" alt=""></td><td><strong>Assigning an Organization</strong></td><td>Choose which organizations Audit &#x26; Compliance audits.</td><td><a href="/audit-and-compliance/overview-of-organizations.md">Overview of Organizations</a></td></tr><tr><td><img src="https://3321997875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxpieUdPB8n4L2gG8EYRy%2Fuploads%2FIaPbkLeJ9kH9HWtZRkRK%2Faudit-run-audit.svg?alt=media&amp;token=e19f3ab3-996e-4950-8566-2e77eed41adc" alt=""></td><td><strong>Running an Audit</strong></td><td>Run an audit manually and review the results.</td><td></td></tr><tr><td><img src="https://3321997875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxpieUdPB8n4L2gG8EYRy%2Fuploads%2FSi7LucL4J7oSD7V1WYYB%2Faudit-component-statuses.svg?alt=media&amp;token=d38f7149-6007-40cd-a387-35659fdd6022" alt=""></td><td><strong>Component Statuses</strong></td><td>Learn what each component status means and how it is determined.</td><td></td></tr></tbody></table>


---

# 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://docs.flosum.com/audit-and-compliance/getting-started/audit-and-compliance-overview.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.
