# Manually start panic button

You can use this event to manually start panic button, without requiring the player to press the hotkey at all, for example in a radial menu

Note: the hotkey of the panic button can be disabled in the menu settings

## Event

```lua
TriggerServerEvent("trackers_creator:panicButtonPressed")
```


---

# 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.jaksam-scripts.com/trackers-creator/client/manually-start-panic-button.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.
