> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/anylogi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/anylogi/en_us/fulfillment/inventory/no.md).

# Manage Inbound

### ① Go to `Inbound` Page

<div align="left"><img src="/files/-MgtS3FJVX6WM548-XFo" alt=""></div>

### ② List of inbounds can be checked

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

| Item                     | Description                                                                                                                     |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| **Inbound ID**           | Unique ID assigned to each inbound                                                                                              |
| **Inbound Status**       | Status showing inbound progress (Please refer to [here](/anylogi/en_us/fulfillment/inventory/no/inbound-status.md) for details) |
| **Inbound Date**         | Date on which the inbound is expected to arrive at the warehouse                                                                |
| **Delivery Destination** | Name of the warehouse to which the inbound is sent                                                                              |
| **Supplier Name**        | Name of the place from which the inbound is sent                                                                                |
| **Scheduled Quantity**   | Number of items to be inbounded                                                                                                 |
| **Inspected Quantity**   | Actual number of inbounded items                                                                                                |
| **Created Date**         | Date on which the inbound is created                                                                                            |


---

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

```
GET https://anymind-group.gitbook.io/anylogi/en_us/fulfillment/inventory/no.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.
