> For the complete documentation index, see [llms.txt](https://docs.element.market/welcome-to-element/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.element.market/welcome-to-element/spotlight/whats-new-in-element/product-updates-for-2023-11-3.md).

# Product Updates For 2023/11/3

1. **Bug Fix:** Resolved the issue in the third-party library code where it mistakenly accessed IP, device ID, and related information.
2. **Bug Fix:** Fixed the absence of market icons in the ProTrade column of the Collection's trading history.
3. **Bug Fix:** Addressed the problem where the NFT menu on another user's wallet page also displayed the listing menu.
4. **Optimization:** In the left sidebar of the personal wallet page, Listed Floor Value is now displayed in two columns for improved presentation.
5. **Optimization:** Reduced WebSocket message volume on the Collection page's Activity feed by subscribing only to selected event types.
6. **Optimization:** Added specific error messages for purchase errors on the Starknet chain.
7. **Optimization:** Reduced the homepage/ranking page automatic refresh frequency to every 1 minute.
8. **Optimization:** Save UI space by changing the "Buy Now" button to simply "Buy" on the right side of the item details page for orders.
9. **Optimization:** Resolved the layout overlap issue in the From, To columns of the transaction history page caused by long names.
10. **Optimization:** When switching from the Collection page to the background, WebSocket processing is paused, resuming upon return to reduce unnecessary updates.
11. **New Feature:** Collection transaction history now supports displaying dual market icons, indicating transactions between aggregator markets and trading markets.


---

# 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.element.market/welcome-to-element/spotlight/whats-new-in-element/product-updates-for-2023-11-3.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.
