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

# Getting Started

What you'll find:

* Integration Overview
* SDK guides by product and by platform
* Backend requirements
* Compliance & Best Practices
* Overview of the support you'll receive during implementation and launch

***

## :zap:Quick Integration Packages:

Ready to hit the ground running? Choose the setup that best matches your planned integration. Each package includes direct links to the essential pages you'll need to get going.

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="/pages/JbDU8OHCu3j54vlEYq2f">/pages/JbDU8OHCu3j54vlEYq2f</a></td><td data-object-fit="fill"><a href="https://images.unsplash.com/photo-1578269174936-2709b6aeb913?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHx0b3VybmFtZW50fGVufDB8fHx8MTc2NzIxMzk0M3ww&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1578269174936-2709b6aeb913?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHx0b3VybmFtZW50fGVufDB8fHx8MTc2NzIxMzk0M3ww&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td></tr><tr><td><a href="/pages/Qhv04WbLJS7N6svYyvsB">/pages/Qhv04WbLJS7N6svYyvsB</a></td><td><a href="https://images.unsplash.com/photo-1511882150382-421056c89033?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxhcmNhZGV8ZW58MHx8fHwxNzg1ODU3Mzg3fDA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1511882150382-421056c89033?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwxfHxhcmNhZGV8ZW58MHx8fHwxNzg1ODU3Mzg3fDA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td></tr><tr><td><a href="/pages/qgt6Dfwt7K3xoIEFmqNU">/pages/qgt6Dfwt7K3xoIEFmqNU</a></td><td><a href="https://images.unsplash.com/photo-1541474583361-bc9527eb46d6?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw2fHxhcmNhZGV8ZW58MHx8fHwxNzgxNTQyODQ5fDA&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1541474583361-bc9527eb46d6?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw2fHxhcmNhZGV8ZW58MHx8fHwxNzgxNTQyODQ5fDA&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td></tr></tbody></table>

### :robot: Using an LLM to get started?

Connect your preferred LLM to the Lucra documentation MCP server. It can search and reference the SDK documentation to fine tune your approach.

{% tabs %}
{% tab title="Claude" %}

1. In Claude, open **Settings** → **Connectors**.
2. Select **Add custom connector**.
3. Enter `Lucra SDK Docs` as the connector name.
4. Paste the MCP server URL:

   <https://docs.lucrasports.com/lucra-sdk/~gitbook/mcp>
5. Complete the connection flow, then start a new chat.

Ask Claude to use the Lucra SDK documentation when planning your integration.

Use Claude CLI to add manually:

```bash
claude mcp add --transport http lucra-sdk-docs https://docs.lucrasports.com/lucra-sdk/~gitbook/mcp
```

{% endtab %}

{% tab title="ChatGPT" %}

1. In ChatGPT, open **Settings** → **Apps & Connectors**.
2. Enable **Developer mode**, if prompted.
3. Create a new connector and choose an MCP server.
4. Enter `Lucra SDK Docs` as the connector name.
5. Paste the MCP server URL:

   <https://docs.lucrasports.com/lucra-sdk/~gitbook/mcp>
6. Save the connector, then enable it in a new chat.

Ask ChatGPT to consult the Lucra SDK documentation before generating integration guidance.

Use the Codex CLI to add the same server:

```bash
codex mcp add lucra-sdk-docs --url https://docs.lucrasports.com/lucra-sdk/~gitbook/mcp
```

{% endtab %}
{% endtabs %}
