> For the complete documentation index, see [llms.txt](https://gaborpatchpractice.gitbook.io/gaborpatchpractice-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaborpatchpractice.gitbook.io/gaborpatchpractice-docs/membership-and-pricing/trial-access.md).

# trial-access

## Trial Access: How to Apply, Check Status, and Recover

### How to Apply for Trial Access

1. Go to any Gabor training page
2. Click the yellow **"Access Login"** button
3. Click **"Apply for Trial Access"**
4. Enter your nickname and contact information
5. Submit your application

Or apply directly via the trial page:

```
```

Enter your nickname and contact information to apply for trial access.

***

### How to Check Your Trial Status

If you've already submitted a trial application, you can use your contact information to check review status, activate trial access, or restore access after switching devices.

#### Check Portal

```
```

You can also open the "Access Login" window on any Gabor training page to check status.

***

#### Scenario 1: Same Device and Browser

If you're still using the same device and browser where you originally applied, the system usually auto-detects your application record.

**How to check:**

1.
2. The page automatically queries your application status for the current browser

**Possible statuses:**

| Status                                    | Meaning                                                            |
| ----------------------------------------- | ------------------------------------------------------------------ |
| `Application registered, awaiting review` | Application received, still under review. Trial not yet activated. |
| `Trial access activated`                  | Review approved. Trial access is active on this browser.           |
| `Application not approved`                | This application did not pass review.                              |
| `Trial period ended`                      | Trial access has expired.                                          |

If you see "Application registered, awaiting review," please wait for approval. Once approved, return to this page and click "Refresh Status" — the system will auto-activate your 3-day trial.

***

#### Scenario 2: New Device, Browser, or Incognito Mode

If you switched phones, computers, browsers, or used incognito/private mode, the page may not auto-detect your previous application. This is normal — browser device signatures differ.

**Do not submit a new application.** Instead, query with your original contact information.

**How to check:**

1. Open:&#x20;
2. Click:

   ```
   Already applied? Enter contact info to check status
   ```
3. Enter the WeChat ID, email, or phone number you used when applying
4. Click:

   ```
   Check Status
   ```

**Query results:**

* If the application is still under review, it will show "awaiting review"
* If review is approved, it will activate trial access on the current device
* If access was previously activated, it will attempt to restore access on the current device
* If no record is found, double-check that the contact info matches exactly (including case, spaces, and symbols)

***

#### Scenario 3: Check or Recover from Any Training Page

If you're already on a Gabor training page, you don't need to return to the application page.

**How to check:**

1. Open any training page
2. Click the **"Access Login"** button
3. Find:

   ```
   Already applied or have access?
   ```
4. Enter the WeChat ID, email, or phone number you used when applying
5. Click:

   ```
   Check Status
   ```

**This portal can be used to:**

* Check whether your application is still under review
* Activate trial access after approval
* Restore access after switching devices or browsers

***

### Important Notes

* **Use the same contact information** you provided when applying.
* **Switching browsers or devices does not require a new application.**
* **If you already applied but the page shows a new application form,** click "Already applied? Enter contact info to check status" first.
* **If the system says no record found,** check that your WeChat ID, email, or phone number is entered exactly as during application — including case, spaces, and symbols.
* **After approval, trial access activates on the current device/browser.** You can restore access on new devices by querying with your contact info.

***

### Medical Disclaimer

1. This document is for educational reference only and does not constitute medical advice.
2. This tool (Gabor Visual Training) is a visual exercise aid, **not a medical device**, and does not promise therapeutic outcomes.
3. If you have a diagnosed vision condition, please follow your eye care professional's advice first.
4. Training results vary from person to person. Please maintain realistic expectations.


---

# 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, and the optional `goal` query parameter:

```
GET https://gaborpatchpractice.gitbook.io/gaborpatchpractice-docs/membership-and-pricing/trial-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
