# ION Factory OS 2.0

## ION Factory OS

- [Purchasing](https://manual-v2.firstresonance.io/supply-chain/readme.md)
- [Create Purchases](https://manual-v2.firstresonance.io/supply-chain/readme/create-purchases.md): This guide outlines the steps to create a purchase order
- [Approve Purchases](https://manual-v2.firstresonance.io/supply-chain/readme/approve-purchases.md): This guide outlines the steps required to submit a purchase order for approval and the subsequent approval process.
- [Receiving](https://manual-v2.firstresonance.io/supply-chain/receiving.md)
- [Create Receipts](https://manual-v2.firstresonance.io/supply-chain/receiving/create-receipts.md): This guide outlines the steps to create a receipt against a purchase order in ION
- [Kitting](https://manual-v2.firstresonance.io/supply-chain/kitting.md)
- [Request Parts](https://manual-v2.firstresonance.io/supply-chain/kitting/request-parts.md): Create a Kit to Request Parts to be delivered to a Location
- [Fulfill Kits](https://manual-v2.firstresonance.io/supply-chain/kitting/fulfill-kits.md): As a material handler, here is the guide to fulfilling a kit
- [Inventory](https://manual-v2.firstresonance.io/supply-chain/inventory.md)
- [Create A Table View](https://manual-v2.firstresonance.io/supply-chain/inventory/create-a-table-view.md)
- [Create Inventory](https://manual-v2.firstresonance.io/supply-chain/inventory/create-inventory.md)
- [Inventory Actions](https://manual-v2.firstresonance.io/supply-chain/inventory/inventory-actions.md): A guide on splitting, moving, scrapping, and adjusting an inventory line.
- [ION Actions](https://manual-v2.firstresonance.io/os/ion-actions.md): ION Actions turn your physical controls into digital guardrails.
- [Aug. 2025 ION Actions Transition](https://manual-v2.firstresonance.io/os/ion-actions/aug.-2025-ion-actions-transition.md): Determine what must change to effectively leverage the improved ION Actions executions rolling out in August 2025.
- [Managing Actions](https://manual-v2.firstresonance.io/os/ion-actions/managing-actions.md)
- [Changes Dictionary](https://manual-v2.firstresonance.io/os/ion-actions/managing-actions/changes-dictionary.md): Examples of what the changes dictionary looks like for a few ION Action targets.
- [Action Execution Logs](https://manual-v2.firstresonance.io/os/ion-actions/action-execution-logs.md): Use Action Execution Logs to easily develop and debug ION Actions.
- [Inventory Control Examples](https://manual-v2.firstresonance.io/os/ion-actions/inventory-control-examples.md): Current Status: Available in Customers Sandbox Environments
- [Installation Control Examples](https://manual-v2.firstresonance.io/os/ion-actions/installation-control-examples.md): A guide for developers making ION Actions on abomInstallation events.
- [Attribute Examples](https://manual-v2.firstresonance.io/os/ion-actions/attribute-examples.md): Current Status: Available in Customers Sandbox Environments
- [Quality Examples](https://manual-v2.firstresonance.io/os/ion-actions/quality-examples.md)
- [ION Actions Best Practices](https://manual-v2.firstresonance.io/os/ion-actions/ion-actions-best-practices.md)
- [Procedures](https://manual-v2.firstresonance.io/production/procedures.md)
- [Creating and Updating Procedures](https://manual-v2.firstresonance.io/production/procedures/creating-and-updating-procedures.md)
- [Standard Operating Procedures](https://manual-v2.firstresonance.io/production/procedures/standard-operating-procedures.md)
- [Backwards Compatibility Considerations](https://manual-v2.firstresonance.io/production/procedures/backwards-compatibility-considerations.md)
- [Reviewing Procedures](https://manual-v2.firstresonance.io/production/procedures/reviewing-procedures.md)
- [Locations](https://manual-v2.firstresonance.io/production/locations.md)
- [Manage Locations](https://manual-v2.firstresonance.io/production/locations/manage-locations.md)
- [Create Issues](https://manual-v2.firstresonance.io/quality/create-issues.md): Create Issues at a moments notice, from anywhere within the application.
- [Contain Affected Inventory](https://manual-v2.firstresonance.io/quality/contain-affected-inventory.md): Prevent quality escapes by quickly capturing all defects on one issue ticket.
- [Split / Clone Issues](https://manual-v2.firstresonance.io/quality/split-clone-issues.md)
- [Disposition Types](https://manual-v2.firstresonance.io/quality/disposition-types.md): Configure issue disposition types and control whether associated inventory stays available, becomes unavailable, or is permanently blocked.
- [Intent Management](https://manual-v2.firstresonance.io/quality/intent-management.md): Deploy Intent/Pedigree/Tiers/Grades to the production floor
- [Run Controls](https://manual-v2.firstresonance.io/quality/intent-management/run-controls.md)
- [Inventory Controls](https://manual-v2.firstresonance.io/quality/intent-management/inventory-controls.md)
- [Install Controls](https://manual-v2.firstresonance.io/quality/intent-management/install-controls.md)
- [Part Intent/Quality](https://manual-v2.firstresonance.io/quality/intent-management/part-intent-quality.md)
- [Attachments](https://manual-v2.firstresonance.io/platform/attachments.md)
- [Data Snapshots](https://manual-v2.firstresonance.io/platform/data-snapshots.md): Create a full snapshot of your organization's data and attachments from ION for backup, compliance, or analytics purposes.
- [Customer S3 Delivery Setup](https://manual-v2.firstresonance.io/platform/data-snapshots/customer-s3-delivery-setup.md): Set up an S3 bucket in your AWS account to receive automated data snapshots from ION.
- [Importers](https://manual-v2.firstresonance.io/platform/importers.md)
- [MBOM Imports](https://manual-v2.firstresonance.io/platform/importers/mbom-imports.md)
- [Location Imports](https://manual-v2.firstresonance.io/platform/importers/location-imports.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://manual-v2.firstresonance.io/supply-chain/readme.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.
