> For the complete documentation index, see [llms.txt](https://docs.fairmath.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmath.xyz/fhe-computer/operating-system/application/interactive-apps.md).

# 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.
