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

# Pricing & Plans: RTK Subscription Costs

## Plans

| Plan           | Price          | Details                                                       |
| -------------- | -------------- | ------------------------------------------------------------- |
| **Free Trial** | $0 for 30 days | One trial per user/device, auto-ends, no credit card required |
| **Monthly**    | $40/month      | One license, one data stream                                  |
| **Annual**     | $400/year      | Save 17% vs monthly                                           |
| **Enterprise** | Custom         | Volume licensing, multi-device, dedicated support             |

## Buy / Start Trial

* [View Pricing](https://rtkdata.com/pricing/)
* [Start 30-Day Free Trial](https://rtkdata.com/try-rtk-corrections-free-for-30-days/)

## What You Get

* Centimeter-level RTK via NTRIP (RTCM 3.x)
* Multi-constellation GNSS (GPS, Galileo, BeiDou, GLONASS)
* NTRIP credentials to enter in your GNSS device or app (see [Quick Start](/get-started/quick-start.md))
* Global coverage — check the [Coverage Map](/get-started/coverage-map.md)
* One data stream per license (one active device at a time)

{% hint style="info" %}
Taxes/VAT may apply depending on your location (e.g., 19% VAT in Germany). Check the invoice in your checkout confirmation.
{% endhint %}

***

## Ready to Talk?

Book a 15-minute call with our team to plan your RTK rollout, check coverage, or discuss enterprise licensing.

[Book a Call](https://sales.rtkdata.com/#use)


---

# 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.rtkdata.com/commercial/pricing-and-plans.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.
