> 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/introduction-to-challenges.md).

# Introduction to challenges

Proprietary trading, also known as "prop trading", involves using capital provided by prop trading firms rather than the trader's private funds. In this case, traders benefit from earning profit from their trading activities without risking their own funds.

To evaluate traders' skills and capabilities, prop trading firms conduct challenges that involve specific trading objectives and performance metrics that traders must meet to qualify for access to trade using the firm’s capital. Upon successful challenge completion, a trader is provided with a funded account with a certain balance on it. Profits earned from trading on this account are usually divided between the trader and the prop trading firm.

In the Back Office, you can create and configure trading challenges by navigating to **Investment platform** in the main menu, expanding the desired platform instance (such as MT4, MT5, or cTrader), and clicking **Prop trading**.

<figure><img src="/files/PPLFGgVOIic7v9MVckZO" alt="Prop trading in the main menu"><figcaption><p>Prop trading in the main menu</p></figcaption></figure>

{% hint style="success" %}

## Key points

* Trading challenges are supported for **MetaTrader 4/5** and **cTrader**.
* Challenges can be of two types: **trial challenges** intended for training purposes and **real challenges** – for live trading.
* For trial challenges, demo accounts are used, while for real challenges – live accounts.
* Trial challenges incur no charge for clients, while real challenges require a participation fee, which can be refunded upon successful completion.
* Challenges may include one or more steps for comprehensive evaluation.
* Key metrics used for evaluation include:
  * **Duration (days)** – the number of days within which a client must achieve the challenge objectives.
  * **Min trade days** – the minimum number of active trading days.
  * **Max Daily Loss** – the maximum allowed loss per day.
  * **Profit Target** – the profit amount that must be achieved within the challenge duration. The profit target is compared to the sum of `Realized PnL` and `Floating PnL` on the account participating in a challenge. Once the sum of these values equals the profit target, it is considered successfully achieved.
    {% endhint %}


---

# 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/introduction-to-challenges.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.
