> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/trade/user-guide/platform-preferences.md).

# Platform Preferences

TRADE automatically remembers certain choices you make while navigating the platform, so you spend less time repeating yourself and more time focused on your workflow.

***

## Tab Navigation Memory

**TRADE remembers which tab — In Play or PreMatch — you last used on each screen, and returns you there automatically.**

This applies across the following screens:

| Screen           | Location                                 |
| ---------------- | ---------------------------------------- |
| Trading Floor    | Operational → Trading Floor              |
| Fixture Ordering | Booking Events & Odds → Fixture Ordering |
| Fixture Logs     | Operational → Fixture Logs               |
| Configuration    | Configuration                            |

**How it works:**

* The first time you visit a screen, it defaults to **In Play**.
* When you switch to PreMatch (or back to In Play), that choice is saved in your browser.
* Next time you open that screen — even after closing the browser — you land on the tab you were last using.

**Things to know:**

* Preferences are stored **per browser**. Switching to a different device or browser will reset to the In Play default.
* Clearing your browser cache or cookies will also reset the preference.
* Each screen remembers its own tab independently — your Trading Floor preference doesn't affect Fixture Logs.

***

## Table Column Management

TRADE lets you reshape any table to match how you work — reorder columns by dragging their headers, and adjust column widths by dragging the border between them.

### Column Reordering

Click and hold any column header, then drag it to a new position. The table updates immediately. To return to the original layout, click **Reset to Default** in the table header.

### Column Resizing

Hover over the border between two column headers until the resize cursor appears, then drag to adjust the width. Minimum and maximum widths are enforced per column to keep the table readable.

### Persistence

Both column order and column widths are saved per table in your browser's local storage. Your layout is restored automatically when you navigate away and return, or reload the page.

**Things to know:**

* Preferences are stored **per browser**. A different device or browser starts from the default layout.
* Column order persists until you clear your browser's local storage. Column widths reset on page reload.
* Each table saves its layout independently — changes on the Trading Floor do not affect Fixture Ordering.
* **Reset to Default** restores both column order and column widths for that table.


---

# 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.lsports.eu/u/trade/user-guide/platform-preferences.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.
