> 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/dashboard/main-settings.md).

# ⚙️ Main Settings

## Profiles & Settings Options

In the top right corner of the settings view, you'll notice the following:\
![](/files/SESykd9CVSwJJx8uMrqm)

From left to right, we have:

* Current "Profile"
* Profile Management
* AVO Account Management
* Submit a ticket to our ticket bot
* Exit Settings

### Profiles

Profiles allow you to easily save different settings and configurations for your betting desires. The only thing shared between profiles is book balance. This is particularly useful if, for example, an EV bettor wanted to use different approaches/sharps and want to quickly switch between them.&#x20;

## Settings Tabs

Our settings page has sections pertaining to each part of the AVO dashboard.

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

From top to bottom, we have:

* Wallet
* Bet Settings
* Filters
* Tracking
* Display
* Controls
* Audio
* General

We explain Wallet, Bet Settings, and Filters in their respective sections of the manual.

### Display Settings

Currently, display settings only allow you to switch between tablet mode and normal mode. We will be adding many additional options to make your experience more customizable.

### Audio Settings

<figure><img src="/files/2VBrZ206LCBHCZWPjmxB" alt=""><figcaption></figcaption></figure>

We have made you audio experience customizable by allowing you to tweak each specific volume level to your liking.

### General Settings

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

In general settings, you are able to perform a few key functions:

1\) Manually set your location or have AVO auto-detect it for you

2\) Switch between Decimal/American odds display

3\) Switch back to AVO Classic or exit to the home page


---

# 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/dashboard/main-settings.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.
