# Manage Account Permissions

This guide will walk you through how to access the Permissions page within [Vaulta's Portal, Unicove](https://unicove.com/). From this page you can edit existing permissions or create new permissions.&#x20;

### **✅ What You'll Need Before Getting Started**

Before you get started, you will need to do the following:

* [Set Up an Account](/vaulta-guides/user-guides/getting-started-on-vaulta/wallet-and-account-setup.md)

### 1. Navigate to the Unicove Website & Login

First head to the Unicove website at [Unicove.com](https://unicove.com/). Once there, login to the portal by selecting the Connect Wallet button in the upper right hand corner of the screen. Select your wallet and follow the prompts to connect to the portal.

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

### 2. Enable Advanced Mode

Select Settings from the menu on the left hand side of the page.

<figure><img src="/files/865l4JPYxWzBnfL9b1cH" alt=""><figcaption></figcaption></figure>

On the Settings page there will be an Advanced section. Enable Advanced Mode by clicking the toggle button.&#x20;

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

### 3. Navigate to the My Account Page

Once Advanced Mode has been enabled, select My Account from the menu.

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

### 4. Navigate to the Permissions Page

From the Permissions page you can view the permissions that are currently active on your account. You can edit the existing permissions or create new permissions.

To edit an existing permission click the edit button next to the permission.&#x20;

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

To create a new permission click the New Permission button.

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

### Next Steps

Now that you know where to edit and create permissions for your Vaulta account you may want to continue to read about account permissions on Vaulta.

* [Account Permissions](/vaulta-guides/accounts/vaulta-native-accounts/account-permissions.md)

### Final Thoughts

Every [Vaulta account](/vaulta-guides/accounts/vaulta-native-accounts.md) is secured by a powerful permission system that offers fine-grained control over who can perform what actions. Vaulta permissions go far beyond a simple private/public key pair—they allow for flexible setups like multi-signature wallets, delegated authority, and smart contract automation.

Understanding Vaulta permissions is essential for account security, smart contract interaction, and managing dApps.


---

# 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://vaulta.gitbook.io/vaulta-guides/user-guides/getting-started-on-vaulta/manage-account-permissions.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.
