# Creating your first User

Once the [hypertest server is deployed](/setup-guide/readme/deploy-hypertest-server.md), Go to hypertest dashboard at `http://<hypertest-vm-ip/domain>:<BACKEND_PORT>.`

You will be prompted to create a user. The first that you create will be an Admin User.

An Admin can add other users to the platform and give access to the existing services.

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

Once you've logged in as an Admin user now you can add other users, and they can start creating their services and start testing.

<figure><img src="/files/7ISDQ7QBUaJnFwCRo5yZ" 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-v2.hypertest.co/setup-guide/readme/creating-your-first-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.
