> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/trade/start-here/onboarding-journey.md).

# Onboarding Journey

You've signed on with TRADE. This page covers what happens next and what LSports needs from you. For the technical walkthrough (credentials, connection, mapping, go-live), head to the [Integration guide](/u/trade/integration.md).

***

## Your kickoff call

Your Customer Enablement Manager (CEM) will schedule a kickoff call to align on your integration plan, timeline, and technical setup. This is the moment to raise any constraints on your side before work begins.

***

## Before you start

Share this with your CEM ahead of kickoff:

* **Technical contacts:** who on your team will be building the integration, and their availability over the coming weeks.
* **Stack details:** preferred SDK ([.NET](/u/trade/integration/sdk/sdk-installation-guide-.net.md), [Java](/u/trade/integration/sdk/sdk-installation-guide-java.md), or [Node.js](/u/trade/integration/sdk/sdk-installation-guide-nodejs.md)), or your own RabbitMQ setup if you're not using an SDK.
* **Business requirements:** the sports, leagues, and markets you need mapped, and any compliance or regulatory constraints.

***

## What to expect

Most integrations run a few weeks end to end, with data mapping as the longest single phase. Your CEM stays involved throughout: from your first connection, through mapping, to the joint stress test and CEM clearance before go-live.

{% hint style="info" %}
Ready for the technical detail? The [Integration guide](/u/trade/integration.md) walks through credentials, connection setup, reliability practices, mapping, and go-live, in order.
{% endhint %}

***

## Support

1. **Dedicated Slack channel** with kapa.ai for instant answers, and your CEM as your co-owner for the entire integration. Your CSM schedules the go-live date once work is complete.
2. **Documentation**: the [Integration guide](/u/trade/integration.md) and [Concepts](/u/trade/concepts.md) pages cover the technical detail in full.
3. **24/7 live chat** with [Support](/u/resources/support.md), if your CEM and CSM are out of office.

Your CEM clears you for production once the stress test passes.


---

# 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://docs.lsports.eu/u/trade/start-here/onboarding-journey.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.
