> 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/production/procedures/standard-operating-procedures.md).

# Standard Operating Procedures

This SOP outlines the steps to create, manage, and link standard operating procedures within the Ion system. Many of our customers have detailed instructions that the manufacturing engineers want to maintain outside of the actual build instructions. This guide helps explain how you can use the Procedure Family Link to make that achievable in ION.

#### Key Steps

### **Step 1: Create a New SOP**

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

* Begin by accessing the Ion system.
* Select the option to create a new standard operating procedure (SOP).
* Use a relevant title for the SOP, e.g., 'Torque SOP'.

### **Step 2: Fill in SOP Details**

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

* Input all necessary details for the SOP.
* Include specific information such as:
  * Fastener types (e.g., '4 fasteners')
  * Torque specifications (e.g., 'Tor 2X')
  * Any secondary locking features.

### **Step 3: Review and Release the SOP**

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

* Go through the review process to ensure all information is accurate.
* Once reviewed, proceed to release the SOP.

### **Step 4: Version Control of SOPs**

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

* Utilize the procedure approval engine to create new versions of the SOP as needed.
* For example, create a version 2 (V2) of the SOP and release it.

### **Step 5: Copy Procedure Family Link**

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

* Use the 'copy procedure family' link to reference the SOP in other procedures.
* This ensures that any linked procedures will always point to the latest version of the SOP.

### **Step 6: Tagging SOPs**

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

* When referencing the SOP in another document, tag it appropriately.
* Ensure the link directs users to the correct SOP.

### **Step 7: Accessing the Latest Version**

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

* Test the link to ensure it directs to the latest version of the SOP.
* Confirm that even older versions of the SOP will redirect to the most current version.

#### Cautionary Notes

* Ensure all details entered in the SOP are accurate to avoid confusion.
* Regularly review SOPs to keep them up-to-date with current practices.

#### Tips for Efficiency

* Use templates for SOPs to streamline the creation process.
* Regularly schedule reviews of SOPs to ensure they remain relevant and accurate.

{% embed url="<https://loom.com/share/3a56d509f55f41dca9ac565abcc51b5f>" %}


---

# 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/production/procedures/standard-operating-procedures.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.
