# Markets

When you first click on the "Markets" tab, it will being you to a page that looks similar to the image below. This image is showing markets from the WAX mainnet.&#x20;

![This caption is showing markets in the WAX mainnet](/files/-MgB3SuKXm9kFWr9FdLA)

**Red Box** - Select which tokens markets you wish to view

**Pink Box** - Allows you to [**open a new market**](/developers-api/market-creation.md) for a token pair if it currently does not exist

**Yellow Box** - Shows the token pair in each market

**Blue Box** - Click each column to sort by the labels shown

* Last Price - Shows the most recent price of the market pair
* 24H Vol - The % change in volume within the last 24 hours
* 24H - Shows the % change in exchange price within the last 24 hours
* 7D Volume - The % change in volume within the last 7 days
* 7D Change  - The % change in exchange price within the last 7 days

When you click on any token pair you will go to that token pairs [**Market Exchange**](/main-page-overview/markets/market-exchange.md).&#x20;


---

# 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.alcor.exchange/main-page-overview/markets.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.
