# DexGuru

## DexGuru

- [DexGuru Getting Started](https://docs.dex.guru/general/master.md)
- [FAQ](https://docs.dex.guru/general/faq.md): Most commonly asked questions from the DexGuru community.
- [Troubleshooting Errors](https://docs.dex.guru/general/troubleshooting-errors.md): Guidance on how to deal and solve common errors.
- [Token Profile](https://docs.dex.guru/features/dyor.md): In-depth stats, analytics and full transaction list for any token
- [Account Profile 🐋](https://docs.dex.guru/features/account-profile.md): (aka Trader Profile) Discover and deep dive into Trader's wallets to see their activity
- [Account Labeling](https://docs.dex.guru/features/account-labeling.md): using on-chain data
- [Token Explorer (Token Tags)](https://docs.dex.guru/features/token-explorer-token-tags.md)
- [Trading Tools](https://docs.dex.guru/features/trading-tools.md)
- [Cross-Chain Swaps](https://docs.dex.guru/features/cross-chain-swaps.md)
- [Meta-aggregation](https://docs.dex.guru/features/meta-aggregation.md)
- [Limit Orders](https://docs.dex.guru/features/limit-orders.md): A quick overview of limit orders on DexGuru
- [Multi-Chart](https://docs.dex.guru/features/multi-chart.md): Analyze and customize multiple token charts inside just one tab.
- [Alerts & Notifications](https://docs.dex.guru/features/alerts-and-notifications.md): Never miss an opportunity with DexGuru price notifications
- [Trading Volume and History](https://docs.dex.guru/features/trading-history.md): and trading volume
- [Token Liquidity](https://docs.dex.guru/features/token-liquidity.md): and Pools Activity
- [Market Screener](https://docs.dex.guru/features/market-screener.md): Market Screener reveals when traders' 24h volume is near its selling or buying maximum over the last 30 days.
- [Market Selector](https://docs.dex.guru/features/market-selector.md)
- [Trending Tab](https://docs.dex.guru/features/trending-tab.md): Trending Tab shows tokens where Whale 🐳 buyers are strongly dominating over Whale 🐳 sellers.
- [Network Switch](https://docs.dex.guru/features/network-switch.md)
- [Multichain](https://docs.dex.guru/features/multichain.md)
- [Charting](https://docs.dex.guru/features/charting.md): analyze market data to pinpoint optimal entry and exit points for your trades
- [Custom Chart Indicators](https://docs.dex.guru/features/custom-chart-indicators.md)
- [Connect your Wallet](https://docs.dex.guru/how-to/connect-wallet.md)
- [Buy & Sell Tokens](https://docs.dex.guru/how-to/buy-sell.md): How to trade on DexGuru?
- [Check Wallet Balance](https://docs.dex.guru/how-to/see-my-wallets-balance.md): and check its activity
- [Enable Telegram Price Alerts](https://docs.dex.guru/how-to/enable-telegram-price-alerts.md): Set up token price notifications and receive them straight to your Telegram account.
- [Price Charts](https://docs.dex.guru/more-info/price-charts.md)
- [Wallets, Security & More](https://docs.dex.guru/more-info/wallets-security-and-more.md): Everything you need to know when you connect your wallet with DexGuru & tips on staying safe on Web 3.0!
- [Swapping Tokens](https://docs.dex.guru/more-info/swapping-tokens.md): Information and more details about buying and selling tokens directly on the DexGuru platform
- [Data FAQ](https://docs.dex.guru/data/data-faq.md): Frequently Asked Questions regarding Data on DexGuru
- [Data Completeness](https://docs.dex.guru/data/data-completeness.md)
- [Data Refreshing](https://docs.dex.guru/data/data-refreshing.md): In this article, we go over different values that are shown on our platforms and go into details about how often they are updated and how we calculate them.
- [Supported Chains](https://docs.dex.guru/data/supported-chains.md): Last Updated: 1st November 2022
- [Supported DEXs](https://docs.dex.guru/data/supported-dexs.md): Last Updated: 29th May 2023
- [Off-Chain Data Usage](https://docs.dex.guru/data/off-chain-data-usage.md): Information and details regarding usage of Off-Chain data sources. Last updated: August 2022
- [GuruDAO](https://docs.dex.guru/gurudao.md)
- [GuruDAO Bootstrap Guide](https://docs.dex.guru/gurudao/gurudao-bootstrap-guide.md)
- [How To Create a Proposal](https://docs.dex.guru/gurudao/how-to-create-a-proposal.md): The proposal creation process from idea to Snapshot voting consists of 3 steps
- [API](https://docs.dex.guru/resources/api.md): DexGuru Public API
- [Brand Assets](https://docs.dex.guru/resources/brand-assets.md): Dexguru brand
- [Privacy Policy](https://docs.dex.guru/resources/privacy-policy.md)
- [Terms of Service](https://docs.dex.guru/resources/terms-of-service.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dex.guru/general/master.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.
