# Overview

{% hint style="info" %}
This page will give general overview of the Matar architecture (Backend, API Layer, and Frontend).
{% endhint %}

***

Here is a general overview of the architecture. The architecture consists of various parts which are described below in the architecture diagram:

![Matar Architecture Parts](https://archbee-image-uploads.s3.amazonaws.com/WPhORIY5wbVXcAz9WLeSH/-EnGbmQzcXrLejNJhRL7M_matar-architecture.png)

***

### To understand architecture parts check:

➡️[ **Backend** ](/matar/developer-reference/architecture/backend.md)

➡️[ **Frontend** ](/matar/developer-reference/architecture/frontend.md)

➡️[ **API Layer**](/matar/developer-reference/architecture/api-layer.md)


---

# 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://gramhal.gitbook.io/matar/developer-reference/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.
