> 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/get-started.md).

# Get Started

- [RTK Quick Start Guide: Get RTK FIX in 5 Minutes](https://docs.rtkdata.com/get-started/quick-start.md): Set up RTK corrections in 5 minutes. Create your account, get NTRIP credentials, enter connection settings, and verify RTK FIX. Free 30-day trial included
- [NTRIP Server Settings: Hosts, Port, Mountpoints](https://docs.rtkdata.com/get-started/network.md): RTKdata NTRIP connection reference: regional hostnames, IP fallbacks, port 2101, the AUTO mountpoint and how GGA selects your nearest base station.
- [RTK Coverage Map: Check Before You Deploy](https://docs.rtkdata.com/get-started/coverage-map.md): Learn how to read the RTK coverage map, understand 2 cm and 2-10 cm accuracy zones, and verify your area before deployment. 20,000+ stations, 140+ countries.
- [RTK Ellipsoidal vs Orthometric Heights Explained](https://docs.rtkdata.com/get-started/understanding-heights.md): RTKdata delivers ellipsoidal heights: learn why your elevation may be off by 10-50 m and how to apply a geoid model in Emlid, DJI, Trimble, and QGIS
- [RTK Coordinate Systems & Datums Explained](https://docs.rtkdata.com/get-started/coordinate-systems-and-datums.md): Which regional datum each RTKdata mountpoint delivers, and how to resolve datum mismatches, ellipsoidal vs orthometric heights and survey feet settings.
- [Account & NTRIP Credentials Guide](https://docs.rtkdata.com/get-started/account-and-credentials.md): Learn how RTKdata accounts work, where to find your NTRIP credentials, and how to manage data streams. Covers website login vs. NTRIP credentials and free trial
- [RTK Accuracy Explained: 2 cm Survey-Grade](https://docs.rtkdata.com/get-started/accuracy-expectations.md): Understand realistic RTKdata accuracy: 2 cm survey-grade near a base station, what sky view, internet latency and distance do to your FIX.
- [Pricing FAQ: Plans, Billing & Trial](https://docs.rtkdata.com/get-started/pricing-faq.md): RTKdata pricing answers: monthly, annual and 5-year plans, USD billing, why one license is one connection, cancellation and the 30-day free trial.


---

# 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/get-started.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.
