> For the complete documentation index, see [llms.txt](https://bookiebot.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bookiebot.gitbook.io/product-docs/product-guides.md).

# Product Guides

- [First-Time User](https://bookiebot.gitbook.io/product-docs/product-guides/first-time-user.md): Get started with Bookiebot by following these quick and easy steps!
- [Quick Betting Guide](https://bookiebot.gitbook.io/product-docs/product-guides/quick-betting-guide.md)
- [Odds](https://bookiebot.gitbook.io/product-docs/product-guides/quick-betting-guide/odds.md): Explanation, examples, and options
- [Bet Types/Markets](https://bookiebot.gitbook.io/product-docs/product-guides/quick-betting-guide/bet-types-markets.md): The outcomes you can bet on and what they mean
- [Parlays](https://bookiebot.gitbook.io/product-docs/product-guides/quick-betting-guide/parlays.md): What is a parlay, and how to place a parlay bet with Bookiebot?
- [Redeeming Wins](https://bookiebot.gitbook.io/product-docs/product-guides/quick-betting-guide/redeeming-wins.md): How to collect your winnings
- [Polygon vs Optimism](https://bookiebot.gitbook.io/product-docs/product-guides/quick-betting-guide/polygon-vs-optimism.md): By partnering with the premier betting liquidity providers on both Polygon and Optimism, Bookiebot provides you with flexibility and a variety of betting options
- [Claiming Revenue Share](https://bookiebot.gitbook.io/product-docs/product-guides/claiming-revenue-share.md)
- [Bridging Guide](https://bookiebot.gitbook.io/product-docs/product-guides/bridging-guide.md)
- [Copy Bets](https://bookiebot.gitbook.io/product-docs/product-guides/copy-bets.md)
- [Partner Incentives for Bookiebot Users](https://bookiebot.gitbook.io/product-docs/product-guides/partner-incentives-for-bookiebot-users.md): In addition to Bookiebot's robust and rewarding Revenue Share, our betting liquidity partners also offer their own incentives that Bookiebot users can qualify for simply by betting on Bookiebot


---

# 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://bookiebot.gitbook.io/product-docs/product-guides.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.
