> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/flagship-deprecated/steps-configuration/dynamic-allocation.md).

# Dynamic allocation

## 📖 Definition

Dynamic allocation (also called Multi-Arm bandit) is a method used to divert new traffic to the best performing variation depending on the results of each variation. It is based on the Thomson algorithm.

⚙️ Configuration\\

If one variation is performing better than the others, that is to say, if one variation has more unique conversions on the KPI you configured, new traffic will progressively be sent to that variation. Dynamic allocation is only available for A/B Tests.\
Dynamic allocation only works for new users (for an application)/visitors (for a website). If a user is assigned to a variation and returns to the website, they will still see the same variation, even if this variation is under-performing. The allocation of a recurring visitor doesn’t change over time.\
Dynamic allocation only takes into account unique conversions

## 💡 Use case

The Dynamic Allocation algorithm is particularly suited to websites/applications with a lot of traffic. As soon as your A/B Test has at least one conversion **for each variation** on the selected KPI, the algorithm starts running and your users will progressively be redirected to the best performing variation.

**Need additional information?**

Submit your request at <product.feedback@abtasty.com>

Always happy to help!


---

# 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://docs.abtasty.com/flagship-deprecated/steps-configuration/dynamic-allocation.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.
