> For the complete documentation index, see [llms.txt](https://docs.colt.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.colt.net/on-demand/on-demand-lso-portal/ordering.md).

# ORDERING

## CONVERT A QUOTE TO AN ORDER&#x20;

Orders are generated from valid quotes, i.e. that are in a “<mark style="color:$primary;">READY</mark>” state. Orders cannot be generated form quotes that have expired (or failed).  &#x20;

To place an order, first select the relevant quote from the list on the main **Quotes** page and select the **Order** option.&#x20;

<sup><sub>Note: The Orders page displays orders that are in the delivery queue, and should not be used to generate a new order.<sub></sup>

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

Then select a **Site** for the B end customer location (the A end is the existing hub location). &#x20;

In data centre locations, the “**Default Shared Area**” should be selected. &#x20;

In enterprise office locations, select the “**Choose site**” option and either select an existing PoP site (e.g. 4th floor comms room) or request to deliver at a new PoP site. &#x20;

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

Next, enter the **site contact details** as requested (name, email, phone). Enter separate on-site and technical contacts as required.&#x20;

Then select a **hub** and assign a **VLAN ID**. &#x20;

Note that only hubs located within the hub metro location assigned to the quote will be displayed. (For example, where the Paris metro is selected as a hub location only hubs located in Paris will be displayed).&#x20;

The “**use next available VLAN**” option is not recommended if non-On Demand circuits are attached to the hub.&#x20;

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

Finally, enter a reference and select the “**Summary**” option to review and then place the order.&#x20;

<figure><img src="/files/1aNvQnIocB9dzljH1sv9" alt=""><figcaption></figcaption></figure>

&#x20;&#x20;

&#x20;

&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.colt.net/on-demand/on-demand-lso-portal/ordering.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
