# A/B Testing

Feathery supports the native ability to launch A/B tests to experiment with different form variants and evaluate conversion opportunities. We automatically route your users to different variants, track conversion analytics, and allow you to pick the winner of your experiments.

To launch an A/B test, go to the **A/B Tests** tab of your Feathery dashboard and click **Create A/B Test**. From this screen, specify a unique ID for the test and pick the two forms you would like to include in the experiment.

<figure><img src="/files/QxJQDh4oeneasnL42o4r" alt=""><figcaption></figcaption></figure>

Once the test is live, accessing either of the form URLs or embeds will randomly serve either of the form variants to the end user. You can track performance analytics via Feathery's native form analytics or a third-party analytics tool that we have a native integration with, such as [Google Analytics](http://feathery.io/integrations/google-analytics), [Mixpanel](https://www.feathery.io/integrations/mixpanel), or [Amplitude](https://www.feathery.io/integrations/amplitude).

When you're ready to end your test, select the A/B test and choose the winner of the test. You may also optionally select the **Live Form** before pressing **Save**, which means the winning form of the test will automatically inherit the form URLs of the live form - whether that's the same form or the other form.

<figure><img src="/files/ZeV1j6t8V6FmY100ErEB" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.feathery.io/platform/launch-forms/ab-testing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
