**Source URL:** https://general.veevavault.dev/vault-toolbox/browser-extension/guides/navigating-vault-toolbox.md

# Navigating Vault Toolbox

Vault Toolbox provides a seamless user interface, featuring a responsive sidebar navigation to access the various tools available. This guide explains how to understand and navigate the UI, as well as configure Vault Toolbox for your unique needs.

## Vault Information {#vault-information}

Upon login, the Vault Information page shows information about the authenticated Vault, such as the *Vault DNS*, *Vault ID*, and *Vault Name*. From the Vault Information page, you can select any icon from the lefthand navigation panel. From any other page, click the <Icon name="ph:info"></Icon> icon to navigate back to the Vault Information page.

<ThemeImage srcLight="/images/toolbox/browser-extension/vault_toolbox_light.png" srcDark="/images/toolbox/browser-extension/vault_toolbox_dark.png" alt="Vault Toolbox browser extension Vault Information page"></ThemeImage>

## Viewing & Hiding Tools {#viewing--hiding-tools}

Click the <Icon name="ph:list"></Icon> icon to expand the navigation panel, or click an icon to open a tool. You can change which tools appear in the menu by navigating to **Settings (<Icon name="ph:gear"></Icon>) > Tools** and turning off the toggle for the tool(s) you wish to hide.

<ThemeImage srcLight="/images/toolbox/browser-extension/vault_toolbox_settings_tools_light.png" srcDark="/images/toolbox/browser-extension/vault_toolbox_settings_tools_dark.png" alt="Vault Toolbox browser extension Settings page"></ThemeImage>

## Settings {#settings}

Click the **Settings (<Icon name="ph:gear"></Icon>)** icon in the navigation panel to access the Settings page. Settings can be enabled or disabled using their respective toggle.

### General {#general}

The following settings under the *General* tab are available:

* **Dark Mode**: Enables Dark Mode for Vault Toolbox

* **Integrated Login**: Enables auto-integrated login using an existing Vault session when launched from a browser tab with an active Vault UI session. You can also enable or disable this setting from the [login page](/vault-toolbox/browser-extension/guides/authenticating-to-vault-toolbox/#integrated-login).

### Tools {#tools}

The settings within the *Tools* tab are responsible for controlling the visibility of all Vault Toolbox tools and their features, if applicable. Change which tools appear in the lefthand navigation panel by selecting the toggle for the tool.

You can control which features appear on a tool's page by selecting the toggle for the feature. For example, if *File Browser > Direct Data API Browser* is toggled off, the feature will not appear on the File Browser page.

## API Info Panel {#api-info-panel}

The API Info Panel appears at the bottom of the Settings page and on all tool pages. By default, the panel displays the currently authenticated Vault DNS and the API version. After executing an operation on a tool page, the panel displays the status, time, and size of the last API call.

<ThemeImage srcLight="/images/toolbox/browser-extension/API-info_light.png" srcDark="/images/toolbox/browser-extension/API-info_dark.png" alt="The API Info panel"></ThemeImage>
At any time, you can click the current **API Version** to change to another version or click the Vault DNS hyperlink to open the Vault UI in a new browser tab.

<Aside>API version changes apply to all tools in Vault Toolbox, even when made from a specific tool's page. Some functionality may be unsupported when changing API versions.</Aside>

## Getting Help {#getting-help}

From any Vault Tool page, click the **Help (<Icon name="ph:question"></Icon>)** icon to open related help content in a new browser tab.

## Logging Out {#logging-out}

Click the **Logout (<Icon name="ph:sign-out"></Icon>)** icon to log out and return to the login page.



---

**Previous:** [Authenticating to Vault Toolbox](/vault-toolbox/browser-extension/guides/authenticating-to-vault-toolbox)  
**Next:** [Using the Component Editor](/vault-toolbox/browser-extension/guides/component-editor)