# Order Book

In the system, the fundamental unit of planning is a task. A task is defined as a set of one or more instructions from the Instruction Set Architecture (ISA). The allocation of tasks to actors is managed at the Orchestration Layer through the order book.

Each task that requires execution is transformed into an order. An order encapsulates the task along with its associated metadata, which specifies the requirements for execution. This metadata includes:

* **Deadline:** The maximum allowable time for task completion.
* **Maximum Reward:** The upper limit of compensation for completing the task.
* **Complexity:** A quantitative measure of the computational resources required for execution.


---

# 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.fairmath.xyz/fhe-computer/operating-system/order-book.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.
