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

# Course Access

## ProQyz Course Access for Users

### Overview

This documentation outlines two methods for granting users access to courses in ProQyz: manually adding users through WordPress and automatically adding users via the checkout process.

### Method 1: Manual Course Access

1. **Add User in WordPress**:

   * Navigate to the WordPress dashboard.
   * Go to **Users** > **Add New**.
   * Fill in the necessary user information and click **Add New User**.
   *

   ```
   <figure><img src="/files/1bnVzJOBe7VjdYMzUggm" alt=""><figcaption></figcaption></figure>
   ```
2. **Manage Course Access in ProQyz**:

   * From the WordPress dashboard, go to **ProQyz** > **Manage**.
   *

   ```
   <figure><img src="/files/HlR7ipZmPIrBRG9xMHGq" alt=""><figcaption></figcaption></figure>
   ```

   * Click on **Course Access**.
   * Select the course you want to manage access for and click **Edit Course Access**.
3. **Assign Course Access**:

   * In the course access management screen, you will see a list of users on the left side.
   * Select the users you want to grant access to by clicking on their names.
   * Click the forward arrow button to move the selected users to the right side, indicating they have been granted access to the course.
   *

   ```
   <figure><img src="/files/EAWAzy19Tz6Jb4pO9l4o" alt=""><figcaption></figcaption></figure>
   ```
4. **Save Changes**:
   * Once you have moved the desired users, click **Save Changes** to update course access permissions.

### Method 2: Automatic Course Access via Checkout

1. **Navigate to the Courses Page**:
   * Go to the courses page on your ProQyz-enabled website.
2. **Purchase Course**:
   * Find the course you want to access and click the **Buy Now** button.
3. **Fill Checkout Form**:
   * Complete the checkout form with the required information.
   * Ensure the email address used during checkout is accurate, as it will be used to grant access.
4. **Automatic User Addition**:
   * Upon successful purchase, the email address used during checkout will be automatically added as a user in WordPress.
   * The user will receive course access without any additional manual steps.

### Summary

By following these methods, you can efficiently manage course access for users in ProQyz, whether you prefer to add users manually through the WordPress dashboard or automatically via the checkout process


---

# 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/course-access.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.
