> For the complete documentation index, see [llms.txt](https://faq.wanttopay.net/wanttopay-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.wanttopay.net/wanttopay-app/english/tarify.md).

# Pricing

Each plan has its own features, terms, and limitations. Here you can compare them with each other and learn more about each option, as well as find out more about the Plus subscription.

Choose the appropriate section to see the price, limits, and key terms of the plan.

{% content-ref url="/pages/a4468944d3bb458eb59255d257a4e957d2ceb779" %}
[Pricing Comparison](/wanttopay-app/english/tarify/sravnenie-tarifov.md)
{% endcontent-ref %}

{% content-ref url="/pages/f82acffd2e73b188259ec1ac770dca502ba6f64a" %}
[Prepaid Plan](/wanttopay-app/english/tarify/tarif-prepaid.md)
{% endcontent-ref %}

{% content-ref url="/pages/047d5cf7334d58617ccbd723732d435e637fd394" %}
[Easy Plan](/wanttopay-app/english/tarify/tarif-easy.md)
{% endcontent-ref %}

{% content-ref url="/pages/49dac199ab59bbd106e791689cdce16370d0a641" %}
[Smart Plan](/wanttopay-app/english/tarify/tarif-smart.md)
{% endcontent-ref %}

{% content-ref url="/pages/3ebeb443cc509fbab4190e396da5b1d19bce8615" %}
[Plus Subscription](/wanttopay-app/english/tarify/podpiska-plus.md)
{% endcontent-ref %}


---

# 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://faq.wanttopay.net/wanttopay-app/english/tarify.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.
