# March 14th, 2025

## Improve Close All Positions

Improve and optimize the **Close All Positions** functionality so the positions are closed in batches of 10 and progress is reported to the end user as each batch completes.

<figure><img src="/files/GQunn3Sr4ziiKWBrbnCJ" alt=""><figcaption></figcaption></figure>

## Navigation Breadcrumbs

Add breadcrumbs to the header to enhance navigation and clearly indicate the current page's location within the applications hierarchy.

<figure><img src="/files/usa7msLffVsuMHbh0fwL" alt=""><figcaption></figcaption></figure>

## Show Broker Account ID

Show selected broker account IDs in more places throughout the application to make it clear which account a trade is being executed in.

<figure><img src="/files/7tpBPb2sKwjI1uH5GdJQ" alt=""><figcaption></figcaption></figure>

## Improve Copy Webhook URL

Improve Copy Webhook URL functionality to show the last 4 digits of the webhook URL and provide example webhook JSON that an be easily copied and pasted.

<figure><img src="/files/ExJPeco3oa93atgXnhYv" alt=""><figcaption></figcaption></figure>

## Refresh Quote Modal

Refresh quote whenever you open the quote modal so that you get a fresh quote from your broker.

<figure><img src="/files/eL4niyWjPEWrp4d7dY8o" alt=""><figcaption></figcaption></figure>


---

# 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.traderspost.io/releases/old-releases/march-14th-2025.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.
