# Secret Key

You can generate the secret key from your admin console.

After you create your first project, open the `Secrets` section and click on `Generate secret`.

{% hint style="info" %}
For some security reasons, your secret key will never be shown twice. Keep it secure.
{% endhint %}

{% embed url="<https://youtu.be/K5CiNeoAPqc>" %}
How to generate a secret key
{% endembed %}


---

# 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.agentlabs.dev/getting-started/secret-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.
