# How to sign up

Signing up is easy.

Just head over to <https://app.launchpal.com> and click the signup button.

Then enter your email and choose a password.

We will send you a confirmation email to make sure we have the correct email on file.

Click the link in the confirmation email to confirm your email and account.

If you have not received the email within a few minutes [please contact support](https://github.com/ajph/launcher/tree/1f22876bcd20630b81ec6355e46bbe94b573ef9b/support.md).

You're now all set to look around and [start creating your first project](/getting-started/create-your-first-project.md).

You can explore our interface for free to check it out. When your ready to create your first project, you will be asked to create your paid subscription.

For help on [Pricing](/billing/pricing.md), [Billing FAQ](/billing/faq.md) and [Your Account](/billing/my-account.md), check the relevant sections of this help site.


---

# Agent Instructions: 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://help.launchpal.com/welcome/how-to-sign-up.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.
