# User Account Types

Depending on your user role, you will be assigned a specific account type and a corresponding set of privileges. The roles you can step into on Hinata's platform are the following:

| User Role                                                 | Privileges                                                                                                                     |
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| <mark style="color:purple;">**Anonymous**</mark>          | <ol><li>can see public user profiles, </li><li>can see the marketplace listings;</li></ol>                                     |
| <mark style="color:purple;">**Guest User**</mark>         | <ol><li>can create/edit profile, </li><li>can list secondary NFTs as sale or auction types,</li><li>can buy any NFT;</li></ol> |
| <mark style="color:purple;">**Authenticated User**</mark> | <ol><li>can mint complimentary NFT,</li><li>can receive listing/sale updates via email notifications;</li></ol>                |
| <mark style="color:purple;">**Verified Creator**</mark>   | <ol><li>can create NFTs,</li><li>can list their own NFTs as sale/auction type;</li></ol>                                       |
| <mark style="color:purple;">**Admin**</mark>              | <ol><li>can hide NFTs;</li></ol>                                                                                               |
| <mark style="color:purple;">**Superadmin**</mark>         | <ol><li>can add/remove roles.</li></ol>                                                                                        |


---

# 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.hinata.io/the-basics-of-hinata.io/user-account-types.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.
