# Creating Your Account

When visiting the StackRef Dashboard for the first time, you will be presented with the following login prompt:

<figure><img src="/files/w0TfsLzaqzrBSCqHY2uZ" alt=""><figcaption><p>Dashboard login</p></figcaption></figure>

Click the **Log In** button. This will pop-up an authentication window:

<figure><img src="/files/IW0Zt9mnv73i4ocVx09R" alt=""><figcaption><p>Authentication</p></figcaption></figure>

You can choose a single sign-on option (Google, etc.), automatically creating a StackRef account and syncing with your StackRef profile. Alternatively, you can create an account within the StackRef platform by clicking on the **Sign up** link at the bottom of the authentication window.

Upon successful login, you will be prompted to enter your registration details:

<figure><img src="/files/DsEeguuFztxbWWAZAd0t" alt=""><figcaption><p>Registration</p></figcaption></figure>

Complete the registration form and click **Complete Registration**.


---

# 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.stackref.com/getting-started/creating-your-account.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.
