# PowerShell Tools Documentation

- [Visual Studio](https://docs.poshtools.com/powershell-tools-documentation/visual-studio.md): PowerShell Tools for Visual Studio
- [Analysis](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/analysis.md): Script analysis for PowerShell scripts.
- [Debugging](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/chapter1.md)
- [Local Debugging](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/chapter1/local-debugging.md)
- [Remote Debugging](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/chapter1/remote-debugging.md)
- [Format Document](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/format-document.md): Code formatting for PowerShell.
- [Go to Definition](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/go-to-definition.md): Navigate to function definitions.
- [Packaging in Visual Studio](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/bundling-and-packaging-with-msbuild.md): Package PowerShell scripts as executables.
- [PowerShell 7 Support](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/powershell-6-and-7-support.md)
- [PowerShell Interactive Window](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/powershell-interactive-window.md)
- [Project System](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/project-system.md): PowerShell Project System.
- [Advanced](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/project-system/advanced.md): Advanced settings for PowerShell Projects.
- [Debug](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/project-system/debug.md): Debug options for PowerShell Projects.
- [Build Events](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/project-system/build-eventys.md)
- [Settings](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/settings.md)
- [General](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/settings/general.md)
- [.editorconfig](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/settings/.editorconfig.md): Editorconfig support for PowerShell Tools for Visual Studio
- [Analysis](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/settings/analysis.md)
- [Diagnostics](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/settings/diagnostics.md)
- [Tool Windows](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/tool-windows.md)
- [Refactoring](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/refactoring.md): Refactoring tools for Visual Studio.
- [Unit Test Adapter](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/unit-test-adapter.md)
- [User Interface Design](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/user-interface-design.md)
- [Windows Forms](https://docs.poshtools.com/powershell-tools-documentation/visual-studio/user-interface-design/building-a-gui-with-windows-forms-in-visual-studio.md): Building a GUI with Windows Forms in Visual Studio


---

# 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-tools-documentation.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.
