# Dynamic Computational Processes

A computational entity encompasses a computational process that transforms input data into output data, with complete flexibility regarding the nature of the process or the computational resources required. These entities shield the computational logic of the process from its physical implementation, resources, and location. A computational process contained within an entity can consist of various combinations of memory and processing capabilities, spanning from intricate AI and machine learning tasks to straightforward queries for accessing data from a database or streaming source. The abstraction layer that separates computational logic from physical implementation allows entities to remain indifferent to the underlying infrastructure and location, facilitating dynamic adjustments as needed for specific workflows.


---

# 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://sagas-organization-1.gitbook.io/saga/available-features/dynamic-computational-processes.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.
