# Learning paths list

Learning Paths are grouped in a list accessible from the top navigation bar of your Spot.\
This interface allows you to easily browse, search, and resume your ongoing training programs.

When you click on the Learning Paths button in the top bar, a modal window opens.\
It displays all the Learning Paths available to you, depending on your role and access level within the Spot.

Learning Paths are organized into different tabs:

* `Continue what you’ve started`: shows all the Learning Paths you have already started.
* `More paths`: includes the Learning Paths you haven’t joined yet.
* `Completed!`: lists the Learning Paths you’ve already finished.

{% hint style="info" %}

### Access rights

* Admins can see all Learning Paths in the Spot.
* Members can only see public, private, or invited Learning Paths.
* Visitors don’t have sorting tabs : they only see public Learning Paths.
  {% endhint %}

Each Learning Path is displayed as a card, which includes:

* The title of the Learning Path
* Its description
* The list of contents, displayed as small badges (completed contents appear in green)
* A highlighted section showing the next content to complete


---

# 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/learning-paths/learning-paths-list.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.
