# Web SDK

- [JavaScript](https://docs.snapodds.com/docs/web-sdk/javascript.md): Documentation for Javascript and web-components, configuration steps, and more.
- [SnapOdds Operator](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-operator.md)
- [Installation](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-operator/installation.md): Installing the JavaScript SDK.
- [Access Token Handling](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-operator/access-token-handling.md): Covers the handling of tokens for authentication purposes.
- [Snapping Games](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-operator/snapping-games.md): Obtaining live sporting event information by 'snapping'
- [Customization](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-operator/customization.md)
- [SnapOdds Sport Media](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-sport-media.md)
- [Installation](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-sport-media/installation.md): Installing the JavaScript SDK.
- [Access Token Handling](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-sport-media/access-token-handling.md): Covers the handling of tokens for authentication purposes.
- [Snapping Games and Presenting Odds](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-sport-media/snapping-games-and-presenting-odds.md): Obtaining sporting event odds and presenting them to the application.
- [Customization](https://docs.snapodds.com/docs/web-sdk/javascript/snapodds-sport-media/customization.md)
- [Implementation Errors](https://docs.snapodds.com/docs/web-sdk/javascript/implementation-errors.md)


---

# 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://docs.snapodds.com/docs/web-sdk.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.
