# 14. How can I prioritize certain time slots?

Sometimes, customer experience takes priority over reducing kilometers or CO₂ emissions. For example, premium customers may require deliveries at specific times to ensure satisfaction—even if this results in longer routes.

To enforce these priority time slots in **TourSolver**, use the **Fixed Slot** constraint. This locks the specified time slot for the customer, ensuring they receive their delivery at the desired time.\
**Note:** Using Fixed Slot reduces flexibility for the optimization algorithm, as it limits route permutations. However, it guarantees that premium customers are served at the right time.


---

# 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://nomadia-docs.gitbook.io/products/faq/14.-how-can-i-prioritize-certain-time-slots.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.
