> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2023.1-changes-overview/allocation-method-changes.md).

# Allocation Method Changes

The allocation method 'From Team By Path' has been removed.

We have added two new allocation methods which lets you allocate work to an individual from a specific User Group:&#x20;

1. **Individual from User Group** will allocate a work item to an individual in the selected User Group based on a round robin basis i.e. user 1, then user 2, then user 3, then user 1 etc.
2. **Individual from User Group (by capacity)** will allocate a work item to the individual in the selected User Group who has the lowest amount of estimated hours of work in their inbox

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

{% hint style="info" %}
Migration from the 'From Team By Path' allocation method will happen automatically. Upon upgrading to version 2023.1, any processes using the allocation method 'From Team By Path' will be updated to use the allocation method 'Individual from User Group (by capacity)'. Members in the 'Team' of the 'From Team By Path' allocation method will be migrated to a new User Group with the name 'Migrated for allocation - \[Team name]'.
{% endhint %}

See here for further information about how to use allocation methods in Enate:

{% embed url="<https://docs.enate.net/enate-help/builder/builder-2021.1/shared-standardised-settings-flavours/allocation-flavours>" %}


---

# 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.enate.net/whats-new/older-versions/changes-overview-older-versions/2023.1-changes-overview/allocation-method-changes.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.
