# Twilight Shoots

{% embed url="<https://www.loom.com/share/2fbda911c17c46048e164edcd4bff298?sid=8b0d938a-68cb-460a-803f-528e74b503e0>" %}

Some Services need to be completed at a different time of day than the bulk of services ordered. For example, a Twilight Shoot needs to be completed at 6pm while everything else was shot at 11am.

You can configure the system to require your customers to book two appointments at the time of booking so that you and your customer get the correct scheduling information for every order.

## Set Service to Twilight Service

1. First, you’ll need to configure which hours you consider as **Twilight Hours**. This can be adjusted manually at any time to reflect seasonal changes, or set to adjust automatically. To set this up, go to **Configure Booking > General**, and under the **Scheduling** section, you’ll find two options for defining your Twilight Hours.
   1. **Manual Twilight Hours** allow you to set a fixed start and end time for twilight shoots. This is a preset schedule and does not automatically adjust based on the day's actual sunset time, which may affect the accuracy of twilight duration.
   2. **Automatic Sunset by Location** calculates the sunset time based on the shoot’s location. Once enabled, you’ll need to set a **twilight offset**, which should be equal to or greater than your longest twilight duration. This offset determines the timing of twilight shoots and ensures the schedule automatically adjusts based on local sunset times.

{% hint style="info" %}
The first set of availability hours should be when you normally take **daytime** appointments. However, if you toggle on **don't split appointments** we allow customers to book daytime events **after** these hours in the cases where they're also booking a Twilight appointment.\
\
For example, if your daytime hours usually end at 6:00pm and Twilight begins at 7:00pm, we'll allow customers to book the daytime portion of their shoot at 6:30pm so that it can lead directly into 7:00pm for the twilight shoot.
{% endhint %}

<figure><img src="/files/SNIAHJeXNJDkdyhjcLXH" alt=""><figcaption></figcaption></figure>

2. Next, you must configure which Services are **Twilight Services.** Under **Configure Booking** > **Services** click the triple dots and **Edit** button for the Service that should be Twilight.

<figure><img src="/files/LUBxAyGp5a8WdJjwdbgJ" alt=""><figcaption></figcaption></figure>

3. Under the **General** box, toggle on **Twilight Service** and click **Save**.

<figure><img src="/files/NsQbBxDsD8Vm3j6mo5tI" alt=""><figcaption></figcaption></figure>

4. To test your changes, click **Book a New Order**, then refresh the page to apply the updated settings.
5. Book an order like normal, ensuring you select the Service you set to **Twilight Service** and one other Service that **is not** Twilight Service.
6. On the Scheduling Page you should be prompted to enter two appointments, one for the Service(s) you selected that are not **Twilight Services**, and one for the Service(s) you selected that are **Twilight Services**.

   <figure><img src="/files/xir9Hr5VHpSowJ8cRUmA" alt=""><figcaption></figcaption></figure>
7. After you submit the order, go to view the order in **Orders Management** and you should be able to see two appointments under **Schedule** on the right hand side.

   <figure><img src="/files/P4yyDiWKRCzgey6jfwkX" alt=""><figcaption></figcaption></figure>


---

# 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.getautonomo.com/scheduling/twilight-shoots.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.
