# Setup of a User Account

## Setup of a User Account (Standard Registry and Policy Users)

Please check the invite from the Tenant Admin that is in your email inbox. Click the link that says, "To set up your user account, please click here."

<figure><img src="/files/WGtmhMEwpfGvAgQ5eRcU" alt=""><figcaption></figcaption></figure>

Click "Accept" on the Agreement

<figure><img src="/files/3vg3wXG2jGntQVVLRsvU" alt=""><figcaption></figcaption></figure>

In this example, we are creating a Standard Registry user account. Click "Standard Registry"

<figure><img src="/files/m5IHiqROusJYE7Lf97zc" alt=""><figcaption></figcaption></figure>

Fill out the user account information and click "Create"

<figure><img src="/files/X2sfZWBdbD1BosB5vFrJ" alt=""><figcaption></figcaption></figure>

We will now setup the Vault. Click "Next"

<figure><img src="/files/SxWjbxiX5piosXVJ2Kpe" alt=""><figcaption></figcaption></figure>

For Testnet, we can click "Skip Vault Setup."&#x20;

{% hint style="info" %}
if you are using your own MGS Vault for self custody like Hashicorp, you will re-setup the MGS vault configurations instead of "Skip Vault Setup."
{% endhint %}

<figure><img src="/files/370t0aIp9kzWgAM2YP1L" alt=""><figcaption></figcaption></figure>

Fill out the Hedera Account information and click "Next"

{% hint style="info" %}
Please remember that when getting your Hedera ID and Private Key from the Hedera Developer Portal, the Managed Guardian Service uses "**ED25519**" keys. Please ignore "ECDSA" key options.&#x20;

Additionally, for the Private Key, you will need to use the "**DER Encoded**" Private Key and not the "HEX Encoded" Private Key

<img src="/files/kAnASvaxIb0binPdmcZF" alt="" data-size="original">
{% endhint %}

<figure><img src="/files/9UE4DYwUIWGmK6Rfkvze" alt=""><figcaption></figcaption></figure>

To finish the setup, please fill out the required fields

<figure><img src="/files/MEOjX0ABAzCkxQ7EVYPn" alt=""><figcaption></figcaption></figure>

Your User Account is now setup!

<figure><img src="/files/aYAkmAfio4T296lRi1z4" alt=""><figcaption></figcaption></figure>

You can now import schemas, policies, etc.

<figure><img src="/files/EbTJpKuvDTwNZubyw64T" 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.guardianservice.app/technical-information/process-for-testnet-resets/setup-of-a-user-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.
