> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/english/spot-content/courses/general-settings.md).

# General settings

In the general settings, you can modify the general information of your course:&#x20;

* **Module**. *If you don't want the course to belong to any module, you can select `Show in all courses only`.*
* The course **Title**&#x20;
* A **description** to detail the objectives of the course.
* A **cover** **picture**&#x20;
* **Privacy** settings to manage access to your course. You can choose between 2 levels of confidentiality:&#x20;
  * `Public`: all members can view this course. Visitors to your Spot will be able to see that the course exists and access its introductory stage.&#x20;
  * `Secret`: only invited members will be able to take this course. Others won't even know it exists.&#x20;
  * Any changes in the privacy settings will have no impact on current course participants.&#x20;
* **Navigation**, to manage the order in which members will take the courses
  * `Flexible navigation`: the course can be taken in a random order.
  * `Sequential progression`: the course must be followed in a fixed order defined by the order of the stages.

This is also where you'll find the button for deleting your course. If you click on the `Delete course` button, a confirmation modal will open. If you choose to delete the course, your choice will be final and irreversible. *Use with caution!*

<figure><img src="/files/nqsbAjkHSYpXDhq0NyNK" 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://help.meltingspot.io/english/spot-content/courses/general-settings.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.
