> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/tenant/manage/applied-standards.md).

# Applied Standards Report

When selected from the per-row actions on the [Templates](/user-documentation/tenant/standards/alignment/templates.md) page, this report will provide you with an outline of the tenant currently selected menu bar against the standard template. It will also display any tenant that is missing licensing for the standard. You can also switch the template you are reviewing by clicking the drop down at the top of the page.

{% hint style="info" %}
Note that the standard must be set to "Report" or "Remediate" for the system to collect the current settings from the tenant. Once report is set, it may take a couple of cycles for the orchestrator to correctly gather and apply any standards that are set to both Report and Remediate since the system will first Report before Remediate actions are taken.
{% endhint %}

For standards templates that include a lot of configured standards, you can use the same filters available on the [Add Standards Template](/user-documentation/tenant/standards/template.md) page.

{% hint style="warning" %}
Standards must have "Report" or "Remediate" enabled for the report to function. If you do not have "Report" enabled, you should see an error `Reporting is disabled for this standard in the template configuration.` display in the information box.
{% endhint %}

## Page Actions

<details>

<summary>Logs</summary>

Click this button next to the template dropdown to open a flyout to show you the logbook entries for the standard template.

</details>

<details>

<summary>Actions Dropdown</summary>

| Action           | Description                                                                                                                                           |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| Refresh Data     | Refreshes the reported data for the selected standard                                                                                                 |
| Edit Template    | Opens the selected template in [Edit Template](/user-documentation/tenant/conditional/list-template/edit.md)                                          |
| Run Standard Now | Opens a modal to select the tenant(s) you want to run the standard against. The drop down will only show tenants and groups assigned to the template. |

</details>

## Known Issues

* There is currently a limitation with Conditional Access standards due to the complexity of the comparison the standard settings and the Conditional Access response object. We hope to resolve this in a future update.

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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:

```
GET https://docs.cipp.app/user-documentation/tenant/manage/applied-standards.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.
