# Quickstart

## Introduction

{% hint style="info" %}
This guide will help you quickly set up your OpenCart store after installation. Follow the step-by-step instructions below to get your store running in minutes.
{% endhint %}

{% stepper %}
{% step %}

#### 1. Access Your Admin Panel

{% hint style="info" %}
Your admin URL is typically `yourdomain.com/admin` - use the credentials you created during installation.
{% endhint %}

* Navigate to your admin URL (usually `yourdomain.com/admin`)
* Log in with the credentials created during installation

<figure><img src="https://3646803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4cP5wmQoIzTALooMO6m7%2Fuploads%2FrUNYO8cXu4vr5vCL3nGR%2Fadmin-login.png?alt=media&#x26;token=fe28e383-f87d-437f-a753-775e5a367a95" alt="OpenCart Admin Login Screen"><figcaption><p>Admin login screen - enter your credentials to access the dashboard</p></figcaption></figure>
{% endstep %}

{% step %}

#### 2. Basic Store Configuration

{% hint style="info" %}
Configure your store's basic information before adding products. This ensures customers see accurate store details.
{% endhint %}

* Go to **System > Settings**
* Configure your store name, email, and contact information
* Set up your default currency and language

<figure><img src="https://3646803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4cP5wmQoIzTALooMO6m7%2Fuploads%2FpKLxzPhCg55bsg2VBSzF%2Fadmin-configure-store.png?alt=media&#x26;token=5975f223-42b9-4ea6-9974-d2f13e4dd92a" alt="Store Configuration Settings"><figcaption><p>Store settings page - configure your store name, contact info, and regional settings</p></figcaption></figure>
{% endstep %}

{% step %}

#### 3. Add Your First Product

{% hint style="info" %}
Start with a simple product to understand the process. You can add more complex products with options and attributes later.
{% endhint %}

* Go to **Catalog > Products**
* Click "Add New"
* Fill in product details, pricing, and images
* Save and publish

<figure><img src="https://3646803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4cP5wmQoIzTALooMO6m7%2Fuploads%2FF9kzpDJyx5fl9gOROSyI%2Fadmin-add-product.png?alt=media&#x26;token=d03d96d8-d004-4577-a8a0-7c8311205cd1" alt="Add New Product Interface"><figcaption><p>Product creation form - add product details, pricing, and upload images</p></figcaption></figure>
{% endstep %}

{% step %}

#### 4. Set Up Payment Methods

{% hint style="warning" %}
**Important**: Configure at least one payment method before testing your store. Without payment methods, customers cannot complete purchases.
{% endhint %}

* Go to **Extensions > Payments**
* Install and configure your preferred payment gateways

<figure><img src="https://3646803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4cP5wmQoIzTALooMO6m7%2Fuploads%2FZmaeY1uBXddxF0vtEvY4%2Fadmin-payments.png?alt=media&#x26;token=c19e1ed2-2756-482f-8bfa-1af9b7002b02" alt="Payment Methods Configuration"><figcaption><p>Payment methods page - install and configure payment gateways like PayPal, Stripe, or bank transfer</p></figcaption></figure>
{% endstep %}

{% step %}

#### 5. Configure Shipping

{% hint style="info" %}
Set up shipping methods that match your business model. Common options include flat rate, weight-based, or free shipping.
{% endhint %}

* Go to **Extensions > Shipping**
* Set up shipping methods for your products

<figure><img src="https://3646803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4cP5wmQoIzTALooMO6m7%2Fuploads%2Fi0Bx4mGwYlHHLvs0bqpV%2Fadmin-shipping.png?alt=media&#x26;token=c67d90ad-e0a6-4394-ba4e-39694eb184b9" alt="Shipping Methods Configuration"><figcaption><p>Shipping methods page - configure shipping options based on your products and locations</p></figcaption></figure>
{% endstep %}

{% step %}

#### 6. Test Your Store

{% hint style="success" %}
**Congratulations!** Your store is now ready for testing. Make a test purchase to ensure everything works correctly.
{% endhint %}

* Visit your store frontend
* Test the shopping cart and checkout process
* Verify that payments and shipping calculations work correctly
* Add product to cart
* Proceed to checkout
* Complete payment process
* Verify order confirmation
* Check admin order management
  {% endstep %}
  {% endstepper %}

## Next Steps

{% hint style="info" %}
**Ready for more?** Now that your store is set up, explore these advanced features to grow your business:
{% endhint %}

* **Advanced product management** - Learn about product options, attributes, and variations
* **Customer management** - Set up customer groups, custom fields, and loyalty programs
* **Marketing features** - Create coupons, affiliate programs, and email campaigns
* **Reports and analytics** - Track sales performance and customer behavior
* **Extension marketplace** - Discover thousands of extensions to enhance your store

{% hint style="success" %}
**Pro Tip**: Visit the [Admin Interface documentation](https://docs.opencart.com/getting-started/broken-reference) to master all OpenCart features.
{% endhint %}


---

# Agent Instructions: 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.opencart.com/getting-started/quickstart.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.
