# Enhanced Hover

Enhanced hover support provides additional information about details within the script you are hovering. You can simply hover your mouse over aspects of your script to view information about it.&#x20;

## AST Type Hover

When you hover over portions of a PowerShell script, the AST Type will be shown.&#x20;

![AST Type Hover](/files/-MP_kWdv_GJN_qeI_6Rh)

## Variable Value and Type Hover

When you hover over a variable that has been assigned, you will be shown the value and type.&#x20;

![Variable value and type hover](/files/-MP_kaz1HnLefdzO42C9)


---

# 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.poshtools.com/powershell-pro-tools-documentation/visual-studio-code/enhanced-hover.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.
