# Resource Allocation and Isolation

Each process operates in a sandboxed environment, ensuring that it cannot interfere with other processes or access unauthorized resources. Resource allocation is managed by the blockchain-based operating system, which dynamically assigns actors and computational capacity to processes based on workload, priority, and availability.

The concept of processes in the Fair Math Computer ensures that applications ex- ecute reliably, securely, and efficiently, forming a robust foundation for decentralized computations.


---

# 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/process/resource-allocation-and-isolation.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.
