# Architecture Overview

The overall architecture of the Adapptio Framework is divided into several parts; Integrations, Actions, API Endpoints and Views. The Integrations, Actions and API Endpoints are running at the secured back-end in the Adapptio cloud; meanwhile, the Views are running at the client-side in your browser.

Integrations authenticate and call API, load static data, and connect databases using a secure proxy.

The actions permeate between the user interface and integrations and provide a secure connection, data transformation and pass data from integrations to the user interface and vice versa.

The Views represent a visual output of your applications run in a web browser on computers, tablets, or mobile devices.

The complete applications can be run in the Adapptio cloud or self hosted in your infrastructure.

![](/files/zODwn0vSpnzWH400UvH6)

{% content-ref url="/pages/3yog1GvnQKR507MntaqF" %}
[Views](/getting-started/architecture-overview/views.md)
{% endcontent-ref %}

{% content-ref url="/pages/1Z6dQmAoCXvd1gFZb4mw" %}
[Actions](/getting-started/architecture-overview/actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/AhCrqES19FZQrLDNiJRE" %}
[Integrations](/getting-started/architecture-overview/integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/FeY23ZTneXdG3trVrtWB" %}
[API Endpoints](/getting-started/architecture-overview/api-endpoints.md)
{% endcontent-ref %}

{% content-ref url="/pages/8Iev3YFaghj9MzGU9Rww" %}
[Routes](/getting-started/architecture-overview/routes.md)
{% endcontent-ref %}

{% content-ref url="/pages/SdVOY64oLhCSNwW8tXfo" %}
[Events](/getting-started/architecture-overview/events.md)
{% endcontent-ref %}

{% content-ref url="/pages/4iLTtocKn1Y245Cj310W" %}
[Assets](/getting-started/architecture-overview/assets.md)
{% endcontent-ref %}


---

# 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.adapptio.com/getting-started/architecture-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.
