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

# Questions

## Which apps can I use with ScopeLink?

ScopeBox integrates directly with a wide range of apps using ScopeLink. With ScopeLink, there's no need for additional hardware.

{% hint style="info" %}
[ScopeBox has its own CPU and GPU requirements.](#which-macs-are-supported-by-scopebox)
{% endhint %}

ScopeLink is currently supported in these host applications:

* Final Cut Pro
* Premiere Pro
* After Effects
* SpeedGrade
* Prelude
* DaVinci Resolve
* Pomfort LiveGrade Pro
* Pomfort SilverStack
* Assimilate Scratch

In addition, ScopeLink can work with other applications that support OFX or CoreMedia-based output. If you're a software developer and you're interested in integrating ScopeLink into your application, let us know: <hello@hedge.video>

## Which video input devices does ScopeBox support?

ScopeLink works with any hardware input that ships with a Mac driver. This includes PCI, Thunderbolt, and USB 3/4 input devices from all of the major vendors (e.g. Blackmagic Design, AJA) as well as "Universal Video Class" (UVC) devices (e.g. Epiphan, AJA).

While some Macs have built-in HDMI ports, those ports are output-only. You can't use them to input a signal into your Mac.

Need to discuss your specific situation or workflow? Reach out: <hello@hedge.video>

## Which Macs are supported by ScopeBox?

ScopeBox requires a Mac running macOS 12 or newer.

Running many scopes, or working with 4K signals, can be CPU- and GPU-intensive. Not all computers can run the same combination of scopes. If you're looking at a new computer, favor more CPU cores and a high-performance GPU. ScopeBox is not particularly memory-intensive.

## Does ScopeBox support recording?

ScopeBox 4 does not support the recording of incoming signals. However, it does allow you to grab stills of your signal.


---

# 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/scopebox/questions.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.
