> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/system-admins/administration/company/users/add-picker.md).

# Create pickers

A picker must be visible for assignment in the fulfillment workflow and associated with the facility where the work occurs.

## Configure an individual picker

1. Open the **Company App**.
2. Go to `Users`.
3. Open the user or [create a new user](/documents/system-admins/administration/company/users/create-user.md).
4. Turn on `Show as a picker`.
5. Click `Add Facilities`.
6. Select every facility where the picker can receive work.
7. Save the user.

The assignment dialog lists only pickers associated with that facility.

## Verify the picker

1. Open the [Fulfillment App](https://github.com/hotwax/oms-documentation/tree/user-guides-pub/documents/store-operations/fulfillment/README.md).
2. Open an order or select orders in bulk.
3. Start the picker-assignment action.
4. Search by the picker name, HotWax ID, or external ID.
5. Confirm that the picker appears.

## Import pickers in bulk

Bulk picker creation is a Data Manager import, not a native Company task.

1. Open Data Manager in the OMS.
2. Find the Picker import configuration.
3. Download its current sample file.
4. Populate and validate the file.
5. Upload the file.
6. Review the import log.
7. Verify an imported picker in Company and the Fulfillment App.

Use the sample file from the target environment because required columns can change with the import configuration.


---

# 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.hotwax.co/documents/system-admins/administration/company/users/add-picker.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.
