> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/features/character-actions/stack-o-bot-tutorial-setup.md).

# Stack O Bot tutorial setup

This guide starts with a clean copy of Epic Games' Stack O Bot sample and applies only the files added or changed for the Convai tutorial.

{% hint style="info" %}
This tutorial delta was prepared with Unreal Engine 5.8. Create a fresh Stack O Bot project with UE 5.8 so its files match the tutorial.
{% endhint %}

## 1. Create the Stack O Bot project

1. Open [Stack O Bot on Fab](https://www.fab.com/listings/b4dfff49-0e7d-4c4b-a6c5-8a0315831c9c).
2. Sign in with your Epic Games account and select **Add to My Library**. Accept the license if prompted.
3. Open the Epic Games Launcher.
4. Go to **Unreal Engine > Library > Fab Library**.
5. Find **Stack O Bot**, select **Create Project**, and choose Unreal Engine 5.8.
6. Choose a project location that is easy to find. Copy or write down this location before creating the project.

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

## 2. Download the tutorial files

1. [Download the Stack O Bot Convai tutorial delta](https://drive.google.com/uc?export=download\&id=1RvlntYxX_Q-pr7Q_O0jYwhzrmob1WEgd).
2. Right-click the downloaded ZIP and select **Extract All**.
3. Open the extracted folder.
4. Open the Stack O Bot project folder you created earlier.
5. Copy everything inside the extracted delta folder into the project folder.
6. When Windows asks, select **Replace the files in the destination**.

{% hint style="warning" %}
Copy the contents of the delta folder, not the outer folder itself. The `Content` and `Config` folders must be directly beside `StackOBot.uproject`.
{% endhint %}

## 4. Open and test the project

1. Install and enable the matching Convai Unreal Engine plugin release [Install the Convai plugin](/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/getting-started/install-the-convai-plugin.md).
2. Open `StackOBot.uproject` with Unreal Engine 5.8.
3. Open the Convai Editor and sign in.
4. Open `Content/StackOBot/Maps/Convai/Lvl_Convai` and press **Play**.

If files appear to be missing, check that extraction did not create an extra nested folder and that you opened the UE 5.8 copy of the project.


---

# 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.convai.com/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/features/character-actions/stack-o-bot-tutorial-setup.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.
