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

# Developers

- [Introduction to the API](https://docs.therocketcad.com/developers/introduction-to-the-api.md): Welcome to the updated RocketCAD API. Let's learn more about how to integrate your scripts with RocketCAD!
- [Authentication](https://docs.therocketcad.com/developers/authentication.md): Let's learn more about authenticating with the RocketCAD API.
- [Errors](https://docs.therocketcad.com/developers/errors.md): Let's learn more about the RocketCAD API Errors & Error Codes you may encounter when building.
- [Troubleshooting API Errors](https://docs.therocketcad.com/developers/errors/troubleshooting-api-errors.md)
- [RequestIDs](https://docs.therocketcad.com/developers/requestids.md): Let's learn more about the RocketCAD API RequestID system and how it may help you in troubleshooting.
- [New Endpoints](https://docs.therocketcad.com/developers/new-endpoints.md)
- [911](https://docs.therocketcad.com/developers/new-endpoints/911-call.md)
- [Panic Button](https://docs.therocketcad.com/developers/new-endpoints/panic-button.md)
- [Location Ping](https://docs.therocketcad.com/developers/new-endpoints/location-ping.md)
- [Previous MDT Functions](https://docs.therocketcad.com/developers/mdt-functions.md)
- [Vehicle Search](https://docs.therocketcad.com/developers/mdt-functions/vehicle-search.md)
- [Person Search](https://docs.therocketcad.com/developers/mdt-functions/person-search.md)
- [Log User Off](https://docs.therocketcad.com/developers/mdt-functions/log-user-off.md)
- [Set Notepad](https://docs.therocketcad.com/developers/mdt-functions/set-notepad.md)
- [Firearm Search](https://docs.therocketcad.com/developers/mdt-functions/firearm-search.md)
- [Toggle Emergency Tone](https://docs.therocketcad.com/developers/mdt-functions/toggle-emergency-tone.md)
- [Create Call](https://docs.therocketcad.com/developers/mdt-functions/create-call.md)
- [Create BOLO](https://docs.therocketcad.com/developers/mdt-functions/create-bolo.md)
- [Toggle Broadcast Tone](https://docs.therocketcad.com/developers/mdt-functions/toggle-broadcast-tone.md)
- [Change AOP](https://docs.therocketcad.com/developers/mdt-functions/change-aop.md)
- [Assign to Call](https://docs.therocketcad.com/developers/mdt-functions/assign-to-call.md)
- [Update Unit Status](https://docs.therocketcad.com/developers/mdt-functions/update-unit-status.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:

```
GET https://docs.therocketcad.com/developers.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.
