# LMS Dashboard

The LMS dashboard can be found by clicking on the "LMS" side tab. You will be redirected to the dashboard which shows you:

* All of your organizations trainings
* Your specific courses
* Folders from your organization
* Ability to create a new training button

<figure><img src="/files/LJG9bzHqxuCQzW3nVE8s" alt=""><figcaption><p>The LMS Dashboard</p></figcaption></figure>

## Demo Video

{% embed url="<https://www.loom.com/share/261aea91f59341b28f9aec69b3cf0192?sid=7001a4a4-16ad-43e2-96d0-f442f82f6830>" %}

### Creating a Folder

Click the "Create Folder" button which will create an empty new folder. Then you can click on the action bar in the folder to open up an experience to set the name of the folder.

#### Moving a course to a new folder

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

In the list view for your courses, you can click the more actions dropdown to find a move option. When you click on this move option you will see available folders to where this training can be transferred.

#### Deleting a folder

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

When you open the folder management drawer you can see an option to delete the folder. Deleting this folder will move all trainings to the next highest directory.

#### Adding a new training to a folder

You can directly create a training within a folder too. To do this click on a folder and you will be redirected to that folders list view. From there, when you click on the create course button, it will automatically create that course within the current folder.

### Filtering Trainings

Click into the search bar text field and start typing. The results will be filtered by:

* Course Name
* Course Author

### Course List View

The course list view shows all the courses in the current folder. By default all new courses are put in the top level directory. You can always move a course to a new folder.

Each course in the list view has a few actions you can take. The actions button is on the far right of the row. Clicking on it allows you the following options:

#### Edit a Training

Takes you to the editor experience for this training.

#### View a Training

Takes you to the preview experience for this training

#### Duplicate a Training

This will duplicate the entire training, making a clone.

#### Move to a new folder

This will allow you to move to a new folder of your choice.

#### Delete a training

This will delete the training. This is a permanent action and cannot be undone. You will lose all data associated with this training.&#x20;


---

# 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://docs.itsaffinity.com/product-guides/lms-authoring/lms-dashboard.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.
