> For the complete documentation index, see [llms.txt](https://teamhelp.sipgate.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhelp.sipgate.co.uk/use-sipgate/sipgate-app/how-do-i-configure-user-settings-in-the-sipgate-app.md).

# How do I configure User settings in the sipgate app?

The sipgate app allows you to customize various User settings. These include the **Dark/Light Mode**, **Offline behavior**, **Focus Mode** (for iOS mobile), and **keyboard shortcuts**. This article explains how to configure these settings.

**Click on your avatar in the left sidebar and select Settings.**

![](/files/4S2htmyg7VLCbAiDp9AW)

Under **User Settings**, you will find the **Preferences** section.

![](/files/D5yxRRXOcPC8Njbm0dhn)

#### How do I change my appearance in the sipgate app?

First, you can adjust the appearance and switch between **Light and Dark Mode** for the app. You can also set the interface language to **English** or **German**.

![](/files/RW8G7wAzhQZShAF4oAnM)

#### How do I set my offline behavior?

The **Offline behavior** in the sipgate app can be turned on or off. By default, it is disabled to ensure that calls are always routed through **the sipgate app** and **sipgate app for iOS/Android**.

![](/files/GbXJ4xGJAS8AfEmX3BXx)

If you want to enable **Offline Routing**, only the sipgate App should be used. If the **Offline behavior** cannot be activated, **the sipgate app for iOS/Android** might still be connected. In this case, please contact sipgate support to remove the mobile device.

#### What keyboard shortcuts can I use in the sipgate App?

In the article [**What keyboard shortcuts can I use in the sipgate App?**](https://teamhelp.sipgate.co.uk/hc/en-gb/articles/21976931162397-What-keyboard-shortcuts-can-I-use-in-the-sipgate-App-CLINQ) you can find the most important **shortcuts** for the desktop version of the sipgate App. Additionally, you can use **shortcuts** to accept or decline incoming calls, even when the app is not in the foreground.

#### Can I automatically set my app status to "busy" when my iPhone is in Focus Mode?

If you are using the mobile version of the sipgate App on an **iOS device**, you can set up a shortcut in the **device settings**. This will automatically set your status to **busy** when your device switches to **Focus Mode** (also known as **Do Not Disturb Mode**). You can configure this automation using the **Shortcuts app**. If you haven't already installed it, you can download it from the **App Store**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://teamhelp.sipgate.co.uk/use-sipgate/sipgate-app/how-do-i-configure-user-settings-in-the-sipgate-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
