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

# More Guides

- [Trust & Safety](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/trust-and-safety.md)
- [Advanced Pricing](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/advanced-pricing.md)
- [Referral Program](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/referral-program.md)
- [What is Flexpoint Referral Program?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/referral-program/what-is-flexpoint-referral-program.md): The Flexpoint Referral Program allows users to earn rewards by referring others to the platform. Referrers get bonuses when their referrals sign up and purchase.
- [How to Add a Flexpoint Referral Link Product to Your Store?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/referral-program/how-to-add-a-flexpoint-referral-link-product-to-your-store.md): To add a Flexpoint referral link product to your store, simply generate your unique referral link, integrate it into your product listings, and start earning commissions effortlessly.
- [Can I Continue Receiving Referral Bonuses if Referral friend Cancel their Subscription?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/referral-program/can-i-continue-receiving-referral-bonuses-if-referral-friend-cancel-their-subscription.md)
- [FAQ's](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs.md)
- [What is Flexpoint?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/what-is-flexpoint.md)
- [Who is Flexpoint for?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/who-is-flexpoint-for.md)
- [What payment methods does Flexpoint support?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/what-payment-methods-does-flexpoint-support.md)
- [Does Flexpoint charge transaction fees or take commissions?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/does-flexpoint-charge-transaction-fees-or-take-commissions.md)
- [Does Flexpoint handle multi-currency transactions?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/does-flexpoint-handle-multi-currency-transactions.md)
- [Is Flexpoint secure?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/is-flexpoint-secure.md)
- [Can I integrate other tools with Flexpoint?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/can-i-integrate-other-tools-with-flexpoint.md)
- [How much does Flexpoint cost?](https://flexpoint.gitbook.io/flexpoint-docs/more-guides/faqs/how-much-does-flexpoint-cost.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://flexpoint.gitbook.io/flexpoint-docs/more-guides.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.
