# Gemified

## Documentation

- [Welcome to Gemified](https://docs.gemified.net/getting-started/readme.md)
- [Quickstart](https://docs.gemified.net/getting-started/quickstart.md): Get your first prediction market widget live in under 5 minutes.
- [Onboarding](https://docs.gemified.net/for-advertisers/editor.md): How to set up your account and access the Gemified API.
- [Widget Types & Capabilities](https://docs.gemified.net/for-advertisers/markdown.md): Understand the different ways to display prediction market data.
- [Broad Widgets](https://docs.gemified.net/for-advertisers/markdown/broad-widgets.md)
- [Event-Specific Widgets](https://docs.gemified.net/for-advertisers/markdown/event-specific-widgets.md)
- [Sportsbook Widgets](https://docs.gemified.net/for-advertisers/markdown/sportsbook-widgets.md)
- [Live-Market Widgets](https://docs.gemified.net/for-advertisers/markdown/live-market-widgets.md)
- [Breaking News & Macro Feeds](https://docs.gemified.net/use-cases/breaking-news-and-macro-feeds.md)
- [Decentralized vs. Traditional Odds in Sports](https://docs.gemified.net/use-cases/decentralized-vs.-traditional-odds-in-sports.md)
- [PredictionMarkets Geo Targeting](https://docs.gemified.net/use-cases/predictionmarkets-geo-targeting.md)
- [Fetch Event Specific Data](https://docs.gemified.net/widgets-api-reference/fetch-event-specific-data.md)
- [Fetch Broad Events Data](https://docs.gemified.net/widgets-api-reference/fetch-broad-events-data.md)
- [Fetch All Active Events](https://docs.gemified.net/widgets-api-reference/fetch-all-active-events.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.gemified.net/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.
