> For the complete documentation index, see [llms.txt](https://docs.b2prop.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2prop.b2broker.com/admin-guide/track-progress-on-prop-challenge-accounts.md).

# Track progress on prop challenge accounts

For accounts participating in a challenge, you can view the assigned daily loss and maximum loss limits. These limits mustn’t be exceeded to successfully complete the challenge. If either limit is reached, you can view the date and time when it occurred.

Additionally, you can track the `daily PnL` and `total PnL` on prop challenge accounts to assess their progress in passing a challenge or how close they are to reaching the set loss limits.

To view the loss limits:

{% stepper %}
{% step %}
Go to **Prop trading** > **Challenges list**.
{% endstep %}

{% step %}
Select the challenge and click **Edit**.
{% endstep %}

{% step %}
For real challenges, go to the **Live Accounts** tab.\
For trial challenges, go to the **Demo Accounts** tab.
{% endstep %}

{% step %}
Select the account and click **Edit**.
{% endstep %}

{% step %}
Go to the **Risk Limits** tab.
{% endstep %}

{% step %}
View the following information:

In the **Daily risk limit** section:

* **Daily risk limit** – the maximum allowed loss per day assigned to the account.
* **Current P\&L (Day)** – the PnL on the account for the current day.
* **Risk Limit Set Date** – the date and time when the challenge step was started and the daily risk limit was assigned to the account.
* **Risk Limit Reached** – if the daily risk limit has been reached on the account, the date and time when it occurred.

In the **Max loss limit** section:

* **Max loss limit** – the maximum allowed loss assigned to the account for the entire duration of a challenge step.
* **Current P\&L (Total)** – the total PnL on the account over the current challenge step.
* **Risk Limit Set Date** – the date and time when the challenge step was started and the max risk limit was assigned to the account.
* ‍**Risk Limit Reached** – if the max risk limit has been reached on the account, the date and time when it occurred.
  {% endstep %}
  {% endstepper %}


---

# 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.b2prop.b2broker.com/admin-guide/track-progress-on-prop-challenge-accounts.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.
