# API Key

{% hint style="warning" %}
*Please be careful with sharing your API key. Users can access your data.*
{% endhint %}

**What is the API Key at sorrix?**

The API Key is a unique code that gives you access to the data and features of my rainskai through the sorrix platform. This key is necessary to establish a connection between your application and the sorrix service, allowing you to access all available information.

**How do I get an API Key?**

You can generate your API Key for free directly from your sorrix account. If you don't already have an API Key, you can create one with just a click. Simply log in to your sorrix account and follow the instructions to generate a new API Key. This key will then be available for you to use with the API.

**Why is the API Key important?**

The API Key serves as a security measure, ensuring that only authorized users can access sensitive data. It allows you to retrieve all relevant information from sorrix in my rainskai or in the WordPress plugin via the sorrix API, including any data and functions you need.

**Can I change or delete my API Key?**

The API Key can only be changed or deleted by the sorrix team. If you need to modify or delete your current key for any reason, you will need to contact the sorrix support team. They will assist you with managing your API Key.

**How is my API Key used?**

Once you have your API Key, you can use it to make requests to the sorrix API. This key must be included in your API requests to enable authorized access to the data from my rainskai. All data retrieved via the API will be displayed according to the provided API Key.

**Summary:**

* **API Key:** Required to access sorrix Data in my rainskai.
* **Obtaining:** Free generation via your sorrix account (if you don’t already have one).
* **Change/Delete:** Only possible through the sorrix team.
* **Usage:** Included in API requests to securely access data.

If you have any further questions about the API Key or using the sorrix API, don’t hesitate to contact the sorrix support team. They are available to help with any inquiries and assist you in managing your API Key.

{% hint style="danger" %}
**Once the API key has been generated, it cannot be generated a second time.**
{% endhint %}


---

# 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://sorrix.gitbook.io/docs/api/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.
