> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/wokwi/wokwi-docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Tips and Tricks

> Useful tips for getting the most out of Wokwi for VS Code, including privacy mode for streaming.

## Privacy Mode

By default, the simulator toolbar displays your name. If you are streaming or presenting and want to hide your personal information (name and email), you can enable privacy mode:

<Tabs>
  <Tab title="Command Palette">
    Press `F1` and select "**Wokwi: Toggle Privacy Mode**"
  </Tab>

  <Tab title="VS Code Settings">
    Set `wokwi.hidePersonalInfo` to `true` in your VS Code settings
  </Tab>
</Tabs>

<Note>
  Restart the simulation after changing this setting to apply it.
</Note>
