# Bazaar

## General Description

The main screen is the central hub for all game controls, giving access to every game mechanic. After completing the initial tutorial, each app launch starts on the main screen, where players can choose various activities.

<figure><img src="/files/M2LUvvXPrvJBwOy3onPX" alt="" width="375"><figcaption></figcaption></figure>

## Features

Once the initial tutorial is complete, the Bazaar unlocks.

#### The Bazaar displays these elements:

{% content-ref url="/pages/GocC4HZ3uIca2NPTN2cz" %}
[Player Profile](/game-info/game-systems/bazaar/player-profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/8SiDduAI1Ibwiqx1nvEK" %}
[Charatacters and Locations](/game-info/game-systems/bazaar/charatacters-and-locations.md)
{% endcontent-ref %}

{% content-ref url="/pages/yi9nRQGb55YqACVte74V" %}
[In-game rewards](/game-info/game-systems/bazaar/in-game-rewards.md)
{% endcontent-ref %}

{% content-ref url="/pages/69uPlrd5s5j0vuvyrTja" %}
[Game Events](/game-info/game-systems/bazaar/game-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/L8BSR6PweMZ3Tehr5DDp" %}
[Game Settings](/game-info/game-systems/bazaar/game-settings.md)
{% endcontent-ref %}

In the top right corner of the Bazaar, there’s a location for entering a [region](/game-info/game-systems/region.md) where [battles](/game-info/game-systems/battle.md) with opponents take place. To enter a region, step into the gray zone and wait a few seconds.


---

# 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.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.
