# Objects

The **Objects** tab allows users to navigate through the available objects hierarchy (under **Vault Objects**).

**Create a VQL query on the fly**\
Click the desired node in the Vault Navigator to create a VQL query for the object contents, placed in the VQL command input area without executing it. The query is created using the **Default Query Template** that you can modify in the **Options** dialog box.

**Context menu**\
Right-click a object to open the context menu:

<table><thead><tr><th>Context Menu Command</th><th>What It Does</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Dump</strong></td><td>Creates a dump of the currently selected type</td><td></td></tr><tr><td><strong>Show fields</strong></td><td>Shows the fields of the currently selected type</td><td></td></tr><tr><td><strong>Show relations</strong></td><td>Lists the available relationships for the selected tree item</td><td></td></tr><tr><td><strong>Object Options</strong></td><td>Opens a page where the user can modify the query template</td><td></td></tr><tr><td><strong>Options</strong></td><td>Opens the respective page of the <strong>Options</strong> dialog box to manage vault tree settings</td><td></td></tr><tr><td><strong>Refresh</strong></td><td>Available only for the root nodes it allow refreshing the data from Vault</td><td></td></tr></tbody></table>


---

# 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.dqman.com/veeva-vault-edition-25.2/vault-navigator/objects.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.
