# Troubleshooting

## Highlight Shortest Path

&#x20;Highlight Shortest Path enables identification of relationships between Tables and highlights the relationship path with the least amount of steps.

To highlight the shortest path, select Highlight Shortest Path from the table menu on the canvas or the left panel.

#### This resolves a querying Error in Collections.&#x20;

When multiple paths with the same number of intermediate tables between two tables, Verb does not decide which path to follow, and the Collection will display an error when querying from both tables.

Option 1 - Remove one of the relationship paths to resolve the discrepancy, creating a single shortest path.&#x20;

Option 2 - Create a Data View that combines the required data and use this Data View in the collection.

![](/files/x5fDMSmPP0UfukEqgqV6)

## **Preview Data**

To view the data in a table use Preview Data. Preview Data shows all of the columns and first 100 rows in the table.

Sort arranges the displayed rows, and Search returns the first 100 results from the entire Table.

To preview data, select the “Preview Data” option from the table menu on the canvas or left panel.

![](/files/FxTPU7pY6lk6kVbYk6Ft)


---

# 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.verbdata.com/models/advanced-model-information/troubleshooting.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.
