# Getting Started

{% hint style="info" %}
Only authorized users can access the Betstack APIs. If you haven't received your account information please reach out to your account manager.
{% endhint %}

Betstack is a powerful and modular solution for managing Micro Bets. In simple steps you can offer different types of micro bets to your customers. This Getting started section provides an overview of the different modules and APIs you need to integrate Betstack to your platform.

There are 3 APIs developers need to get familiar with when working with Betstack.

<table><thead><tr><th width="180">API</th><th>Usage</th></tr></thead><tbody><tr><td>Bet Cards API</td><td>Bet Cards contains information about the Micro Bet configuration, such as teams, odds, stake and other playable settings</td></tr><tr><td>Bet Engine API</td><td>Processing engine for Micro Bets </td></tr><tr><td>PAM API</td><td>Ticketing for Player Account Management (PAM) Platforms </td></tr></tbody></table>


---

# 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://developer.betstack.io/getting-started.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.
