# Simulation

Virtual Skynode allows simulating the entire Skynode system in software:

{% content-ref url="/pages/bGogyXpZ9QDtMiH1Sn2Q" %}
[Virtual Skynode](/app-development/simulation/virtual-skynode.md)
{% endcontent-ref %}

Physical Skynode hardware can also be configured to run a simulation stack. This is useful when real peripherals should be connected to Skynode during simulation:

{% content-ref url="/pages/s84TrnILr9xyfzf309ow" %}
[Physical Skynode](/app-development/simulation/simulation-in-hardware.md)
{% endcontent-ref %}

Auterion Simulator provides the solution you need for developing vision-based algorithms that require a photorealistic training environment:

{% content-ref url="/pages/JizJoEagJepEEau7PlCx" %}
[Auterion Simulator](/app-development/simulation/auterion-simulator.md)
{% endcontent-ref %}


---

# 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.auterion.com/app-development/simulation.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.
