# Sharing

Simulations are private by default, but you can choose to make them public from the sharing settings:

<figure><img src="/files/0FQ7FwchfY0Mbe5rKoIp" alt=""><figcaption><p>Simulation sharing settings</p></figcaption></figure>

When someone else views your public simulation, they are able to:

* Run the simulation
* Change visualisation options, like colormaps, 2D/3D etc.

They are not able to:

* Change any objects or sources
* Edit the simulation parameters
* Save any changes

### Embedding simulations

If simulations are public, they can be embedded in other web pages. Copy the embed code from the sharing menu - it will look something like:

```html
<iframe width="800" height="450"
  src="https://wifi-solver.com/embed/sim_aa4c7625-2077-487a-9426-00e33174edfc"
  allowfullscreen>
</iframe>
```

You can paste this code in most apps to embed the simulation in the app. Some apps will require you to instead just use the 'src' property instead, e.g. just:

```
https://wifi-solver.com/embed/sim_aa4c7625-2077-487a-9426-00e33174edfc
```

Embedded simulations can be stopped and started, and the view changed from 2D to 3D. For more controls, your viewers can click the link to the simulation to open it in WiFi Solver:

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


---

# 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://help.wifi-solver.com/sharing.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.
