> For the complete documentation index, see [llms.txt](https://arbsvsodds.gitbook.io/avo-v2-overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arbsvsodds.gitbook.io/avo-v2-overview/updates/avo-beta-is-live.md).

# AVO Beta is LIVE

## AVO BETA is LIVE&#x20;

The Beta is finally here. We barely slept this weekend trying to get everything ready — and ran into more issues with the new system than expected. Apologies for the delay. Yes, it’s a Beta, which means:

* Lines may be slightly mislabeled or delayed
* There are still bugs we’re actively fixing
* Please submit tickets on Discord for any issues you find (more info later today)

But if it wasn’t usable to make money, we wouldn’t be releasing it for public use. Over the past 48 hours, we’ve cleaned up a lot and are excited to let you in to try it out. If you spot bugs (especially with delayed lines or mislabels), please let us know — your feedback helps a ton and hopefully you’re cashing in while doing it.  All current subscriptions are paused for the entire duration of the Beta. Once things are more polished and we add a new batch of books, subscriptions will resume — but you’ll get a heads-up well in advance. For those of you who missed out on the pre-order deal, we will be offering beta access at $30/month in a few days once everything is more polished. However, this beta pass will not be covered by our lifetime grandfathered pricing once AVO 2 launches. \
\
Summer Roadmap:

* Add as many sportsbooks as possible — tell us your must-haves
* Polish and optimize everything for a smooth fall season
* AVO 2

Thank you to everyone who’s believed in us and stuck around — the wait will be worth it. Let’s make some money!&#x20;


---

# 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://arbsvsodds.gitbook.io/avo-v2-overview/updates/avo-beta-is-live.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.
