# Onboarding

After you receive an email for logging into the ContentRocket portal, you'll receive another email from "<noreply@make.com>." Please follow the steps below:

* If you already have a Make.com account, you will be redirected to the wizard page. If you don't have an account, click "Sign in with Google," "Sign in with Facebook," or "Sign in with GitHub." You will receive an email like this:

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

* Finalize the wizard and hit "Get Started" on the last wizard page:

<figure><img src="/files/0VAfGHVFmLj5LaMcbwdW" alt=""><figcaption></figcaption></figure>


---

# 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://docs.contentrocket.io/quick-start/onboarding.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.
