# Create Orders

<figure><img src="/files/p1ltlddNtL7Rez4HUHxt" alt=""><figcaption><p>Designate the type of order and for which customer using the Add Order Window.</p></figcaption></figure>

## Add Order Window

Orders are created in the Add Order Window which you can access via several locations.

* From the **Orders Tab** of your Navigator Window by choosing <mark style="color:blue;">**More Options > New Order**</mark> or use <mark style="color:blue;">**Shift + Command + N**</mark>.
* From the **Customers Tab** of your Navigator Window by selecting a customer and choosing <mark style="color:blue;">**More Options > Add Order**</mark>.
* From the **Kiosk Mode Login Window** by entering your PIN and **clicking** the New Sale butto&#x6E;**.**&#x20;

{% hint style="info" %}
**Quick Tips!**

Exactly how this window behaves when you open it depends on your selections in your [Order Preferences](/setup/preferences.md#orders).
{% endhint %}

***

### Order Designations

When creating an order you have two options on how to label your orders. These designations help differentiate how your orders are placed so you can compare your sales records.

* Phone - Orders that are placed by customers while talking to you on the phone.
* Point of Sale - Orders that are placed by customers in a physical store location, such as at a register at checkout.

{% hint style="info" %}
**Quick Tips!**

While you won't be able to assign it when building orders, any orders placed on your website will receive the Online Sale designation.
{% endhint %}

***

### Customer Selection

Once you have an order designation chosen, you can attach customer information to the order. This includes:

* **Searching by name** for an existing customer account.
* Selecting <mark style="color:blue;">**More Options > New Customer**</mark> to create a new account before attaching it to the order.
* Using the **Guest Checkout button** to open a new order and manually enter one time billing information.

{% hint style="info" %}
**Quick Tips!**

Guest Checkout will only store the entered information in that paticular order. Ask the customer if they'd prefer to build an account since you'll be adding asking for billing information anyway.
{% endhint %}

***

## Order Details Window

<figure><img src="/files/RUXEp9tWLJYtIi06git1" alt=""><figcaption><p>An Order opened in the Order Details Window.</p></figcaption></figure>

Once created, your order opens automatically in the **Order Details Window**. If you are opening an Order with details already added, the Order Detail Window provides detailed information, including added products, payments, and customer details.

To **open orders** in the Order Details Window:

* **Double-click** an order in the Orders tab of the Navigator Window.

***

### Add Products

<figure><img src="/files/DQGnmYJ9V1tMRXPhHtkg" alt=""><figcaption><p>A product image is shown to indicate what product you are about to add.</p></figcaption></figure>

After creating an order, you can add products.

To **add products** to an order:

1. **Select** the search field and perform one of the following actions:
   * **Enter** a product ID and press Return.
   * **Scan** a barcode.
2. **Select** a pack option and price if applicable.
3. **Enter** a quantity.
4. **Click** the Add button or press Return.

{% hint style="info" %}
**Quick Tips!**

Using a barcode scanner can speed up the process of building [POS Orders](/using-tuplo-studio/kiosk-mode.md#pos-orders).
{% endhint %}

***

## Video Tutorials

{% embed url="<https://iframe.mediadelivery.net/play/231419/285a2781-dace-420a-a458-526eeed0773b>" %}
Learn to use the Add Order Window to create your orders in Tuplo Studio.
{% endembed %}


---

# 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.tuplo.com/using-tuplo-studio/orders/create-orders.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.
