> For the complete documentation index, see [llms.txt](https://docs.wedolow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wedolow.com/documentation/below/quickstart/sign-up-log-in.md).

# Sign up/log in

When running beLow UI, a log in page appears.

![beLow start page](/files/49287fa69a5da93c5a3ee5654334abaeea2004bf)

{% stepper %}
{% step %}

### Create an account

To create an account, click on **Create an account**. On the account creation page, fill up the form and validate it.

![Account creation page](/files/28a73ea1ab51e847526c7e202213af89a99458c9)
{% endstep %}

{% step %}

### Email validation

After validating, a 6-digit code is sent to your email address.

{% hint style="info" %}
If you don't receive the email address validation email after a few minutes, please check your spam folder.
{% endhint %}

![Email validation](/files/257b669c8d24579414c9b565c2b637f40f37ba50)
{% endstep %}

{% step %}

### Account verification

Once validated, you reach the verification page.

![Account verification](/files/52d4a877d89138675b26fb11cc9db0e401945ac4)

As stated, a member of the WedoLow team needs to validate your account to authorize your access to beLow. You may either stop beLow while waiting or keep it open.
{% endstep %}

{% step %}

### Welcome page

Once authorization is given, the welcome page appears. Click **Next** to reach server URL setup.

![beLow welcome page](/files/f43e87cb345afcefd4d7ab6bff46bf88cb77be82)
{% endstep %}

{% step %}

### Server URL setup

Leave the URL empty to use the default address, activate **Remember my choice** and click **Connect to server**.

![beLow server URL setup](/files/1799f4562e970959a219c889527552ccbe5719eb)
{% endstep %}

{% step %}

### All done

beLow is ready! Click **Continue** to start using beLow.

![beLow is ready](/files/5942fde0a6d088e96fc5e0125d9b70217ec21294)
{% endstep %}
{% endstepper %}

Let's now [setup a new project](/documentation/below/quickstart/setup-a-new-project.md).


---

# 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.wedolow.com/documentation/below/quickstart/sign-up-log-in.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.
