> For the complete documentation index, see [llms.txt](https://docs.arius-scripts.com/site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arius-scripts.com/site/documentation/resources/multicharacter/configuration/relog.md).

# 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.
