# [[Otari Market]]
A place in [[Otari]] where many shops are found. It is an open-air market where people barter instead of paying in money.
![[golarion-otari-market.png]]
## Shops in Otari Market
```dataview
table shop_type as "Type" from "ttrpgs/The Undead Unkillers"
WHERE contains(type,"shop") and contains(location,"Otari Market")
SORT file.name ASC
```
## NPCs in Otari Market
```dataview
table description as "Description" from "ttrpgs/The Undead Unkillers"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Otari Market")
SORT file.name ASC
```