> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/v2.0.1.md).

# v2.0.1

* **PerceptChart — new chart widget:** \
  A new chart widget has been added with live candles, orders, positions, trade markers with bubble icons and annotations, reconnect handling, and loading states for orders.&#x20;
* **Authentication — redesigned flows:** \
  Login, sign up, and forgot password screens have been redesigned.
* **Charts — live trading data integration:** \
  Integrated @titancharts/react with live candles, orders, and positions.
* **Bot management — floating window:** \
  A floating window has been added for managing bots directly from the terminal.
* **Bot management — create and edit bots from terminal:** \
  Bots can now be created and edited directly from the terminal, improving bot workflow speed and accessibility.
* **Bot grid — improved simulation context:** \
  Simulation context handling has been improved for the bot grid.
* **Bots — exchange name in bot title:** \
  Exchange names are now included in bot names, making bots easier to identify.
* **Manual orders — order book price selection:** \
  Clicking a price in the order book now fills the price field in manual orders.
* **Manual orders — leverage query support:** \
  Leverage query support has been added to manual orders.
* **Balances — USD value toggle:** \
  A USD value toggle has been added to balances.
* **Widget tabs — drag-and-drop:** \
  Widget tabs can now be reordered with drag-and-drop. This is available behind a beta feature flag.
* **Onboarding — new flow:** \
  A new onboarding experience has been added.
* **Orders — error and side fixes:** \
  Fixed order error and side handling.
* **Bots — save and removal fixes:**\
  Fixed navigation after saving a bot and fixed bot removal from the bot list.
* **Action screen — reward fixes:**\
  Fixed reward-related issues on the action screen.
* **DCA and bots — leverage query fixes:**\
  Fixed leverage query handling for DCA and bots.
* **Market type — futures default:**\
  The default market type is now set to futures.&#x20;
* **Position aggregates — notional USD fixes:**\
  Fixed non-negative notional USD handling in position aggregates.
* **Futures orders — position\_side restored:**\
  Restored position\_side in FuturesOrder.
* **Competitions — UI fixes:** \
  Fixed competition result modal issues and incorrect info card values.
* **Referrals — volume conversion view fix:**\
  Fixed referral volume conversion display.
* **Order history — current symbol filter fix:**\
  Fixed current symbol filtering in order history.


---

# 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:

```
GET https://docs.origami.tech/v2.0.1.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.
