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

# FoolCat

With OffShoot's FoolCat integration, you can queue report creations without keeping sources occupied or slowing them down during offloads.

A list of supported camera formats in FoolCat is available here:

{% content-ref url="/pages/-M3MD9\_sP2pedJOCetnI" %}
[Supported Formats](/foolcat/supported-formats.md)
{% endcontent-ref %}

## Requirements

1. [Hedge for Mac 17.14 / Hedge for Windows 21.2 or newer](/hedge/releases.md) / [OffShoot 23.2 or newer](/offshoot/releases.md)
2. [FoolCat 20.1](https://hedge.video/foolcat) or newer

## How to use

Once FoolCat is installed on your computer, enable the FoolCat integration in `Settings`.

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

Next, specify the Destination(s) from which to create your reports.

#### Create reports for Transfers that match Destination:

If you don't specify a Destination, reports will be created for `All Destinations` . You can also tell OffShoot which specific Destination(s) should be used. You can specify:

* A volume name.
* A folder path. Use a wildcard (\*) for more flexibility.

{% hint style="info" %}
Multiple Destinations must be separated by a semicolon.
{% endhint %}

Use the **Location** dropdown to tell FoolCat where to save the report.

* **On Destination**: a `Reports` folder will be created in the Destination that is set for that transfer.
* **Browse:** allows you to set a custom location.

{% hint style="info" %}
Starting with version 20.1, FoolCat also saves a report locally. If you only want one report saved, set the location to be equal to the location set in FoolCat.&#x20;
{% endhint %}

Finally, you can customize the report by setting a `Catalog name` and `Description` . These elements can be used: `{Source Name}`, `{Counter}`, `{YYYY}`, `{YY}`, `{MM}`, `{DD}`, `{hh}`, `{mm}`, `{ss}`.

Once you've configured the integration, transfer your media. When a transfer completes, FoolCat will open and create the report.

![](/files/-Me9ttqkEWre4obv9U8O)


---

# 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/foolcat.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.
