> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/knowledge-base/everyday-usage/orders/create-adhoc-order.md).

# Create adhoc Order

The user can create an order anytime within the operation cycle. This function is available in the UI header.

<figure><img src="/files/dhpayf6QL2BSUyVmgbQh" alt="TilliT UI header toolbar with a red box highlighting the &#x27;Actions&#x27; button."><figcaption></figcaption></figure>

To create an adhoc order, click the ***Actions*** button then:

1. Select ***New Order*** in the selection list
2. Select the ***Asset*** where the order will be used or executed
3. Select the production ***Material*** from the list
4. Enter the following order details; then click ***Confirm*** once all the order details are completed

* ***Order Number***: This is the order ID, which can be an alphanumeric character
* ***Operation***: This defaults to 100. The system is using this indicator to support a line with multiple equipment segments
* ***Name***: This is the name of the order, which can be an alphanumeric character
* ***Choose a date***: This defaults to the current date but can be changed by selecting the appropriate date from the calendar display
* ***Starting at***: This defaults to the current time but can be changed by using the up/down keys on the number fields
* ***Target Quantity***: This is the set production quantity for the order


---

# 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://help.tillit.cloud/tillit/knowledge-base/everyday-usage/orders/create-adhoc-order.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.
