# Create an API Key

In order to access Si capability via API call, an API key is required.

1. Once you logged in, access the KYC from **Avatar (top right corner)** / **API Management**
2. Hit on Create API Key&#x20;
3. Enter a label for easily telling API keys
4. Once you confirm the creation, a new API key is created.\
   ![](/files/IrbBswxAMVHPv80sQR4r)
5. The API Key appears only once. Please store the Key ID and API Key properly and treat them like your passwords. Do not disclose your API Key to anyone to avoid asset losses.


---

# 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://si0-1.gitbook.io/si-docs/getting-started/quickstart-1.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.
