# Interactive APPS

The application model inherently supports the development of interactive applications. By defining multiple external entry points and supporting dynamic invocation of functions, developers can implement applications that:

* Trigger new computations in response to external events.
* Maintain shared state across invocations through global variables V.
* Respond to user input or other asynchronous triggers, enabling dynamic and stateful 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://docs.fairmath.xyz/fhe-computer/operating-system/application/interactive-apps.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.
