# Getting your API key

## Option 1: Telegram Bot (Recommended)

If you have a Telegram account, you can quickly obtain your API key through our [demo bot](https://t.me/SwapNetDemoBot):

1. Open the bot and navigate to the main menu
2. Select "More..."
3. Click "Get API key"

**Note:** Each Telegram account can create one API key. If you've already created a key, the bot will return your existing one.

## Option 2: Email Request

If you don't use Telegram or need additional API keys, please [request an API key](mailto:info@swap-net.xyz?subject=Request%20for%20API%20key) via email.


---

# 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://swapnet-1.gitbook.io/docs/get-started/getting-your-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.
