# Polymarks Docs

## Docs

- [Introduction](https://polymarks.gitbook.io/polymarks-docs/getting-started/readme.md)
- [Quick Start](https://polymarks.gitbook.io/polymarks-docs/getting-started/quick-start.md)
- [Features Overview](https://polymarks.gitbook.io/polymarks-docs/getting-started/features.md)
- [Roadmap](https://polymarks.gitbook.io/polymarks-docs/getting-started/roadmap.md)
- [Markets Dashboard](https://polymarks.gitbook.io/polymarks-docs/core-features/markets-dashboard.md)
- [Whale Tracker](https://polymarks.gitbook.io/polymarks-docs/core-features/whale-tracker.md)
- [Real-Time Alerts](https://polymarks.gitbook.io/polymarks-docs/core-features/real-time-alerts.md)
- [Smart Money Signals](https://polymarks.gitbook.io/polymarks-docs/core-features/smart-money-signals.md)
- [Market Detail Pages](https://polymarks.gitbook.io/polymarks-docs/core-features/market-detail-pages.md)
- [Token Overview](https://polymarks.gitbook.io/polymarks-docs/token-and-revenue-sharing/overview.md)
- [Revenue Distribution](https://polymarks.gitbook.io/polymarks-docs/token-and-revenue-sharing/revenue-sharing.md)
- [Premium Features](https://polymarks.gitbook.io/polymarks-docs/token-and-revenue-sharing/premium-features.md)
- [Chain Support](https://polymarks.gitbook.io/polymarks-docs/multi-chain-expansion/overview.md)
- [BSC Integration](https://polymarks.gitbook.io/polymarks-docs/multi-chain-expansion/bsc-integration.md)
- [Polygon Integration](https://polymarks.gitbook.io/polymarks-docs/multi-chain-expansion/polygon-integration.md)
- [Ethereum Integration](https://polymarks.gitbook.io/polymarks-docs/multi-chain-expansion/ethereum-integration.md)
- [Architecture](https://polymarks.gitbook.io/polymarks-docs/technical-documentation/architecture.md)
- [API Integration](https://polymarks.gitbook.io/polymarks-docs/technical-documentation/api-integration.md)
- [Data Flow](https://polymarks.gitbook.io/polymarks-docs/technical-documentation/data-flow.md)
- [Environment Setup](https://polymarks.gitbook.io/polymarks-docs/technical-documentation/environment-setup.md)
- [Local Development](https://polymarks.gitbook.io/polymarks-docs/deployment/local-development.md)
- [Production Deploy](https://polymarks.gitbook.io/polymarks-docs/deployment/production-deploy.md)
- [Environment Variables](https://polymarks.gitbook.io/polymarks-docs/deployment/env-vars.md)
- [How to Contribute](https://polymarks.gitbook.io/polymarks-docs/contributing/contributing.md)
- [Code Style](https://polymarks.gitbook.io/polymarks-docs/contributing/code-style.md)
- [Feature Requests](https://polymarks.gitbook.io/polymarks-docs/contributing/feature-requests.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://polymarks.gitbook.io/polymarks-docs/getting-started/readme.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.
