# Sign-up

### How to sign up for an account?

{% tabs %}
{% tab title="For the head of the company" %}
You'll be assigned the [admin role](/personal-account/settings/team.md#what-are-the-team-roles) and have full control of your company space.

1. Go to <https://app.smvend.io/signup> and enter your e-mail address
2. Enter a confirmation code sent to your e-mail
3. Create a password
4. Fill out an onboarding form about you and your company. It's essential for quick start and convenient use of SmVend

Done! You've signed up, created your company's space and got full access to it.

Then you can [add other members](/personal-account/settings/team.md#how-to-add-a-team-member) to the company team.
{% endtab %}

{% tab title="For other team members" %}
You'll join the company space in the [role](/personal-account/settings/team.md#what-are-the-team-roles) assigned by its admin.

1. Please wait for the invitation e-mail and click the Accept button on it
2. Create a password

Done! You've signed up, joined the company space, and got access to it within your role.
{% endtab %}
{% endtabs %}

***

### What to do if I have issues when signing up?

* Double-check that you've entered the correct info in the registration form
* Ensure that you have a stable internet connection
* Clear your browser's cache and cookies, then restart your browser
* If you see any error messages, make a note of them and contact our support team

Our support team is available via e-mail at **<support@smvend.io>** or chat at the bottom right corner of our [website](https://smvend.io/en). We're always ready to help you resolve any issues with the SmVend app.

***

### How to get a demo account if I just want to explore the SmVend app?

Contact our team in any convenient way provided on our [website](https://smvend.io/en/contacts). We'll give you credentials to enter the demo account and see what the app looks like with the installed and configured machines.


---

# 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://help.smvend.io/personal-account/sign-up.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.
