# The World of <% tp.file.folder(false) %>
## Player Characters
```dataview
table description as "Starting Description" from "CoS 2026"
where contains(type,"PC") AND !contains(type, "NPC")
SORT file.name DESC
```
## Sessions
```dataview
table summary as "Summary" from "CoS 2026/Sessions"
where contains(type,"session")
SORT sessionNum ASC
```
## Sessions
*Put your cursor where the session link should be. Then, from the Command Palette (CMD/CTRL+P), select either QuickAdd: Macro - Add session-player or QuickAdd: Macro - Add session-gm*.
Session 1
```dataview
table summary as "Summary" from "CoS 2026/Sessions"
where contains(type,"session")
SORT sessionNum ASC
```
## 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/<% tp.file.folder(false) %>"
WHERE contains(lower(type),"faction")
```