# Getting Started

### Obtaining an API Key

Go to Telegram and start a conversation with @CoinChompBot using the /start command. This will generate a unique API key for you which can be obtained using the /api command.&#x20;

### Fund Your Account

In your chat with @CoinChompBot on Telegram, send the /accounts command and the bot will return your accounts on each supported chain. Next, tap the account to reveal the account menu which also displays the full public key of the account. You can copy this key and use it to send funds to. An option for withdrawing funds is also provided in the menu.


---

# 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.coinchomp.com/api-v1/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.
