# Simulation Settings

Integrated simulators can be configured using Robpod Studio settings panel.

Go to **File -> Settings -> Robpod** to access Robpod Studio settings panel.

Simulator settings are different for each [supported simulator environment](/appendix/supported-simulators.md), in this section you can find detailed explanation for each simulator.

{% tabs %}
{% tab title="RoboDK" %}
Before configuring RoboDK settings make sure that [RoboDK ](https://robodk.com/index)has been installed on your PC.

Go to **File -> Settings -> Robpod -> RoboDK** to access RoboDK settings panel.

<figure><img src="/files/Fdta60VuR3fUUXJOQwH7" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="190"></th><th></th></tr></thead><tbody><tr><td><strong>IP Address</strong></td><td>IP address of machine where RoboDK has been installed. Leave blank for default value.</td></tr><tr><td><strong>Port</strong></td><td>RoboDK API port. Leave blank for default value.</td></tr><tr><td><strong>Installation Path</strong></td><td>Path of machine where RoboDK has been installed pointing to RoboDK.exe. Leave blank for default value. Click on <strong>Detect Path</strong> for path automatic detection.</td></tr><tr><td><strong>Show Embedded Viewer</strong></td><td>Mark this option to enable the simulator embedded viewer inside Simulator Tool Window. Make sure that <strong>Web Viewer</strong> option is enabled inside RoboDK settings.</td></tr><tr><td><strong>Web Viewer Port</strong></td><td>Web viewer port configured inside RoboDK. Default: 8091.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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.robpod.cloud/simulation/simulation-settings.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.
