> For the complete documentation index, see [llms.txt](https://inflight.dope.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflight.dope.security/dope.endpoint.md).

# dope.endpoint

- [Trusted Process Names](https://inflight.dope.security/dope.endpoint/trusted-process-names.md)
- [Generate Diagnostics](https://inflight.dope.security/dope.endpoint/generate-diagnostics.md)
- [Disable Endpoint](https://inflight.dope.security/dope.endpoint/disable-agent.md)
- [Installing using MDM on Mac](https://inflight.dope.security/dope.endpoint/installing-using-mdm-on-mac.md)
- [Using JAMF](https://inflight.dope.security/dope.endpoint/installing-using-mdm-on-mac/using-jamf.md)
- [Using Kandji](https://inflight.dope.security/dope.endpoint/installing-using-mdm-on-mac/using-kandji.md)
- [Using Intune](https://inflight.dope.security/dope.endpoint/installing-using-mdm-on-mac/using-intune.md)
- [Digital Guardian Compatibility](https://inflight.dope.security/dope.endpoint/installing-using-mdm-on-mac/digital-guardian-compatibility.md)
- [Installing using Intune on Win](https://inflight.dope.security/dope.endpoint/installing-using-intune-on-win.md)
- [Mac Installer](https://inflight.dope.security/dope.endpoint/mac-installer.md): Supports MacOS 13, 14, 15, and 26
- [Installation Process - Silent](https://inflight.dope.security/dope.endpoint/mac-installer/installation-process-silent.md)
- [Uninstall](https://inflight.dope.security/dope.endpoint/mac-installer/uninstall.md)
- [Endpoint Authentication](https://inflight.dope.security/dope.endpoint/mac-installer/endpoint-authentication.md)
- [Windows Installer](https://inflight.dope.security/dope.endpoint/windows-installer.md): Supports Windows 10 & 11
- [Installation Process - Silent](https://inflight.dope.security/dope.endpoint/windows-installer/installation-process-silent.md)
- [Uninstall](https://inflight.dope.security/dope.endpoint/windows-installer/uninstall.md)
- [Endpoint Authentication](https://inflight.dope.security/dope.endpoint/windows-installer/endpoint-authentication.md)
- [dope.endpoint UI](https://inflight.dope.security/dope.endpoint/dope.endpoint-ui.md)
- [Windows UI](https://inflight.dope.security/dope.endpoint/dope.endpoint-ui/windows-ui.md)
- [macOS UI](https://inflight.dope.security/dope.endpoint/dope.endpoint-ui/macos-ui.md)
- [Automatic Updates](https://inflight.dope.security/dope.endpoint/automatic-updates.md)
- [Mac Installer (Old)](https://inflight.dope.security/dope.endpoint/mac-installer-old.md)
- [Windows Installer (old)](https://inflight.dope.security/dope.endpoint/windows-installer-old.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://inflight.dope.security/dope.endpoint.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.
