> For the complete documentation index, see [llms.txt](https://docs.lootbot.xyz/lootbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lootbot.xyz/lootbot/telegram-bot/product-guide/billing-and-plans/free-trial.md).

# Free Trial

Every wallet that a user has private key access to, regardless of whether it was created by LootBot or imported by the user, will enjoy **an initial trial period**. This trial period serves as an opportunity for the user to **try out the product** before committing to the Premium Plan.&#x20;

During this trial, LootBot will facilitate up to **15 transactions free of charge**. Upon completing these 15 transactions, users **will need to upgrade their looting wallet** to the premium plan to continue leveraging the bot's capabilities.

<figure><img src="/files/0dlbkT5zr1veqst3jziV" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you **utilize the bot before the subscription model is introduced** and have access to the private key of your farming wallets, those farming wallets of yours are automatically **considered to be in the free trial plan**.
{% endhint %}


---

# 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.lootbot.xyz/lootbot/telegram-bot/product-guide/billing-and-plans/free-trial.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.
