# v2.0.0

* **Terminal — new trading experience:**\
  The new terminal experience has been rolled out, bringing updated trading workflows and interface improvements into the main product experience. This release introduces a more flexible trading workspace with customizable layouts, draggable and resizable widgets, multi-chart support, and easier access to manual trading, bots, positions, balances, and market data. [Learn more in our anniversary blog post.](https://origami.tech/articles/celebrating-one-year-of-innovation-origami-techs-anniversary-update)
* **Terminal — global symbol selection:**\
  Added global symbol selection with URL synchronization. Selected symbols can now be reflected in the URL, making navigation, sharing, and state restoration more consistent.
* **Order history — placement date display:**\
  Order history now displays the order placement date, giving users better context when reviewing past trading activity.
* **Responsive interface — improved 1440px layout:**\
  The interface has been adapted for 1440px screen widths, improving layout balance and usability on common desktop resolutions.
* **Tables — improved interaction and state handling:**\
  Tables have been improved across sorting, column behavior, state persistence, scrolling, overflow handling, and change highlighting. These updates make table-heavy workflows easier to use and review.
* **Order Book and Manual Orders — layout improvements:**\
  Layouts in Order Book and Manual Orders have been simplified to improve readability and reduce unnecessary interface complexity.
* **TradingView — performance improvements:**\
  TradingView chart performance has been optimized, improving chart responsiveness and data loading behavior.
* **Trading data — calculation and display fixes:**\
  Improved balance display, USDT handling, rounding, statistics, PnL, aggregation, sorting, dates, and cached values. These fixes make trading data more accurate and easier to interpret.
* **Bots — stability improvements:**\
  Fixed bot start and stop behavior, and improved bot switching after saving grids. Bot workflows should now feel more stable during configuration and execution.
* **Orders — improved interaction behavior:**\
  Fixed issues with the order drag menu, improving order interaction reliability in the terminal.
* **Presets — duplicate value fix:**\
  Fixed an issue where duplicate values could appear in presets, improving preset consistency and reducing configuration errors.
* **Fees — improved calculation accuracy:**\
  Updated Origami Tech fee handling to improve fee calculation accuracy across relevant trading flows.


---

# 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.origami.tech/v2.0.0.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.
