# Preference Settings

To access the preference settings page, click the `User avatar icon` on the top right corner, then `Preference`.

## Chart Settings

The settings in the chart settings will affect how the canvas is displayed globally.

### Amount Display Format

This setting primarily applies to the display of token amounts within the canvas.

* The Standard Format (e.g., 1,099,999.99 Ether) is the default display format.
* The Abbreviated Format (e.g., 1.099M Ether) can shorten the displayed text, making the layout within the canvas more compact in certain situations.

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

### Automatically Hide Suspicious Token Transfers

When you turn on this setting, the fund flow will deselect (not display in canvas) those edges which contain suspicious token transfers by default.

{% hint style="warning" %}
For suspicious tokens: We assess token reputation through analysis of on-chain activity and relevant information. If you discover any inaccuracies, please contact us to report them.
{% endhint %}

## Watermark

You can customize your watermark and manage the display of the MetaSleuth watermark here.

### Custom Watermark

You can upload a logo or image to create a custom watermark that represents them or their organization. You can also add a URL link to the uploaded watermark, which allows others to visit the link when clicked. After uploading, you can add this custom watermark to their charts to identify your work. This feature is available to subscribers of the **Pro Plan and higher**.

<figure><img src="/files/eAHgQXs7kuFxKpUf385a" alt=""><figcaption><p>Upload your custom watermark</p></figcaption></figure>

<figure><img src="/files/dIJu4HYZW9G8hY68x0W7" alt=""><figcaption><p>Add custom watermark to your chart</p></figcaption></figure>

### Remove MetaSleuth Watermark

Subscribers to the Pro Plan or above have the option to remove the MetaSleuth Watermark from their Canvas. By turning on the switch, the watermark can be removed globally.

<figure><img src="/files/Yp1kb2bro8heJPKzbZtH" alt=""><figcaption><p>Canvas with MetaSleuth watermark</p></figcaption></figure>

<figure><img src="/files/yZy5n8EpYf2trT33kczR" alt=""><figcaption><p>Canvas without MetaSleuth watermark</p></figcaption></figure>


---

# 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.metasleuth.io/user-manual/account-and-data-management/preference-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.
