> For the complete documentation index, see [llms.txt](https://iflux-global.gitbook.io/iflux-global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iflux-global.gitbook.io/iflux-global/tutorial.md).

# TUTORIAL

- [How to Register on the iFlux Global Website?](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-register-on-the-iflux-global-website.md)
- [How to Enable Two-Factor Authentication (2FA) on iFlux Global Using Google Authenticator](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-enable-two-factor-authentication-2fa-on-iflux-global-using-google-authenticator.md)
- [How to Add a Wallet, Deposit, and Withdraw Crypto on iFlux Global?](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-add-a-wallet-deposit-and-withdraw-crypto-on-iflux-global.md)
- [How to Transfer Crypto to Another Account on the iFlux Global Website?](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-transfer-crypto-to-another-account-on-the-iflux-global-website.md)
- [How to Apply for a New Installment Plan on the iFlux Global Website?](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-apply-for-a-new-installment-plan-on-the-iflux-global-website.md)
- [How to Use Demo Trading Feature on the iFlux Global Website?](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-use-demo-trading-feature-on-the-iflux-global-website.md): The Demo Trading feature allows you to experience iFlux's installment trading system risk-free with virtual funds while competing for real USDT prizes up to $500.
- [How to Transfer Your Installment Plan to Another Account on the iFlux Global Website?](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-transfer-your-installment-plan-to-another-account-on-the-iflux-global-website.md)
- [iFlux Global Swap Feature: Step-by-Step Tutorial](https://iflux-global.gitbook.io/iflux-global/tutorial/iflux-global-swap-feature-step-by-step-tutorial.md)
- [How to Start the Referral Program and Check Your Commission?](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-start-the-referral-program-and-check-your-commission.md)
- [How to Enable/Disable Auto Pay for an Active Contract](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-enable-disable-auto-pay-for-an-active-contract.md)
- [How to Modify Take Profit (TP) / Stop Loss (SL) for an Active Contract](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-modify-take-profit-tp-stop-loss-sl-for-an-active-contract.md)
- [How to Use the Earning Feature](https://iflux-global.gitbook.io/iflux-global/tutorial/how-to-use-the-earning-feature.md)


---

# 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://iflux-global.gitbook.io/iflux-global/tutorial.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.
