# Using the Wiki

The Vail Chronicle wiki hosts your character sheet and game information. Here's how to use it as a player.

## Your Character Sheet

Your ST manages your character data. Once your character is set up, you can view and download your sheet through the wiki.

### Getting Your Token

Your **wiki token** is a three-word passphrase (like `plane-compass-lily`) that gives you access to your character sheet without needing a wiki account.

To get your token, DM the bot:
```
!token
  Your wiki link token: plane-compass-lily
```

If you don't have a token yet, ask your ST to set one up.

### Downloading Your Sheet

Visit the download URL with your token:

```
https://www.deadkeys.net/wta/download/plane-compass-lily
```

This downloads your character sheet as a `.toml` file, a plain text format you can open in any text editor.

### Submitting Updates

If you've updated your character sheet (e.g., spending XP, updating your backstory), you can submit it for ST review:

1. Go to the **paste page**: `https://www.deadkeys.net/wta/paste`
2. Upload your `.toml` file or paste the contents
3. The wiki generates a **preview link** you can share
4. Your submission is automatically queued for ST review
5. An ST will review your changes and approve or reject them

**Important:** Submitting a sheet does not immediately update your character. An ST must approve the changes first.

### What's in the TOML File?

Your character sheet is a structured text file with sections for:

- **Identity** - name, tribe, auspice, breed, rank
- **Attributes** - physical, social, and mental stats
- **Abilities** - talents, skills, and knowledges
- **Pools** - rage, gnosis, willpower (current and max)
- **Health** - your health track
- **Gifts, Rites, Merits, Flaws** - special abilities
- **Backgrounds** - allies, resources, etc.
- **Renown** - glory, honor, wisdom
- **Experience** - total, spent, current

You can edit this file in any text editor. Just be careful to keep the formatting valid -- the wiki will reject malformed files.
