> For the complete documentation index, see [llms.txt](https://billethub.gitbook.io/billet-knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://billethub.gitbook.io/billet-knowledge-hub/getting-started.md).

# Getting Started

## Welcome to the Billet knowledge hub !

To get started you will need to have fundamental knowledge in computer science as we upskill the following roles: Front-end developer, Back-end developer, Full stack developer, UX/UI designer and QA engineer.&#x20;

### Creating an Account and Verifying Email for Billet

1. Navigate to <https://www.billetconnect.com/auth/signup>
2. Enter your first name, surname and email address to get started, create a password.

<figure><img src="/files/368TymnXU5tv7HKBFscq" alt=""><figcaption></figcaption></figure>

3. Agree to the terms of use and privacy policy.

<figure><img src="/files/tgVaK1ITSdRzEBQxBdt9" alt=""><figcaption></figcaption></figure>

4. Click the sign up button to create your account.

<figure><img src="/files/8i0yKdIwNTJOQLZrQWnY" alt=""><figcaption></figcaption></figure>

5. We'll send you a verification email. n a new tab, navigate to your email account to verify your email address.
6. Click "Verify Email"

<figure><img src="/files/8npW4GDtNHDw5qMxuQ5o" alt=""><figcaption></figcaption></figure>

7. After verifying your email you will be redirected to choose a pricing plan.

<figure><img src="/files/QlRBCWUmQzC8DfX4jRWD" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://billethub.gitbook.io/billet-knowledge-hub/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
