> For the complete documentation index, see [llms.txt](https://boxlang-ide.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boxlang-ide.ortusbooks.com/vscode.md).

# VSCode

- [Overview](https://boxlang-ide.ortusbooks.com/vscode/overview.md): A quick overview of our VSCode Extension for BoxLang
- [Installation](https://boxlang-ide.ortusbooks.com/vscode/installation.md): We provide several different ways for you to install the BoxLang extension based on your needs.
- [Settings Reference](https://boxlang-ide.ortusbooks.com/vscode/settings-reference.md): Complete reference for all BoxLang VS Code extension settings — Java, LSP, debugger, updates, CFML features, dump panel, and mappings.
- [Commands Reference](https://boxlang-ide.ortusbooks.com/vscode/commands-reference.md): Complete reference of all BoxLang VS Code extension commands organized by category — version management, server management, BoxLang Home, execution, and CFML tools.
- [Debugging](https://boxlang-ide.ortusbooks.com/vscode/debugging.md): How to debug BoxLang applications in VS Code — launch configurations, breakpoints, variable inspection, dump panel, and MiniServer debugging.
- [Version Management](https://boxlang-ide.ortusbooks.com/vscode/version-management.md): How BoxLang version management works — .bvmrc, runtime versions, LSP versions, debugger versions, MiniServer versions, and update modes.
- [Project Configuration](https://boxlang-ide.ortusbooks.com/vscode/project-configuration.md): How to configure BoxLang projects — boxlang.json structure, mappings, classpaths, modules, variable expansion, and VS Code integration.
- [Chat Integration](https://boxlang-ide.ortusbooks.com/vscode/chat-integration.md): How to use the @boxlang chat participant in VS Code — AI-assisted BoxLang coding, documentation lookup, and the /docs command.
- [Feature Audit Tool](https://boxlang-ide.ortusbooks.com/vscode/feature-audit.md): How to use the BoxLang Feature Audit Tool — analyze BoxLang feature usage across your workspace for migration planning and code modernization.
- [Keybindings & Context Menus](https://boxlang-ide.ortusbooks.com/vscode/keybindings.md): All BoxLang VS Code extension keybindings and context menu actions — keyboard shortcuts, right-click menus, and tree view actions.
- [MiniServer](https://boxlang-ide.ortusbooks.com/vscode/miniserver.md)
- [BoxLang Home Configuration](https://boxlang-ide.ortusbooks.com/vscode/boxlang-home-configuration.md): The BoxLang Homes panel — manage BoxLang Home directories, modules, logs, and class files from the VS Code sidebar.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://boxlang-ide.ortusbooks.com/vscode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
