> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/orders/log-offline-orders.md).

# Log Offline Orders

There are three ways to create orders in Fotello.

If a customer books through your [Order Form](/orders/order-form.md), Fotello collects the order details for you. Once you accept the order (either manually or if you have the auto-accept setting turned on), it is automatically linked .

If the booking happens offline, log the order manually in Fotello. This keeps the order, customer, products, appointment, delivery, and payment in one place.

### Log a new order manually

{% stepper %}
{% step %}
**Open Orders**

Click **Orders** in the left sidebar.

Click **New Order** in the top right.

<figure><img src="/files/UxN9wF96aoX6KuvHm00w" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Add the address**

Enter the property address for the order. Select the full address from the dropdown.
{% endstep %}

{% step %}
**Select or create the customer**

Choose a customer in the **Customer** field.

You can search by name, email, or company.

If the customer is not in your list, click **Create new customer**.

Enter the first name, last name, and email.

Click **Create & select**.

<figure><img src="/files/ASb7za89b3VEqabaD5gL" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Add products or services**

In the **Products** section, click the edit icon.

Select the package, service, or add-ons for the order.

If a product has options, choose the correct variant.

You can use search or the product filter to find items faster.

Click **Save**.

<figure><img src="/files/yovYCgQpulnfqR9X2Yvo" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Schedule the appointment**

In the **Appointments** section, click the **+** button.

Choose the appointment date and time for the shoot.

Set the correct timezone before you confirm the time slot.

You can view available times in **12h** or **24h** format.

Click **Create** to add the appointment.

<figure><img src="/files/IO4odmddUTlbjVnWcX2R" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Create and accept the order**

Review the address, customer, products, and appointment.

Click **Create & Accept** to finish.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Add products before scheduling the appointment. Fotello uses the selected products to calculate the appointment duration and show available times.
{% endhint %}

### Why log offline orders in Fotello

Logging manual orders keeps everything in sync and helps you stay organised.

You can upload all [Other Assets](/other-assets/property-info.md) to the same order, [deliver the listing](/delivering-listings/deliver-listing.md), create [Order Invoices](/payments/order-invoices.md) and collect [Payments](/payments/payments.md) from the customer before they can download.

If you use a connected calendar, the appointment also fits into your scheduling workflow. See [Calendar Integration](/availability-and-scheduling/calendar-integration.md).


---

# 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://uni.fotello.co/orders/log-offline-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.
