# Relog

The relog system lets players quickly switch back to the character selection screen.

#### Setup

1. Set `Config.Relog.enable = true`
2. If you want screenshot previews, install `screenshot-basic` and configure the upload method:

```lua
Config.Upload.method     = "discord"           -- "discord" or "fivemanage"
Config.Upload.upload_url = "YOUR_WEBHOOK_URL"
```

#### Usage

Players type `/relog` (or whatever `Config.Relog.commandName` is set to). After the cooldown (`Config.Relog.waitTime` ms), they are returned to the character selection screen.


---

# 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.arius-scripts.com/site/documentation/resources/multicharacter/configuration/relog.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.
