# Integrations

## API

How our system works, for changing stuff related to notifications, framework or voice system.

## Framework

You can find how the integrate the script with your framework [here](https://documentation.rcore.cz/paid-resources/rcore_dispatch/framework) .

## Dispatch images

If you want to include some alerts with pictures, you should include screenshot-basic, which can be found [here](https://github.com/citizenfx/screenshot-basic).

## Radio system

Check out how you can enable our full featured radio system [here](https://documentation.rcore.cz/paid-resources/rcore_dispatch/voice) . Remember that we use a custom [**pma-voice**](https://github.com/rcore-cz/pma-voice) modification to make this work.

## Compatibility with other dispatch resources

We provide compatibility with other dispatch resources so you don't have to change your server code to make our dispatch work. The list of dispatch which we support are:

* qs-dispatch
* cd\_dispatch

The modifications can be found in `rcore_dispatch/server/api/dispatch_integration.lua` .


---

# 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://documentation.rcore.cz/paid-resources/rcore_dispatch/integrations.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.
