> For the complete documentation index, see [llms.txt](https://manual-v2.firstresonance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-v2.firstresonance.io/supply-chain/inventory/create-inventory.md).

# Create Inventory

## Manually Creating New Inventory in ION

#### Objective

This process outlines the steps to create inventory from the inventory page in the ION system, ensuring accurate tracking and management of parts.

#### Key Steps

**1. Access the Inventory Page** [0:00](https://loom.com/share/19c117548481430b832813f441d126fd?t=0)

![generated-image-at-00:00:00](https://loom.com/i/feec38cd84aa4a319c95a8204378b7bc?workflows_screenshot=true)

* Navigate to the inventory page in the ION system.
* Locate the top right button for creating new inventory.

**2. Identify Create and Submit Actions** [0:14](https://loom.com/share/19c117548481430b832813f441d126fd?t=14)

![generated-image-at-00:00:14](https://loom.com/i/e26c81e5d3344dd2a7f415167adf885a?workflows_screenshot=true)

* Understand that create actions are typically found in the top right corner of the page.
* Submit actions are usually located in the bottom right corner.

**3. Search for the Specific Part** [0:24](https://loom.com/share/19c117548481430b832813f441d126fd?t=24)

![generated-image-at-00:00:24](https://loom.com/i/03efee574c224137a308758504a024d7?workflows_screenshot=true)

* Use the search function to find the specific part you want to create inventory for.
* Example: Search for 'NAS 1306 bolts'.

**4. Specify Quantity and Location** [0:35](https://loom.com/share/19c117548481430b832813f441d126fd?t=35)

![generated-image-at-00:00:35](https://loom.com/i/e3c5dd9c32084ec28b0713c519c7ce76?workflows_screenshot=true)

* Enter the quantity of parts you wish to create (e.g., 500).
* Specify the receiving location (e.g., your desk for inspection).

**5. Provide Additional Details** [0:48](https://loom.com/share/19c117548481430b832813f441d126fd?t=48)

![generated-image-at-00:00:48](https://loom.com/i/05554608ecd5495cba1be786d3ee1d93?workflows_screenshot=true)

* Indicate if this is a first article from a customer or a new supplier.
* Enter the lot number as required.

**6. Create the Inventory Item** [1:00](https://loom.com/share/19c117548481430b832813f441d126fd?t=60)

![generated-image-at-00:01:00](https://loom.com/i/7dfa99cdbfa740378914bac05edd3d55?workflows_screenshot=true)

* Click the button to create the inventory item.
* Confirm that the inventory has been successfully created.

**7. Verify New Inventory** [1:00](https://loom.com/share/19c117548481430b832813f441d126fd?t=60)

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

* Remove any filters on the inventory page.
* Search for the newly created inventory to ensure it appears correctly.

#### Cautionary Notes

* Ensure all required fields are filled out accurately to avoid errors in inventory tracking.
* Double-check the part number and lot number before finalizing the creation.

#### Tips for Efficiency

* Familiarize yourself with the layout of the ION system to navigate quickly.
* Use keyboard shortcuts where possible to speed up the process.
* Regularly update your inventory to maintain accurate records.

#### Link to Loom

<https://loom.com/share/19c117548481430b832813f441d126fd>


---

# 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://manual-v2.firstresonance.io/supply-chain/inventory/create-inventory.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.
