# How many challenges I can purchase?

There is no limit to the number of challenges users can purchase, whether they are of the same type or different types. However, during the Trader Stage, only one ongoing challenge of the same type is allowed at a time.

For example:\
If User A purchases 1 Base Challenge and 2 Advanced Challenges, only 1 Base Challenge and 1 Advanced Challenge can enter the Trader Stage, as only one challenge of the same type is permitted in the Trader Stage.


---

# 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://bitfunded.gitbook.io/support/common-questions/how-many-challenges-i-can-purchase.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.
