# API Settings

You can easily create and manage your APIs in the API Settings section. Simply press the button in the left corner to create a new API

<figure><img src="/files/IqQcMdCuSJtILWTGaTjc" alt=""><figcaption></figcaption></figure>

A modal will open, allowing you to define the details of your API.

{% hint style="warning" %}
You will not be able to retrieve the API key after the API is created, so it is essential to copy the key before closing this window.
{% endhint %}

<figure><img src="/files/D2McBvFbtVOxKLT27zI4" alt=""><figcaption></figcaption></figure>

Once you have successfully created an API, you can utilize it in your application.

<figure><img src="/files/lDHTdTkDdacZrWCzPO2s" alt=""><figcaption></figcaption></figure>

Use this guide to kickstart your experience with the saaster API:

{% content-ref url="/pages/WBjIeC0z12b2VSqDPOki" %}
[API: Get started](/api/api-get-started.md)
{% 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://docs.saaster.io/fundementals/administration/system/api-settings.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.
