> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/get-started/change-app-language.md).

# Change app language

UpNote supports multiple languages on desktop and mobile devices. You can change the app language in the Settings menu.

### On Windows, Mac and Linux

1. Open UpNote.
2. Click your **Settings** icon in the top-right corner.
3. Find the Language option at the bottom-left area.\
   ![](/files/Q5RRHtg8WWOKEfBLh2TE)
4. Select your preferred language from the list.

### On iPhone and iPad

1. Go to **Settings** > **General** > scroll down to find the **Language** section
2. Choose your preferred language.

### On Android

UpNote follows your device language settings by default.

On Android 13 and later, you can change the language for UpNote only:

1. Go to **Settings** > **General** > scroll down to find the **Language** section
2. Choose your preferred language.

On older Android versions, please change the system language of your device.

### Notes

* If you find any translation issues, please contact us at <support@getupnote.com>.


---

# 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://help.getupnote.com/get-started/change-app-language.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.
