# Mobile

## Overview

This section covers the mobile version of AVO, accessible on your mobile device's web browser (i.e. Chrome/Safari). You'll notice that the mobile version looks and behaves just like the desktop version. This is, of course, entirely by design. If you're proficient on the desktop version you should have no problem transitioning to mobile and vice versa.

<mark style="color:purple;">**Two important notes to keep in mind:**</mark>

* All changes made on mobile or desktop version will by synced across devices
* You may have up to 3 active AVO sessions running at the same time (i.e. one on your phone, one on your computer, and even a third on your tablet for example)

<figure><img src="/files/ANib6TMK8Z14PJZeUXBo" alt=""><figcaption></figcaption></figure>

### Navigation

<figure><img src="/files/7EGa4vb3OZLFJcjUXbjd" alt=""><figcaption></figcaption></figure>

### Home

The home button takes you to the main page of the dashboard. From here you can see bet cards and access the calculator.&#x20;

### Wallet

<figure><img src="/files/XXF0StekzeZxiLkm7HG3" alt="" width="240"><figcaption></figcaption></figure>

The wallet sections works exactly like the desktop version. However, since we can't right click on books to turn them on/off, we've replaced with a button below each icon. Clicking on the button will activate/disable books. A green circle means the book is turned on, while a grey circle means it's turned off.

Clicking the plus button at the top right of the wallet will allow you to add sportsbooks.

Clicking on "Total Available" at the bottom left will cycle through the wallet details.

#### Custom Sportsbook Settings

Clicking on the icon of a sportsbook will take you into the settings for that book. From here you can enter the bankroll amount and owner, as well as access bet amount, bet rounding, and odds display settings. To remove a sportsbook, click the delete icon on the top right, then click delete on the popup.

<figure><img src="/files/ff4Ggv4Z9Ph8anyBOYai" alt="" width="240"><figcaption></figcaption></figure>

### Calculator

Clicking on a bet card on the home page will add it to the calculator. This will automatically scroll you up to the top of the page. Due to size restrictions of a mobile device, we've had to redesign the calculator slightly. All functionality remains the same however.

<figure><img src="/files/Y0tfrEsG07gbj1l3YMen" alt="" width="240"><figcaption></figcaption></figure>

At the top of the calculator you'll see the bet information as well as the books involved. Clicking on the icon of a book will open the sportsbooks app automatically (make sure you have it installed on your phone and you're logged in). The icons with a moving animation support One-Click Bet and will open the bet slip on the sportsbook app with your bet ready to place (you'll still need to enter the wager amount yourself). The icons without an animation will open to the page containing the game on the sportsbook app.

Next to the odds and wager inputs are lock icons. Tapping the lock icon next to an odds input will prevent that one from automatically updating. Additionally, tapping the lock icon next to a wager amount will lock that amount in place.

At the bottom of the calculator you'll see some additional controls:

* Track: Adds the bet to the bet tracker page
* Live Odds: Turns off any locks next to the odds, making them updating in real time again
* Clear Locks: Clears all locks on wager amounts
* Clear All: Clears the entire calculator, including the bet currently on it

### Bet Tracker

The bet tracker contains tracked bets that you've hit. You can search by date using the calendar at the top. You'll also see the total profit and pending profit at the top of the screen.

<figure><img src="/files/KFJGDTrRGCXQeme5Dsmc" alt="" width="240"><figcaption></figcaption></figure>

#### Editing and Completing a Tracked Bet

Clicking on a tracked bet brings up the details of the bet. Here, you can edit the odds and stake amount on both sportsbooks. You can delete tracked bets using the delete button and complete a tracked bets by picking the winner, and then clicking "Save".

<figure><img src="/files/tdeo0xgqkAtowFcZ5e0k" alt="" width="240"><figcaption></figcaption></figure>

### Filters

The last section is the filters page. Just as the desktop version, you can display live bets, pregame, or both. You can also adjust the ordering, minimum %, location, and filter out sports and markets. Additionally, you can edit default bet amount and rounding here (these will apply to all books).

<figure><img src="/files/eM3YHYHFnpB8sJkze5nb" alt="" width="240"><figcaption></figcaption></figure>

## Mobile Betting Tip

As previously mentioned, you'll want to make sure that you've downloaded all of the mobile sportsbooks apps prior to using AVO Mobile. Additionally, you'll want to signed into the app and letting it run in the background (don't quit the app or else you'll need to login every time you open it).


---

# Agent Instructions: 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:

```
GET https://arbsvsodds.gitbook.io/avo-documentation/dashboard/mobile.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.
