# Frequently Asked Questions

### What is VOID Robotics?

VOID Robotics is an autonomous execution infrastructure platform for intelligent operators.

***

### What is an Operator?

An Operator is an intelligent system capable of perceiving environments, reasoning through tasks, and executing autonomously.

***

### Is VOID only for robotics?

No.

VOID supports:

* simulations
* software systems
* cloud environments
* autonomous workflows
* robotics platforms

***

### What makes VOID different from traditional automation?

Traditional automation relies on rigid scripts.

VOID operators dynamically adapt to changing environments.

***

### What is VOID Runtime?

VOID Runtime is the execution engine powering intelligent operators.

***

### What is VOID Sim?

VOID Sim is a browser-native simulation environment for training and evaluating operators.


---

# 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.voidrobotic.org/frequently-asked-questions.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.
