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

# Connect

Get a live overview of conversions in progress – yours and others – plus receive push notifications on completed conversions wherever you are.

## Requirements

1. EditReady 24.4 or newer
2. A modern web browser

## How to use

1. Go to `EditReady` > `Settings` > `Connect`.
2. Toggle `Enable Connect` to `ON`.
3. Copy the `Connect Code` by clicking the clipboard icon.
4. Click  `Go to Connect ✨`, or go to [https://connect.hedge.video](https://connect.hedge.video/) in your web browser.

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

5. Enter the `Connect Code` or request a magic link (requires an EditReady Pro license).&#x20;
6. Start a conversion in EditReady, which will then automatically appear on the Connect website.

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

## Connect Pro

With an EditReady Pro license, you don’t need to connect each computer using a Connect code. Instead, simply request a magic link with your license key or the email associated with your license. Once you’re logged in, all of your EditReady activations will automatically appear as connections.

{% hint style="info" %}
When you activate EditReady with a Pro license, Connect is enabled by default.
{% endhint %}


---

# 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/editready/connect.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.
