# Configuring basic interface settings

### Manual zoom in-out

While a fully responsive UI is currently in development, users can manually adjust the size of elements within the app using the browser's zoom controls. This feature allows for a customized viewing experience, enabling you to enlarge or reduce the display to suit your visual preferences. Simply use your browser's built-in zoom functions to modify the scale of the app's interface for better readability or overview.

Below you will find instructions on how to utilize built-in zoom functions in common browsers:

{% embed url="<https://support.google.com/chrome/answer/96810?hl=en&co=GENIE.Platform%3DDesktop>" %}
Zooming in/out in Google Chrome
{% endembed %}

{% embed url="<https://support.mozilla.org/en-US/kb/font-size-and-zoom-increase-size-of-web-pages>" %}
Zooming in/out in Mozilla Firefox
{% endembed %}

{% embed url="<https://support.apple.com/en-eg/guide/safari/ibrw1068/mac>" %}
Zooming in/out in Safari - Apple
{% endembed %}

{% embed url="<https://support.microsoft.com/en-us/microsoft-edge/accessibility-features-in-microsoft-edge-4c696192-338e-9465-b2cd-bd9b698ad19a>" %}
Zooming in/out in Microsoft Edge
{% endembed %}

{% embed url="<https://help.opera.com/en/latest/browser-window/>" %}
Zooming in/out in Opera
{% endembed %}

### Toggle dark mode

Although a comprehensive dark mode feature is not fully operational yet, we've implemented a color inversion setting to ease the strain of working long hours. This setting adjusts the color scheme to a darker palette, reducing screen glare and providing a more comfortable viewing experience in low-light conditions. This is especially beneficial for users who spend extended periods on the app, as it can help minimize eye strain and enhance focus. Keep an eye out for future updates where we aim to roll out a fully integrated dark mode for an even more user-friendly experience.

<div align="left"><figure><img src="/files/qZhM5fdgYx0ZEWAUZZGH" alt=""><figcaption></figcaption></figure></div>


---

# 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.advertisingbeast.com/getting-started/navigating-the-app/configuring-basic-interface-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.
