# Worker APIs

- [Overview](https://docs.workersforlabview.io/worker-apis/overview.md): Worker APIs
- [Local Requests](https://docs.workersforlabview.io/worker-apis/local-requests.md): Worker APIs
- [Creating Local Requests](https://docs.workersforlabview.io/worker-apis/local-requests/creating-local-requests.md): Worker APIs
- [Public Requests](https://docs.workersforlabview.io/worker-apis/public-requests.md): Worker APIs
- [Creating Public Requests](https://docs.workersforlabview.io/worker-apis/public-requests/creating-public-requests.md): Worker APIs
- [Public Requests w/Reply](https://docs.workersforlabview.io/worker-apis/public-requests-w-reply.md): Worker APIs
- [Creating Public Requests w/Reply](https://docs.workersforlabview.io/worker-apis/public-requests-w-reply/creating-public-requests-w-reply.md): Worker APIs
- [Public Responses](https://docs.workersforlabview.io/worker-apis/public-responses.md): Worker APIs
- [Creating Public Responses](https://docs.workersforlabview.io/worker-apis/public-responses/creating-public-responses.md): Worker APIs
- [Registering Public Responses](https://docs.workersforlabview.io/worker-apis/public-responses/registering-public-responses.md): Worker APIs
- [Case Labels](https://docs.workersforlabview.io/worker-apis/case-labels.md): Worker APIs
- [Deleting API Items](https://docs.workersforlabview.io/worker-apis/deleting-api-items.md): Worker APIs


---

# 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/worker-apis.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.
