> 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/shortcodes.md).

# Shortcodes

1. **Progress Report Dashboard:**
   * Use the shortcode `[proqyz-dashboard]` to display the student or teacher progress report dashboard on any page or post. When users log in, they will see their progress, including recent test scores, courses completed, and other relevant statistics.
2. **Course Grid Display:**
   * To showcase all available courses in a grid layout, use the shortcode `[proqyz-course-grid]`. This will display the courses you've created with the ProQyz course builder in an organised manner, making it easy for users to browse and select courses of interest.
3. **Display Individual Tests:**
   * To add a specific quiz or test to a page:

     * Navigate to the 'Quizzes' section in your ProQyz dashboard.
     * Find the quiz you want to display and click on the options icon (three dots) next to it.
     * Select 'Copy Shortcode' from the dropdown menu.
     * Paste the copied shortcode into the content area of the page or post where you want the test to appear.
     *

     ```
     <figure><img src="/files/XRLoBBo8JWjSuyk0rN7r" 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:

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