# The Pentamarket
[[The Pentamarket]] is an area in [[ttrpgs/Temporary White Circle/Zadash|Zadash]] with magical and nonmagical item shops.
## Locations in The Pentamarket.
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"place") or contains(type,"shop") and contains(location,"Pentamarket")
SORT file.name ASC
```
## People
```dataview
table description as "Description" from "ttrpgs/Temporary White Circle"
WHERE contains(type,"NPC") and contains(location,"Pentamarket")
SORT file.name ASC
```