> For the complete documentation index, see [llms.txt](https://learn.avalytics.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.avalytics.xyz/tutorials/how-do-i-switch-to-combined-market-view.md).

# How do I switch to combined market view?

Avalytics provides an extensive market overview of all supported marketplaces, ensuring that our users have access to a comprehensive and integrated analysis of market trends. Our platform offers the added functionality of aggregating all supported marketplaces to present a combined view of the total volume, providing users with a holistic understanding of the market's overall performance.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKA7mlcswkxhKfuLtJbow%2Fuploads%2FbbO4NNRj5p3lftKjNQNv%2FMarket%20overview%20combined%20button%20.mp4?alt=media&token=5187eb70-773f-4a29-8310-b4b201797c99>" %}
Above video demonstrates how to switch between individual marketplace data and combined data
{% endembed %}

To access the **combined** or **individual marketplace** volume, simply navigate your cursor to the corresponding button, as demonstrated in the instructional video provided above. Our platform has been designed with user experience in mind, making it easy to access and interact with the tools and features.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.avalytics.xyz/tutorials/how-do-i-switch-to-combined-market-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
