# Workers

We reference *Workers* within our documentation as a method of conveying the internal processes that execute your *Workflows* and *Tasks*. In general terms, you do not have to be concerned about how Workers operate and can therefore consider them essentially a 'black box'.

### Security

Workers operate within a restricted Virtual Private Cloud. Worker instances do not have public IP addresses and cannot be accessed directly from the Internet or have direct outbound access.

Task Executions are sandboxed and cannot interfere with Task Executions attached to other Workflows.


---

# 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.wundaflow.com/core-concepts/workers.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.
