# Ordering

The first step is **quantifying**. Start from the [Product Detail Page](/user/sales-app/order/order-building.md#quantifying-the-order) of the item you wish to order.\
You can learn more about the [Order Building Process in our User Documentation](/user/sales-app/order/order-building.md).

The Single Screen is optimized to show as much content as possible, and at the same time ensure both the sales agent and his client.&#x20;

This goes for both grouped categoriziation (See below screenshot).

<figure><img src="/files/xgSRSTcPqLAML3I8QXbA" alt=""><figcaption><p>Single Screen Display</p></figcaption></figure>

<figure><img src="/files/hax55QUYw7tx0cc52uBG" alt=""><figcaption><p>iPad Display</p></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.colect.io/user/single-screen-showroom/ordering.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.
