# Applied Standards Report

When selected from the per-row actions on the [templates](https://docs.cipp.app/user-documentation/tenant/standards/alignment/templates "mention") 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 [template](https://docs.cipp.app/user-documentation/tenant/standards/template "mention") 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](https://docs.cipp.app/user-documentation/tenant/conditional/list-template/edit "mention") |
| Run Standard Now (Selected Tenant)         | This will run the standard template against the selected tenant if the tenant is included in the template's configuration.      |
| Run Standard Now (All Tenants in Template) | This will run the standard template against all tenants included in the template's configuration.                               |

</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?assignees=\&labels=enhancement%2Cno-priority\&projects=\&template=feature.yml\&title=%5BFeature+Request%5D%3A+) on GitHub.


---

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