# Exports

## Client Exports<br>

### Dispatch

```
Example Usage

local data = {
  caller = 'ESTA', 
  coords = cache.coords,
  priority = "A" ,
  callmessage = "I need help!", 
  cadmessage = "I need help! My dad slapped my mom!"
}
exports['stevo_cad']:dispatch(data)

CALLER: Caller name in cad (eg. ESTA)
COORDS: Coords you want the call to come from. (eg. inside bank, or player coords)
PRIORITY: Priority of call (eg. A, B, C)
CALLMESSAGE: Message that displays on the onscreen notification.
CADMESSAGE: Message that displays on the call message in the cad.
```


---

# 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://docs.stevoscripts.com/paid-scripts/stevo_police/exports.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.
