# APIs

{% embed url="<https://www.loom.com/share/3df934f09f96456cbec64e3cedca5583?sid=27118e5c-b293-40f9-bcfe-b4558c5e29f7>" %}

We have two versions of our API:

<mark style="background-color:orange;">Version 1 (V1)</mark> – To be used for all current Customer Support implementations. Will eventually be deprecated.

<mark style="background-color:green;">Version 2 (V2)</mark> – To be used for all current and future Sales Ai implementations. Customer Support Ai will be migrated to V2 eventually


---

# 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/apis.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.
