# FATOS API

FATOS APIs are divided into Basic and Advanced and consist of a total of 32.

![](/files/-MLBq9p_dT5c_STfeguQ)

The procedure for using the FATOS Map API using JavaScript is as follows.

The implementation uses JavaScript code to display the map on the html page, which consists of the following steps.

First, load the Maps API code libraries.\
Second, initialize a map object, displaying the map.


---

# 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://nostramap-doc.fatos.biz/fatos-api.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.
