> For the complete documentation index, see [llms.txt](https://docs.pteroca.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pteroca.com/quick-start/quick-start/first-test-purchase.md).

# First Test Purchase

**Goal**: Verify the entire system works by making a test purchase (5-10 minutes).

## Step 1: Create Test User

Option A: Via Admin Panel

1. Navigate to **Users** → **Create User**
2. Fill in email and password
3. Click **Save**

Option B: Via CLI (faster)

```bash
php bin/console pteroca:user:create test@example.com password123
```

## Step 2: Add Test Balance

1. **Navigate to**: Users → Select your test user → Edit
2. **Add Balance**: $10.00
3. **Save**

## Step 3: Make Test Purchase

1. **Log out** from admin panel
2. **Log in** as the test user
3. **Browse shop** and select your product
4. **Purchase server** with test balance
5. **Verify**:
   * Server appears in "My Servers"
   * Server was created in Pterodactyl Panel
   * Server has correct resources

## Step 4: Verify in Pterodactyl

1. Log in to Pterodactyl Panel
2. Check that the server was created
3. Verify server resources match product configuration

## 🎉 Congratulations!

You've successfully:

* ✅ Installed PteroCA
* ✅ Configured essential settings
* ✅ Created your first product
* ✅ Made your first sale

Your PteroCA installation is fully operational!

## What's Next?

Now that the basics are working, you can:

**Customize your installation:**

* [Configure additional settings](/core-configuration/core-configuration.md)
* [Set up more products](/business-configuration/business-configuration/products-and-categories.md)
* [Configure user roles & permissions](/access-and-permissions/access-control.md)
* [Customize themes](/customization-and-extensions/customization.md)

**Learn daily operations:**

* [Admin Panel Guide](/using-pteroca/admin-panel/overview.md)
* [Managing Users](/using-pteroca/admin-panel/managing-users.md)
* [Managing Servers](/using-pteroca/admin-panel/managing-servers.md)

**Extend functionality:**

* [Install plugins](/customization-and-extensions/plugins/plugins.md)
* [Install themes](/customization-and-extensions/themes/themes.md)

## Need Help?

* [FAQ](/help-and-maintenance/faq.md)
* [Troubleshooting](https://github.com/PteroCA-Org/pteroca-homepage/blob/docs/help-and-maintenance/troubleshooting/README.md)
* [Discord Community](https://discord.com/invite/Gz5phhuZym)


---

# 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.pteroca.com/quick-start/quick-start/first-test-purchase.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.
