# Charatacters and Locations

## **General Description**

The Bazaar is a lobby location where players interact with core game mechanics through NPC characters.

## **Features**

NPCs in the Bazaar unlock progressively as players advance. Each character becomes available based on the amount of blood merged at the Blood Altar.

List of NPCs and Locations:

* [Blacksmith](/game-info/game-systems/bazaar/charatacters-and-locations/blacksmith.md) - Crafting and selecting Amulets.
* [Merchant](/game-info/game-systems/bazaar/charatacters-and-locations/merchant.md) - Crafting and selecting Costumes.
* [Herbalist](/game-info/game-systems/bazaar/charatacters-and-locations/herbalist.md) - Crafting and selecting Potions.
* [Geisha](/game-info/game-systems/bazaar/charatacters-and-locations/geisha.md) - Purchasing Crystals.
* [Blood Altar](/game-info/game-systems/bazaar/charatacters-and-locations/blood-altar.md) - Merging blood, unlocking new items.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.playhattori.io/game-info/game-systems/bazaar/charatacters-and-locations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
