> For the complete documentation index, see [llms.txt](https://docs.premium-positioning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premium-positioning.com/set-up-and-connect/getting-started.md).

# Getting started

## Getting started with a free trial

You can try RTK Premium free for 14 days. Fill out the trial form, and your account arrives by email within two working hours, with everything you need to start receiving corrections.

The trial gives you full access to the RTK Premium correction network across more than 35  countries, at 1 to 2 cm accuracy. It works with any GNSS receiver brand, so there is no special hardware to buy first.

### Start your free trial

Request your trial on the [free trial form](https://www.premium-positioning.com/en/free-trial/). You will need a few basic details and the GNSS receiver you plan to test with.

### What happens after you submit the form

1. We create your account. This usually takes up to two working hours.
2. You receive your login credentials by email. If you do not see them, check your junk or spam folder, as the RTK Premium email can land there.
3. You log in to the platform. The email includes instructions for signing in and finding your correction details.
4. You connect your receiver. Add the correction stream to your receiver as an NTRIP client, using the steps in [Connect a receiver](/set-up-and-connect/connect-a-receiver.md). If you are new to NTRIP, [What is NTRIP](/learn/what-is-ntrip.md) explains how the connection works.
5. You start receiving corrections. Once the receiver reports a fixed solution, you are positioning to 1 to 2 cm.

### If you need help during the trial

Support is available 24/7. If your receiver will not connect or the fix is not holding, start with the [troubleshooting guides](https://claude.ai/chat/b419af49-7d48-49a1-832b-42d52fe66419#), which cover connection errors, dropped fixes, and inconsistent accuracy.

### Continuing after the trial

The trial runs for 14 days. To keep your corrections running after that, see [pricing](https://www.premium-positioning.com/en/) or talk to the team about the plan that fits your fleet.


---

# 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.premium-positioning.com/set-up-and-connect/getting-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.
