> For the complete documentation index, see [llms.txt](https://docs.spacetree.org/spacetree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacetree.org/spacetree/course-builder/creating-courses.md).

# Creating Courses

### Login to Proqyz App

1. **Login to the** [**Proqyz app**](https://app.proqyz.com/) using your credentials.
2. In the **left panel**, click on **ProQyz**.
3. Click on **My Courses**.
4. Then, click the **Add New Course** button located at the top right.
5. **Give your course a title**, select a category, and click on **Add Course**.
6. Under the **Course Enrollment Settings**, choose **Open** if you want to keep the course free, or select **Enroll** if you want to sell it.
7. Under the **Course Thumbnail Settings,** select the picture you want to upload as a featured image.&#x20;

<figure><img src="/files/8k7gQBDPfl0Lj60RU65W" alt=""><figcaption></figcaption></figure>

### Adding Mock Tests to the Course

1. To add mock tests in the course, click on the **second tab, Builder**.
2. Click on **Add Lesson**.
3. Click on **Add Quizzes** to add mock tests under the lesson.
4. Select the mock test that you want to add and click on the **icon** to add it to the lesson.
5. Similarly, you can add multiple lessons and add mock tests under them.
6. Finally, click on **Save Changes**.

<figure><img src="/files/1yTS451N59pdCJXXzzAx" alt=""><figcaption></figcaption></figure>

Your course has now been published on your website.


---

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

```
GET https://docs.spacetree.org/spacetree/course-builder/creating-courses.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.
