# In the telegram bot

A simple and fast way to create an invoice in a telegram bot. After creating an invoice, you get a link to the payment page, which you can immediately send to the customer

## How to connect

<div><figure><img src="/files/io5wehJHuQVIVa5NlMv2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6OfSLXNc5qBZLpkzcwwU" alt=""><figcaption></figcaption></figure></div>

## How to create an invoice

* Choose the “Create invoice” command
* Fill in all mandatory fields marked with an asterisk
* Confirm the correctness of the entered data
* Forward the last message with a link to the invoice to your buyer

<figure><img src="/files/zbNbuq2FMMbhH6rC2uiX" alt="" width="288"><figcaption></figcaption></figure>


---

# 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.bitsby.app/invoice-creation/in-the-telegram-bot.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.
