> For the complete documentation index, see [llms.txt](https://docs.snapodds.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snapodds.com/docs/integration-guide/snapodds-as-button.md).

# SnapOdds as Button

The button can be integrated using one of the following three layouts.

{% tabs %}
{% tab title="Header" %}
![](/files/LiHh3JsJaJ3Kq9L2C8vb)
{% endtab %}

{% tab title="Tabbar" %}
![](/files/OE7HQNGBedPNTIGcxX5T)
{% endtab %}

{% tab title="Floating" %}
![](/files/Uvhtm554bFl2GfsuYgcL)
{% endtab %}
{% endtabs %}

### Examples

* Button in App Header
* Action in Main Menu
* Action in Tab Bar
* Floating Button

### Benefits

* Enable action from anywhere
* Provide fast and easy access

## Button Design

![](/files/iD4XBM9E1VNCAxOrpJe6)

#### For Accessibility and SEO

Add **aria-label** to the button with a descriptive action text e.g. **"Snap TV for Odds"**


---

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

```
GET https://docs.snapodds.com/docs/integration-guide/snapodds-as-button.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.
