# Workers Tools

- [Workers Tools Menu](https://docs.workersforlabview.io/workers-tools/workers-tools-menu.md): Workers Tools
- [Create/Add Worker](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/create-add-worker.md): Workers Tools Menu
- [Removing Workers](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/create-add-worker/removing-workers.md): Create/Add Worker tool
- [Creating Worker Templates](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/create-add-worker/creating-worker-templates.md): Create/Add Worker tool
- [Troubleshooting](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/create-add-worker/troubleshooting.md): Create/Add Worker tool
- [Workers Debug Server](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server.md): Workers Tools Menu
- [Workers Application Manager](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/workers-application-manager.md): Workers Debug Server
- [Right click menu](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/workers-application-manager/right-click-menu.md): Workers Application Manager
- [Worker Message Logs](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs.md): Workers Debug Server
- [Right click menu](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/worker-message-logs/right-click-menu.md): Workers Message Log
- [Settings](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/settings.md): Workers Debug Server
- [Troubleshooting](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/troubleshooting.md): Workers Debug Server
- [Worker Call-Chain Viewer](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/worker-call-chain-viewer.md): Workers Tools Menu
- [Worker User Library](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/worker-user-library.md): Workers Tools Menu
- [Config File Editor](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/worker-user-library/config-file-editor.md): Worker User Library
- [RT Worker Convert](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/rt-worker-convert.md): Workers Tools Menu
- [Public API Builder](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/public-api-builder.md): Workers Tools Menu
- [Public Requests](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/public-api-builder/public-requests.md): Public API Builder tool
- [Public Requests w/Reply](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/public-api-builder/public-requests-w-reply.md): Public API Builder tool
- [Public Responses](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/public-api-builder/public-responses.md): Public API Builder tool
- [Override MHL Cases](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/public-api-builder/override-mhl-cases.md): Public API Builder tool
- [Create Launcher VI](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/create-launcher-vi.md): Workers Tools Menu
- [Create Worker Base Class](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/create-worker-base-class.md): Workers Tools Menu
- [Change Inheritance](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/change-inheritance.md): Workers Tools Menu
- [MHL Case Viewer](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/mhl-case-viewer.md): Workers Tools Menu
- [Change Worker Properties](https://docs.workersforlabview.io/workers-tools/workers-tools-menu/change-worker-properties.md): Workers Tools Menu
- [Quickdrop Shortcuts](https://docs.workersforlabview.io/workers-tools/quickdrop-shortcuts.md)
- [Show Private Data (Ctrl+0)](https://docs.workersforlabview.io/workers-tools/quickdrop-shortcuts/show-private-data-ctrl+0.md): Quickdrop Shortcuts
- [Create MHL Case tool (Ctrl+9)](https://docs.workersforlabview.io/workers-tools/quickdrop-shortcuts/create-mhl-case-tool-ctrl+9.md): Quickdrop Shortcuts
- [Go To MHL Case (Ctrl+8)](https://docs.workersforlabview.io/workers-tools/quickdrop-shortcuts/go-to-mhl-case-ctrl+8.md): Quickdrop Shortcuts


---

# 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.workersforlabview.io/workers-tools.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.
