# Draft mode

By default, when a course is created, it's in draft mode, to give you time to configure and fill it in peacefully.&#x20;

## Draft mode&#x20;

While your course is in draft mode, it is only visible to Spot admins. In the course list, the course card is displayed in light gray with a `Draft` status. Once your course and all its stages are ready, you can publish it!&#x20;

## Publishing a course&#x20;

To publish a Course, go to that course, and from the reading view, click on the `Publish` button next to the `Edit` button in the top right-hand corner of the page. A modal will open to confirm your action! Once the Course has been published, it will be visible in the course list for Spot members and authorized visitors.&#x20;

<figure><img src="/files/gHZkhTm9laVDL4sBTlYt" alt="Publishing a course"><figcaption></figcaption></figure>

At any time, you can decide to return a course to draft mode! To do so, simply click on the `Convert to draft` button next to the `Edit` button in the top right-hand corner of the screen. Once a course has been converted to draft mode, no member or visitor will be able to view or access it; only admins will be able to.

{% hint style="info" %}
If members have already started a course and you convert it to draft, their existing data will remain accessible from the course participants table.
{% endhint %}


---

# 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://help.meltingspot.io/english/spot-content/courses/draft-mode.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.
