> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/offshoot/integrations/owc.md).

# OWC

Maintain your OWC media at peak performance directly within OffShoot. The OWC integration provides three powerful maintenance tools — Health Check, Sanitize, and Firmware Updates — so your media cards remain fast, reliable, and production-ready.

{% hint style="info" %}
Read all about these features on our [25.3](https://hedge.co/blog/owc) and [26.2](https://hedge.co/blog/offshoot-26-2) blogs.
{% endhint %}

## Requirements

* OffShoot 25.3 or newer for Health Check and Sanitize.
* OffShoot 26.2 or newer for Firmware Updates.
* An [Innergize-enabled OWC reader & media card](https://www.owc.com/solutions/innergize)

## How to use

1. Open OffShoot > Settings > Integration.
2. Ensure OWC Integration is enabled (it is by default).
3. Connect your Innergize-enabled OWC reader and card.
4. Right-click (or use the disk menu) to access:
   * Check Health…
   * Sanitize...
   * Update Firmware...

#### Health Check

Use `Check Health…` to evaluate the current condition of your OWC media. and whether a memory card is healthy, should be used cautiously, or replaced.

<figure><img src="/files/9JQypy8lFoMyr8YGN4Bn" alt="" width="360"><figcaption></figcaption></figure>

### Sanitize

Sanitizing keeps your cards performing at their best. It resets the NAND flash memory to a clean state, clearing internal mapping tables so data writes remain fast and consistent.

{% hint style="danger" %}
Sanitizing permanently erases all data on the card. This action cannot be undone.
{% endhint %}

During sanitization:

* The media will unmount.
* Once complete, it will remount with the card's original name.
* The card will be labeled as `New` and ready for use.

<figure><img src="/files/a5s98ei499HOekqO0Eqf" alt="" width="336"><figcaption></figcaption></figure>

### Firmware Updates

Use `Update Firmware...` to keep your OWC cards up to date directly within OffShoot.

{% hint style="info" %}
Available in OffShoot 26.2 and newer.
{% endhint %}

<figure><img src="/files/jIelcE9m38w6bmvT3AVt" alt="" width="375"><figcaption></figcaption></figure>

During Firmware Updates:

* The media will unmount.
* Once complete, it will remount with the card's original name.
* The card will be labeled as `New` and ready for use.


---

# 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.hedge.video/offshoot/integrations/owc.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.
