> For the complete documentation index, see [llms.txt](https://docs.saros.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saros.xyz/saros-mobile-app/mobile-app/general-settings.md).

# General Settings

## How to Hide Small Balance? <a href="#safq0fmy3nx" id="safq0fmy3nx"></a>

**Step 1:** On the Home screen, click **Settings** tab.

**Step 2:** Click **General.**

**Step 3:** Toggle on **Hide Small Balances** button to hide the tokens with fiat balance < $1&#x20;

{% hint style="info" %}
**Note**: This will not apply to custom tokens and native tokens.
{% endhint %}

<figure><img src="/files/DofJMqizmwZREROC7ctM" alt=""><figcaption></figcaption></figure>

## How to Hide Unknown Tokens? <a href="#xi05al9d12dm" id="xi05al9d12dm"></a>

**Step 1:** On the Home screen, click **Settings** tab.

**Step 2:** Click **General.**

**Step 3:** Turn on **Hide Unknown Tokens** if you want to hide the tokens that are not officially supported on Saros Super App.&#x20;

![](/files/rLkoor7Y4FwouWnRNUdm)

### How to change language and currency? <a href="#i2yud0ykjude" id="i2yud0ykjude"></a>

**Step 1:** On the Home screen, click **Settings** tab.

**Step 2:** Click **General.**

**Step 3:** Click on **Language** or **Currency** to change.

![Change Language](/files/iPVJJU79AAhhh9rThsTx)

![Change Currency](/files/SGBeZPDCqwDL6JxbO9yU)

## How to change the Network? <a href="#esa654vm2e9d" id="esa654vm2e9d"></a>

**Method 1:**

**Step 1**: On the Home screen, click **Settings** tab

**Step 2:** Click **Network** then select a desired network

![](/files/mtgaPVFkzKQtU3cyVSMR)

**Method 2:** Click the **Network icon** in the top right corner of the **Wallet** screen and choose a desired network.

![](/files/rdNcECKgNoPw65QMIk33)


---

# 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://docs.saros.xyz/saros-mobile-app/mobile-app/general-settings.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.
