# The World of You Awaken in a Strange Place
## Player Characters
%%
```dataview
TABLE embed(token) as "Token", gender, race, class, description as "Description"
FROM "ttrpgs/You Wake Up in a Strange Place"
WHERE type = "PC"
```
%%
## Sessions
%%
```button
name Add New Session
type note(TTRPGs/You Wake Up in a Strange Place/001_20231029, split) template
action session-player
templater true
```
^button-addsession
```dataview
table summary as "Summary" from "ttrpgs/You Awaken in a Strange Place"
where contains(type,"session")
SORT sessionNum DESC
```
%%
- [[ttrpgs/You Awaken in a Strange Place/001_20231029|001_20231029]]
## 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/You Wake Up in a Strange Place"
WHERE contains(lower(type),"faction")
```
## Custom rules
- [[Character options]]
- [[You Wake Up in a Strange Place House rules]]
## [[You Wake Up in a Strange Place Safety Tools]]