Tutorials and guides

Last updated:

|Edit this page

Got a question which isn't answered below? Head to the community forum to let us know!

How to run experiments with feature flags

For more experiment tutorials, check the A/B testing docs!

Framework guides

Best practices

Learn more about feature flags best practices from our blogs below:

Questions?

Was this page useful?

Next article

Cutting costs

We aim to be significantly cheaper than our competitors. In addition to our ridiculously cheap pricing , below are tips to reduce your feature flag costs: Reduce client-side feature flag requests In our JavaScript web and React Native SDKs, you can reduce the cost of feature flags by reducing the number of requests your client makes to fetch feature flag values for your users. Using the the advanced configuration , set advanced_disable_feature_flags_on_first_load to true . This stops…

Read next article