# Overview

FM BetterForms was purpose-built to allow FileMaker developers access to a full, powerful web technology stack. All data is stored on your FileMaker Server and is not cached by BetterForms. Data remains secure in transit with encryption.

For authentication options and workflows, see the Authentication section in the Reference docs: [Authentication](/reference/authentication.md).

<figure><img src="/files/GWgBC6hFeFzvo0GykpDI" alt=""><figcaption><p>High-Level Architecture</p></figcaption></figure>

## System Status and Performance Monitor

The health and performance of the BetterForms Cloud can be checked by visiting the official status page:

{% embed url="<https://status.fmbetterforms.com>" %}
Official BetterForms Status Page
{% endembed %}

To receive live updates, you can subscribe via the monitoring page.


---

# 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.klai.studio/getting-started/system-overview.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.
