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

# Getting Started

This documentation will guide you through the initial setup process for using the ProQyz plugin.&#x20;

**1. Account Creation**

* **Visit the Registration Page**: Start by navigating to [app.proqyz.com](https://app.proqyz.com) to access the account creation page.
* **Register Your Account**: Enter your billing email address and create password. Make sure your password is strong to ensure the security of your account.

**2. Confirm Your Email Address**

* **Email Verification**: After registering, you will receive an email from ProQyz. Check your email inbox for the confirmation message.
* **Activate Your Account**: Click the verification link provided in the email. This step is crucial as it verifies your identity and activates your account.

**3. Welcome Dashboard**

Once your email address is confirmed, you will be redirected to the ProQyz welcome dashboard. This is your central hub for creating and managing your content.

* **Create Content**: Use the options available to start creating quizzes or courses.
* **Manage Content**: Access the quiz and course library to edit or update your existing content.

Should you encounter any difficulties, refer back to this guide or contact customer support for assistance.

\
\ <br>


---

# 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/getting-started.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.
