> 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/finder-explorer.md).

# Finder & Explorer

Control OffShoot through Finder (macOS) or Explorer (Windows) using the contextual right-click menu. Tell OffShoot to set a Source, set a Destination, or start a Transfer.

{% hint style="info" %}
Starting a transfer will clear existing Sources and Destinations, and use the current OffShoot settings.
{% endhint %}

## Requirements

* [Hedge 22.3 or newer](/hedge/releases.md) / OffShoot 23.2 or newer&#x20;
* macOS 11 or newer
* Windows 10 or newer

## How to use

1. Enable the integration:
   1. macOS - `Settings > Integrations > Finder`
   2. Windows - `Settings > Integrations > Explorer`
2. Right-click a drive, file, folder, or collection in Finder, then choose an action.

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

![](/files/bnsSbEv7ue4r95ZGLczq)

## Actions

These integrations support multiple actions.

#### Copy & Paste

Using the `Copy` action followed by the `Paste` action tells OffShoot to do the following:

1. `Copy` - selects one or more items to be set as a Source.
2. `Paste` - selects an item as a Destination, then...
   1. Clears any existing Sources and Destinations currently set in OffShoot.
   2. Sets the items selected from `Copy` as a Source.
   3. Sets the item selected from `Paste` as a Destination.
   4. Creates a Transfer.

#### Set as Source

Right-click a drive, folder, file, or collection of files and folders in Finder or Explorer, then choose `Set as Source`.

#### Set as Destination&#x20;

Right-click a single drive or folder in Finder or Explorer, then choose Set as Destination.


---

# 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/finder-explorer.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.
