# Get your API Key

### How Do I Get an API Key?

Although we provide intuitive API functions and services, they are not available if you do not have an API Key. In order to get an account, please visit our console website <https://console.fatos.biz/>

![](/files/-MHVZro_PC0Fvd7b_vQ6)

Getting an API key is just as easy as signing up for an account.

1. Sign up for a FATOS account at <https://console.fatos.biz>
2. Verify your email (We send a verification mail)
3. Sign-in, you will get a free plan API key. (You can request a non-free API key for advanced features)

If you do not have a console account, hit the **sign up** button and get one!

![](/files/-MJz8MavRXsuzVgP-izL)

After you sign up with your information, a verification mail will be sent to the email you used to sign up.

![Click "Verify Email"](/files/-MJyhWW_uHDjfx-wei3S)

{% hint style="danger" %}
API key may  not be available if you do not verify your email.
{% endhint %}

If you do have one, simply sign in and you will see your API Key at the top right corner of the page.

![](/files/-MHVa-kHNHhBdawySrIs)

Voilà! You have got an API key. With the key you have obtained, you can finally make use of any of FATOS SDK! Congratulation.


---

# 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/get-your-api-key.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.
