> 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/cipp/settings/licenses.md).

# Licenses

On this page you can review the licenses that have been excluded from CIPP.

### Action Buttons

<details>

<summary>Add Excluded License</summary>

Here you will be able to add an excluded license to the table. Basic mode includes a dropdown with a prepopulated list of licenses. If you are unable to locate your desired license, you can switch to Advanced Mode and enter the licenses GUID and SKU/Name (e.g. `f30db892-07e9-47e9-837c-80727f46fd3d` for MICROSOFT FLOW FREE)

If you would like a complete list of licenses and SKU's <https://learn.microsoft.com/entra/identity/users/licensing-service-plan-reference>

</details>

<details>

<summary>Restore Defaults</summary>

This will allow you to be able to reset your excluded licenses to CIPP defaults. Enable `Full Reset` to clear the table before restoring the CIPP defaults. Leave it enabled and CIPP will ensure the defaults are included in the excluded licenses list.

</details>

## Table Details

The table will display the product name and GUID for any license that you've globally excluded from CIPP.

## Table Actions

<table><thead><tr><th>Action</th><th>Description</th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>Only Exclude from Alerts</td><td>This will allow the selected exclusions(s) to only apply to alerts. The license will be available on other reports, for user assignment, etc.</td><td>true</td></tr><tr><td>Delete Exclusion</td><td>Deletes the selected exclusions(s)</td><td>true</td></tr><tr><td>More Info</td><td>Opens Extended Info flyout</td><td>false</td></tr></tbody></table>

***

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

```
GET https://docs.cipp.app/user-documentation/cipp/settings/licenses.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.
