# Introduction

## Assumptions

* A machine degree of complexity varies with the type and ultimately, the use case.
* A machine holds the current state and data.
* Being stateful or stateless depends on the machine's usage.
* Every action, output function and listener function receives the current data object.
* Mutation happens during actions and output functions.
* The machine's determinism is not verified.


---

# 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://status-machina.gitbook.io/project/master.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.
