# Application Settings

<figure><img src="/files/6mB3XYMl1VWWuMXCmdgA" alt=""><figcaption></figcaption></figure>

When a setting is changed from the default, the **Reset** button will appear to the right (see the **Reverse Zoom** setting in the above image). Clicking this will restore that particular setting to the default.&#x20;

### General Settings

* **Dark Mode**
  * Toggle Dark Mode for the entire app
* **Mute**
  * Mute all audio output from SonarView
* **Tooltips**
  * Display helpful tips when hovering over interface elements
* **Reverse Zoom**
  * Affects the direction of the mouse wheel for zoom in/out

### SonarLink Server Status

* **Server**
  * SonarLink is the server component of the SonarView app that handles all functions can't run in a browser. In the normal Windows, macOS, and Linux distributions, SonarLink is part of the application and so the SonarLink IP address should be set to localhost or 127.0.0.1. SonarLink can also run externally (typically in the vehicle) however, and in that case you can specify the IP address here.
* **SonarLink Status**
  * Below the Server input field, a status indicator displays the current connection state to SonarLink. If it shows **“Could not connect to server,”** the browser is unable to reach the SonarLink service at the specified address and you will not be able to connect to devices.


---

# 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.ceruleansonar.com/c/sonarview/application-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.
