# The World of Alice is Missing - Beta test
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/Alice is Missing - Beta test"
WHERE type = "PC"
```
%%
## Sessions
- [[001_20240225 Breaking all the things]]
## Truths about the campaign/world
*Write down some facts about this campaign or the world that the characters find themselves in.*
-
## Factions
```dataview
TABLE description as "Description" from "ttrpgs/Alice is Missing - Beta test"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[Alice is Missing - Beta test House rules]]
## [[Alice is Missing - Beta test Safety Tools]]