> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/worlds/running/using-worlds-for-facilitators/uploading-an-exercise.md).

# Uploading an exercise

Learn how to upload an exercise as a Facilitator. To upload an exercise there are four steps to take.

## 1 - Navigate to Hubs

Navigate to Hubs, depending on which Hub you want to run an exercise for, click on the corresponding Facilitator link&#x20;

{% hint style="info" %}
You also have the option to copy the link and send it to the chosen Facilitator(s) for that hub
{% endhint %}

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

## 2 - Navigate to the Exercise World

Click on the arrow to navigate to the Exercise World

<figure><img src="/files/4RIBl7QFkpKwXUT6XIt5" alt=""><figcaption></figcaption></figure>

## 3 - Load the exercise

All the exercises you have access to will now appear. Click "Load this exercise" on the exercise you want to run&#x20;

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

## 4 - Go to exercise&#x20;

Click 'Go to exercise'

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


---

# 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://helpdocs.conducttr.com/worlds/running/using-worlds-for-facilitators/uploading-an-exercise.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.
