> 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/getting-started.md).

# Getting Started

- [Setup your Flexpoint Store](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/quickstart.md): Start collecting payments on Flexpoint by integrating with Stripe, Wise and Local Bank Account!
- [How to Build & Launch Your Flexpoint Store in 20 Mins](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/quickstart/how-to-build-and-launch-your-flexpoint-store-in-20-mins.md)
- [How to Upload or Change Your Profile Picture](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/quickstart/how-to-upload-or-change-your-profile-picture.md): Your profile picture is an essential part of your online identity. Whether you're setting up a new account or refreshing your existing image, updating your profile picture is a simple process.
- [How to Change Your Flexpoint Username](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/quickstart/how-to-change-your-flexpoint-username.md): Learn how to update your Flexpoint username quickly and securely in just a few simple steps for a smoother experience.
- [How to Add or Update Your Profile Bio](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/quickstart/how-to-add-or-update-your-profile-bio.md)
- [How to Add Your Social Media Accounts to Your Flexpoint Store](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/quickstart/how-to-add-your-social-media-accounts-to-your-flexpoint-store.md)
- [How to Rearrange Products Your Flexpoint Store](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/quickstart/how-to-rearrange-products-your-flexpoint-store.md)
- [Build Your First Product](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/publish-your-docs.md)
- [The Best Products to Sell When Getting Started](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/publish-your-docs/the-best-products-to-sell-when-getting-started.md): Not sure what to sell? We’ve analyzed top Flexpoint stores to recommend products that can boost your chances of making $100 in your first 30 days!
- [How to Choose What To Sell To Your Audience](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/publish-your-docs/how-to-choose-what-to-sell-to-your-audience.md): Choose what to sell by understanding your audience’s needs, preferences, and challenges. Offer solutions that align with their interests and provide value and relevance.
- [Setting Up Payments](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/setting-up-payments.md)
- [Flexpoint, Stripe & Wise Transaction Fees](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/setting-up-payments/flexpoint-stripe-and-wise-transaction-fees.md)
- [How to Collect Sales Tax with Stan](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/setting-up-payments/how-to-collect-sales-tax-with-stan.md)
- [How to Connect Flexpoint with Wise](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/setting-up-payments/how-to-connect-flexpoint-with-wise.md)
- [I Connected the Wrong Stripe Account! What Do I Do Now?](https://flexpoint.gitbook.io/flexpoint-docs/getting-started/setting-up-payments/i-connected-the-wrong-stripe-account-what-do-i-do-now.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/getting-started.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.
