> For the complete documentation index, see [llms.txt](https://docs.streamavatars.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.streamavatars.com/stream-avatars/how-to-overlay/xsplit.md).

# XSplit

{% hint style="info" %}
Navigate to Tools > Settings and enable "game source" and "DX12"
{% endhint %}

<div><figure><img src="/files/9C0zmibdGZMt1nCGSNeC" alt=""><figcaption><p>Navigate to settings</p></figcaption></figure> <figure><img src="/files/raBd9YcwaATk5l9wi40E" alt=""><figcaption><p>Enable game source and DX12</p></figcaption></figure></div>

{% hint style="info" %}
Restart XSplit.
{% endhint %}

<figure><img src="/files/1qFsMLrEXps4dOQpB9Za" alt=""><figcaption><p>Restart the application</p></figcaption></figure>

{% hint style="info" %}
Add a Game capture source and select "Streaming Avatars".
{% endhint %}

<figure><img src="/files/sABCqoItWGhNQ8fencVj" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Stretch it to be full screen (ideally that is the same size as the stream avatars window for pixel perfect graphics)
{% endhint %}

<figure><img src="/files/GX86fX9Q8dQPZUVqqZql" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Set the background color of stream avatars to match the background removal Color Key of XSplit.
{% endhint %}

<div><figure><img src="/files/AMS7EanuufvCwkxQU3gO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/YGD7g6TeCpglcA4q2tJH" alt=""><figcaption></figcaption></figure></div>


---

# 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.streamavatars.com/stream-avatars/how-to-overlay/xsplit.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.
