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

# Account Creation

After the introduction call, you will be given a set of credentials. These credentials will provide you with time-limited access to the integration environment.

The UOF Quick Start Guide has information about the support channels available, where to find detailed documentation, how to connect to the feed, how to test the connection, how to activate content (for odds feed), and how to book matches (for live odds feed) and the environments you can use. Do NOT miss to take a look to understand the detailed step-by-step process that the clients typically go through when getting started with the Unified Odds Feed. Our integration team will be in touch with you providing periodic updates regarding the next steps and the schedules.

{% file src="/files/XbM4qIo5bdejp9xVJJye" %}
UOF Quick Start Guide
{% endfile %}

{% hint style="success" %}
**Note**

Prior to entering the Integration Program we recommend to study documentation and use <client-setup@sportradar.com> for technical questions. Once you have agreed on commercial terms with us and your team is ready to start the program, please contact us and a technical manager will send you the invitation for the technical kick off call.
{% endhint %}


---

# 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.sportradar.com/uof/introduction/integration-process/account-creation.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.
