# 🚀 Getting Started

To interact with the Fresed API, you need to generate an API key. Follow these steps to obtain your key:

1. Go to the chat: ⁠🤖│commands.
2. Use the command `/gen_key` to generate a new key.
3. If you already have a key, use `/show_key` to view it.
4. To recreate the key, use `/generate_key`.


---

# 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://fresed-api.gitbook.io/fresed-api/getting-started.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.
