# Settings

Moonlander provides a unified Settings panel that allows users to customize their platform experience. The Settings menu is accessible from the top navigation bar via the Settings icon. The following options are currently available:

![](/files/KucVD2I9yORhQUhXW2vv)

**Language Settings**

Users can switch the platform interface between the available languages:

* English (default)
* Chinese
* Korean

Language preferences apply immediately across the entire platform.

**PnL Display Settings**

Moonlander allows traders to choose how Profit and Loss (PnL) values are displayed across the platform through a global toggle.

| Update                              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Global Toggle in the Settings Panel | <p></p><ul><li>The Settings icon is located in the top navigation bar</li><li>Selecting it opens the Settings panel</li><li>A toggle option labeled “Show PnL After Fees” controls how PnL numbers are displayed</li><li>Default: ON (PnL shown after fees), consistent with current behavior</li></ul>                                                                                                                                        |
| Platform-Wide Application           | <p>The toggle affects all PnL displays across Moonlander, including:</p><ul><li>Open Positions</li><li>Trade History</li><li>My Trade Unrealized PnL</li><li>Portfolio → Trade tab</li></ul><p>PnL shown will reflect:</p><ul><li>PnL After Fees when the toggle is set to After Fee</li><li>PnL Before Fees when the toggle is set to Before Fee</li></ul><p>This setting only changes what is displayed, not the underlying calculation.</p> |
| Updated Labeling                    | <p>To avoid confusion:</p><ul><li>All Realised PnL values are always labeled “Realised PnL”</li><li>They do not show additional labels such as “before fees” or “after fees,” regardless of toggle position</li></ul>                                                                                                                                                                                                                          |


---

# 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.moonlander.trade/how-to-use/trading/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.
