# Setup

## Fivemanage

This is only needed if you wan't to use images of player screen in your alerts. Otherwise you won't need this.

Sing up at Fivemanage, create a team, login to your account, go to the tokens page, create a new token and paste the token to `tk_dispatch/config_sv.lua` -> `ConfigSV.FivemanageToken`

<https://docs.fivemanage.com/getting-started>


---

# 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://tk-scripts.gitbook.io/docs/tk_dispatch/setup.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.
