> For the complete documentation index, see [llms.txt](https://knowledge.flexytrade.com/flexytrade-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.flexytrade.com/flexytrade-help-center/getting-started/general-faq.md).

# General FAQ

<details>

<summary>Where is FlexyTrade based?</summary>

FlexyTrade is based in Wyoming, USA.

</details>

<details>

<summary>Is FlexyTrade regulated?</summary>

The National Futures Association (NFA) and the CFTC don’t require platforms like FlexyTrade to join any specific organization. That said, FlexyTrade takes regulations seriously. We only work with trusted data providers approved by the CME Group—like Rithmic for trade execution. This helps FlexyTrade keep things hands-off when it comes to order handling, manipulation, or delays, offering transparency and fairness in all transactions without directly engaging as a trade counterparty

</details>

<details>

<summary>Is my personal information secured with FlexyTrade?</summary>

Yes, your personal information is secured with FlexyTrade, as we use end-to-end encryption to ensure privacy and protection.

</details>

<details>

<summary>Can I reset my challenge account?</summary>

No, you cannot reset your challenge account.

</details>

<details>

<summary>Is there any recurring payment for the challenge account?</summary>

Nope, there are no recurring payments. The challenge account only requires a one-time payment.

</details>

<details>

<summary>Do you offer discounts?</summary>

Yes, we do! You can keep an eye on our social media, subscribe to our newsletter, and your FlexyTrade Dashboard for updates.

</details>


---

# 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://knowledge.flexytrade.com/flexytrade-help-center/getting-started/general-faq.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.
