# Publishing

As a designer, you'll need to publish your exercise to test it in the Facilitator Dashboard, as well making it available to participants.

When you're ready to publish your exercise, click `Run exercise` in the top-right corner of the Editor:

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

You'll then be met with a **Publish your exercise** window which looks like this:

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

## Uploading to a space

Here you can select the space you want to upload the exercise to.

It's likely you'll have access to a paid space as well as one for testing, so double-check you're publishing to the intended space by checking the **space number** in the URL or the **license** information:

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


---

# Agent Instructions: 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:

```
GET https://helpdocs.conducttr.com/feature-documentation/publishing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
