# How to navigate Foundry's interface

## Getting Started

To get started, you'll want to get familiar with Foundry's user interface. Characters can be made on the **Actors** tab, but see the image below for a quick run down of what those tabs in the right sidebar are.

![](/files/-MU1aQr32bgLf5jk1OnB)

In order from left to right:

1. **Chat Log** - Where all chat messages and power card rolls are displayed.
2. **Combat Tracker** - Track combats and combatants. Scenes can have multiple combats, and each combat will have its own escalation die.
3. **Maps/Scenes** - The scenes where you can place maps and prepare for sessions.
4. **Actors** - Where your custom characters and monsters are created and stored.
5. **Items** - All item types that can be placed on actors, such as *Powers* or *Magic Items* for characters or *Actions* for NPCs.
6. **Journal Entries** - Journal entries where you can store notes that can later be placed on scenes.
7. **Rollable Tables** - Your custom rollable tables.
8. **Music/Playlists** - Foundry's music player that can be used to control your playlists.
9. **Compendiums** - Compendiums of content in your world. The system comes bundled with compendiums for each of the classes, races, and monsters in the Archmage Engine SRD.
10. **Settings** - Settings for Foundry, the Toolkit13 system, and your modules. The system includes a handful of settings that you can use to tweak it, such as average recovery rolls and a colorblind mode for accessibility.

To make either a character or monster, go to the Actors tab and click the **Create actor** button. You'll then be prompted to choose the actor type you want to create, a **Character** or an **NPC**.

![](/files/-MU1d1Dm8UQUsdgFQB6b)


---

# 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://asacolips.gitbook.io/toolkit13-system/getting-started/how-to-make-a-character.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.
