# FATOS Developer Introduction

## **Build & Create with FATOS developers!**&#x20;

Documents and examples to help you start building with FATOS. Increasing developer productivity is one of our major goals. This is direction we are pursuing to provide a convenient environment so that developers can create more valuable apps by focusing more on the core logic of the app.

FATOS is an intelligent mobility tech startup corporation that provides an integrated mobility business based on proprietary global ADAS map platform technology. We make map & mobility as a service, and provide the service which map, navigation, FMS(Fleet Management System), and more based on our own proprietary mapping technology.

FATOS SDK provides FATOS map functions through various libraries so that you can implement the functions of the app platform. FATOS map data is also provided through API format. Create a variety of location-based services through SDK and APIs.

![](https://282846835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHK0qr4SvZ5rv7fYE8Y%2F-MNQur14KEm7dw8HvY2R%2F-MNQxCDbLq6-m97_QK3m%2F%EA%B7%B8%EB%A6%BC1.png?alt=media\&token=2ccfc243-5c18-4c7d-bbf0-6e5b2dd3e227)

Let's create a new service with FATOS!

### To use FATOS API

{% content-ref url="get-your-api-key" %}
[get-your-api-key](https://fatos-doc.fatos.biz/get-your-api-key)
{% endcontent-ref %}

{% content-ref url="fatos-api" %}
[fatos-api](https://fatos-doc.fatos.biz/fatos-api)
{% endcontent-ref %}

### To use FATOS SDK

{% content-ref url="fatos-sdk" %}
[fatos-sdk](https://fatos-doc.fatos.biz/fatos-sdk)
{% endcontent-ref %}


---

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