# High Level Architecture

The user interface is the cloud-supported version of the reference implementation demonstrated with the open-source Guardian. It was originally designed for the community to learn how to use the components for various applications. The reference implementation was designed with modularity so that different components may be swapped out based on various implementation requirements. This allows the Managed Guardian Service to remain highly customizable.&#x20;

Please see the Guardian's high-level architecture diagram below:

<figure><img src="https://3006114282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXVOaWpJKxLZf1Tee9eCO%2Fuploads%2FnGqMoglMQ46ZG2JtitEp%2FArchitecture%20-%20Guardian.png?alt=media&#x26;token=7ec7eb18-068a-40e7-ab16-6f1dea95b148" alt=""><figcaption></figcaption></figure>


---

# 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.guardianservice.io/technical-information/open-source-guardian-architecture/high-level-architecture.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.
