# [[The Kingdom Underneath]]
This kingdom is a realm underneath [[Tomb of the Unseeables#The Eroded Statue]]. According to [[Twelve]], it is filled with loyal servants of [[The Unseeable King]] and [[The Unseeable Queen]].
## NPCs
```dataview
table description as "Description" from "ttrpgs/Knave"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Kingdom Underneath")
SORT file.name ASC
```
## Locations in The Kingdom Underneath
```dataview
table description as "Description" from "ttrpgs/Knave"
WHERE contains(type,"place") and contains(location,"The Kingdom Underneath")
SORT file.name ASC
```