# Registering a User

{% hint style="info" %}
By default, The first user register is granted admin privileges.
{% endhint %}

In order to Register a new user you would need to have already [installed Tensorleap](/getting-started/tensorleap-setup/installation.md).

1. [Open the Tensorleap platform via the browser](/getting-started/tensorleap-setup/installation.md#accessing-tensorleap).
2. Click "Register"

<figure><img src="/files/hSngJ4jrJt0LF9yKZsj3" alt=""><figcaption><p>The Tensorleap Login Page</p></figcaption></figure>

3. Fill in all of the details in the application and click "Register"

<figure><img src="/files/TXBuA8F9zkBg07ceiY2A" alt=""><figcaption><p>Filling in your details</p></figcaption></figure>

4. Click "Contirnue", accept the terms of use and Approve.

<figure><img src="/files/rLGgfFtxA8Z8UA2PIjTR" alt=""><figcaption><p>Finalizing the registration</p></figcaption></figure>

5. Click "Get Started" to access the Tensorleap Platform

<figure><img src="/files/vMjvluMorw7fHqc2ezoI" alt=""><figcaption><p>Finalizing the registration</p></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.tensorleap.ai/getting-started/tensorleap-setup/registering-a-user.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.
