# Explanatory Diagrams

## Top-Level Architecture Overview

Let's start by understanding the two basic components of Maax AI:&#x20;

### 1. [**Web App Overview**](/main/start-here/web-app-dashboard.md) **(**<https://app.maax.ai/>)

### **2.** [**API Overview**](/main/technical-guides/apis.md)

The following image illustrates a basic top-level overview of how you will be using MAAX AI to automate your customer support and sales conversations

<figure><img src="/files/d6xOK3UGYlS8pW3PDpFY" alt=""><figcaption></figcaption></figure>

MAAX API is a set of endpoints that your tech team will be interacting with. These endpoints will allow you to feed an incoming message from a user into MAAX AI, and get an answer that gets sent back to the customer.&#x20;

MAAX AI is intelligently designed to consider the history of a conversation with a specific prospect, utilizing the settings configured in the dashboard.&#x20;

The technology you use for marketing, sales, or customer support, which may include tools like **CRMs, Zapier, Mailchimp, ManyChat, etc.,** is where you'll engage with MAAX API.&#x20;

For instance, you can configure Zapier so that each time a new email arrives in a particular inbox, the email body is inputted into the MAAX API, which generates a response that is then sent back to the customer.&#x20;

For more examples, refer to our use cases, or feel free to reach out to us at <support@maax.ai> for assistance.


---

# 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://documentation.maax.ai/main/technical-guides/explanatory-diagrams.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.
