> For the complete documentation index, see [llms.txt](https://docs.graspil.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graspil.com/en/readme.md).

# Quick Start

The main advantage of graspil.com is a very fast and simple integration. Follow these steps to start using the service to its full potential:

### 1. Bot connection

There are 3 different ways to connect a bot:

1. Auto setup - the simplest and preferred option, requires a token to work.
2. Proxying - does not require a token, fast connection.
3. API - does not require a token, an independent connection method.

You can read more about connecting your bot in [this](/en/connect-bot.md) section.

### 2. Bot configuration

1. Set up processing of the[ start parameter and UTM tags.](/en/app/start-utm.md)
2. Set up [event processing](/en/app/actions.md)
3. Add tracking for clicks on [outbound links](/en/app/outside-links.md)

### 3. Sending events via API

Activate events that happen outside the bot, such as: a sale, a form submission, etc. This will help with conversion tracking. [Here](/en/api/send-event.md) is how to do it

### 4. Add UTM tags to all links pointing to your bot

Use only tagged links so you can understand where your traffic is coming from.

### 5. Connect your Telegram channels

To see statistics on invite links, use our UTM-tagged links, and build end-to-end analytics across your bot, mini app, or website. [How to connect?](/en/connecting-channels.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.graspil.com/en/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
