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

# Signing Up

{% embed url="<https://youtu.be/OX5lMXRvEaM?t=26>" %}
Getting Started: Signing Up
{% endembed %}

This video will take you through the simple process of signing up to Pckgr by creating a free account, exploring the dashboard and subscribing for a 30 day free trial.

**Overview**

1. Go to the [Pckgr](https://intunepckgr.com) website and click 'Get Started'.
2. Create a free account with your email address and a password, or use your Microsoft credentials.
3. Explore the Dashboard. Features remain restricted until you sign up for a 30-day free trial.
4. Go to **Billing** and select the subscription plan that you wish to trial. Current pricing structures are detailed at the [Pckgr Pricing Model](/about-pckgr/pckgr-pricing-model.md) page.
5. Enter your payment details and click 'Start Trial'. You now have 30 days to test Pckgr's services before you are billed.
6. You are now ready to [add your company](/getting-started/setting-up-your-dashboard/managing-companies.md).

During your 30-day free trial, if you have any questions, please feel free to contact us at via our [support channels](/support/pckgr-support-channels.md).

<img src="/files/60lpOr0VHBT0NiE3o7lx" alt="Free Trial Procedure" class="gitbook-drawing">


---

# 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.intunepckgr.com/getting-started/setting-up-your-dashboard/signing-up.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.
