# Service and Venue Selection

The ordering flow resembles the website interface but behaves more like the POS system.

1. Select the **customer** or **create** a new one. You can modify the **name** and/or **address** as needed.
2. Select the **service**.
3. Select the **venue**.

After selecting the service and the venue, the **venue-specific menu** is displayed.


---

# 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.bossithq.com/call-centre/order-creation/service-and-venue-selection.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.
