# V2

As explained earlier...

All Maax APIs are built using REST and designed to have a predictable URL structure. They use many standard HTTP features you're used to, including methods (<mark style="background-color:blue;">POST</mark>, <mark style="background-color:blue;">GET</mark>, <mark style="background-color:blue;">PUT</mark>, <mark style="background-color:blue;">DELETE</mark>) and error response codes.

All API calls are made under **<https://production-dot-hrdays-cs.uc.r.appspot.com/api/>** and all responses return standard JSON.


---

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