> 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/endpoint/mem.md).

# Device Management

- [Devices](https://docs.cipp.app/user-documentation/endpoint/mem/devices.md): Manage Intune devices across your Microsoft 365 tenants.
- [View Device](https://docs.cipp.app/user-documentation/endpoint/mem/devices/device.md)
- [BitLocker Key Search](https://docs.cipp.app/user-documentation/endpoint/mem/bitlocker-search.md)
- [Configuration Policies](https://docs.cipp.app/user-documentation/endpoint/mem/list-policies.md)
- [Compliance Policies](https://docs.cipp.app/user-documentation/endpoint/mem/list-compliance-policies.md)
- [App Policies](https://docs.cipp.app/user-documentation/endpoint/mem/list-appprotection-policies.md)
- [Policy Templates](https://docs.cipp.app/user-documentation/endpoint/mem/list-templates.md)
- [Edit Template](https://docs.cipp.app/user-documentation/endpoint/mem/list-templates/edit.md)
- [Reusable Settings](https://docs.cipp.app/user-documentation/endpoint/mem/reusable-settings.md)
- [Edit Reusable Setting](https://docs.cipp.app/user-documentation/endpoint/mem/reusable-settings/edit.md)
- [Reusable Settings Templates](https://docs.cipp.app/user-documentation/endpoint/mem/reusable-settings-templates.md)
- [Add Reusable Settings Template](https://docs.cipp.app/user-documentation/endpoint/mem/reusable-settings-templates/add.md)
- [Edit Reusable Settings Template](https://docs.cipp.app/user-documentation/endpoint/mem/reusable-settings-templates/edit-reusable-settings-template.md)
- [Assignment Filters](https://docs.cipp.app/user-documentation/endpoint/mem/assignment-filters.md)
- [Add Assignment Filter](https://docs.cipp.app/user-documentation/endpoint/mem/assignment-filters/add.md)
- [Edit Assignment Filter](https://docs.cipp.app/user-documentation/endpoint/mem/assignment-filters/edit.md)
- [Assignment Filter Templates](https://docs.cipp.app/user-documentation/endpoint/mem/assignment-filter-templates.md)
- [Add Assignment Filter Template](https://docs.cipp.app/user-documentation/endpoint/mem/assignment-filter-templates/add.md)
- [Edit Assignment Filter Template](https://docs.cipp.app/user-documentation/endpoint/mem/assignment-filter-templates/edit-assignment-filter-template.md)
- [Deploy Assignment Filter Template](https://docs.cipp.app/user-documentation/endpoint/mem/assignment-filter-templates/deploy.md)
- [Scripts](https://docs.cipp.app/user-documentation/endpoint/mem/list-scripts.md): Intune script management
- [MAA Requests](https://docs.cipp.app/user-documentation/endpoint/mem/approval-requests.md)


---

# 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/endpoint/mem.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.
