# Quick Start

Welcome and thank you for being an Easy Shop Tracker customer! This quick start should get you up and running with the application. To learn all the features in depth we suggest you read through all the sections bellow.

{% embed url="<https://vimeo.com/744329865>" %}

## Create a quick invoice

Click on the invoices section on the left navigation.

![](/files/Q39Zz1sXhdqhGIrgI2P4)

Click on Add Invoice on the top right corner of the screen.

![](/files/8oC8Cjce3SV2oWx1LpEI)

Under Bill To, click on the dropdown and click on Add Customer

![](/files/uuo9rM0Mur7RlBZd0hS3)

Enter a full name for a customer: "John Smith", a phone number, "2223334444" and an email, "<john@smith.com>". Click OK.

![](/files/EE2D1igWNfPoJ1Ex9euj)

By clicking OK you just created a customer named John Smith in your database. Now on the item list for your invoice click on Add Part > Quick new Part

![](/files/IedjOAFtyUteW5QF2XpM)

On the Quick New Part form enter "Oil Filter F150" for name, $10 for price and 1 for Qty. Check the Add to Inventory checkbox. Then click on Add to my invoice.

![](/files/r5f3o4tmngzD3RVzeYFI)

Clicking on Add to my invoice with the Add to Inventory checkbox activated will add the line item to your invoice and add the part to your inventory database. Click on Save.

![](/files/qEahk4iLW4L0WdXB6HoG)

Click on Print next to the save button at the top right corner.

![](/files/fbmP3YCD0lhUBOpRR9t7)

This will generate a PDF and download it so that you can print the invoice you just created and give it to your customer. For more on create invoices go to the invoice's section of this documentation.


---

# 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.easyshoptracker.com/quick-start.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.
