# Getting Started

### [**Add a Product to Your Store**](https://docs.vendorfuel.com/admin/catalog/products/add-new-product)

To add a product:

1. Go to [Catalog](https://docs.vendorfuel.com/admin/catalog).
2. Select [Products](https://docs.vendorfuel.com/admin/catalog/products).
3. Select the [Add Product](https://docs.vendorfuel.com/admin/catalog/products/add-new-product) tab.&#x20;
4. Fill out the *Product Name* and *SKU* fields.

You can add add and remove products by heading over to the Products section of the plugin. Make sure you go through each of the steps for adding a product as they are all required in order for your product to available for purchase in your catalog!

### **Add a Payment Processor**

**To accept credit card payments, you will need to add a payment processor for your store transactions.**

Adding a payment processor is easy! You can add your payment processor by heading over to the Payments section of the plugin.

* [PayFabric](https://www.payfabric.com/)

### **Setup Your Store's Shipping Method(s)**

**Add shipping rates or connect to Shippo for Live Rates.**

If you don't add a shipping method, your store will default shipping to free. You can change this via the Shipping section of the plugin. If you would like to sign up with Shippo for live rates, use the link below.

* [Shippo](https://goshippo.com/)

### **Setup Store Emails**

**Setup SMTP for your store emails.**

**Customize Your Store's Communication Emails.**

SMTP is not required for your store however your emails will be sent by the store administrator's email (the email that was used for the store sign up) by default. You can customize emails sent by your store such as the checkout email, registration email and more by heading over to the Emails section of the plugin. You do not need to customize these emails but until you do they will be branded with VendorFuel logos and information.

### **Set State Tax Rates**

You can select the states that you will be collecting taxes in via the Taxes section of the plugin. We recommend using Avalara to make generating taxes easier.

* [Avalara](https://www.avalara.com/)


---

# 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.vendorfuel.com/master.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.
