> For the complete documentation index, see [llms.txt](https://docs.novacura.com/marketplace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/marketplace-documentation/applications/explore-apps/ifs/warehouse-management/documentation/ifs-cloud/customer-order-and-shipment/start-picking.md).

# Start Picking

## Overview

This flow(app) can be used to start a picking process by selecting a picklist number. The application will continue with the report picking handling units or parts process.

<div align="left"><img src="/files/ynAZaYKocGRVpTGhjGXg" alt=""></div>

*The complete overview of the flow(app):*

{% file src="/files/IvPgwGh7aFJogpNidq9F" %}

## Steps

### Enter Pick List No

* Pick List No is required and it should  belong to the user’s default site
* Click on the **List** button to see a list of pick lists

{% hint style="info" %}
**Pin Step:**

Display the user default Site ID and its description.
{% endhint %}

| <img src="/files/96RXGE4H7vD1qmjDg1Ys" alt="" data-size="original"> | ![](/files/Ghe4qNoUxi1GOJCstbsL) |
| :-----------------------------------------------------------------: | :------------------------------: |
|                             Flow Connect                            |           Flow Classic           |

### Summary

* Click **Next** to start the picking process.&#x20;
* If the picklist is handling unit connected then it will start:
  * ***Report Picking of Handling Units*** flow
  * otherwise, it will start the ***Report Picking of Parts*** flow

Hence refer to the respective app documentation.

| <img src="/files/HrG0u2oCj5bsFrwWDrkx" alt="" data-size="original"> | ![](/files/AB9P55bq0ofyBPSJX7U4) |
| :-----------------------------------------------------------------: | :------------------------------: |
|                             Flow Connect                            |           Flow Classic           |


---

# 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.novacura.com/marketplace-documentation/applications/explore-apps/ifs/warehouse-management/documentation/ifs-cloud/customer-order-and-shipment/start-picking.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.
