# Step 4: Automated Ingest (High5 Workflow Engine)

#### Make Some Space in High5

High5 uses its own Spaces to organize workflows, triggers, variables, and automation logic.\
These Spaces are independent from Cosmo Spaces and are dedicated to workflow management inside High5.

A High5 Space is the starting point for building and managing your automation processes. It keeps workflows, secrets, triggers, and configurations structured and separated by project.

To create a Space:

1. Go to **High5 → Spaces** and click **"Create Space"**.
2. Give it a name that makes sense to you (e.g., `Playground`) and click **"Create"**.
3. Your new Space will now be listed in High5 and can be entered.

#### Automated Ingest (High5 Workflow Engine)

For professional workflows, assets can be ingested into **Cosmo** automatically using **High5** and the **Stream Designer Studio (SDS)**.

**Example Workflow: Uploading an Asset to Cosmo**

1. Open **High5**, create an **event**, and then click **+ Add Stream** to create a new stream.
2. Enter the stream — **Stream Designer Studio (SDS)** will open.
3. Click **Manage Catalogs → Add External Catalog**, paste the catalog URL, and save.
4. From the **Cosmo catalog**, drag the **Cosmo Asset Upload** node onto the canvas.
5. Connect the **Trigger** node to the **Cosmo Upload** node.
6. Configure the **Cosmo Upload** node:
   * **Video File Path**
   * **Organization Name**
   * **Space Name**
7. Save the stream and click **Publish** (cloud-and-arrow icon) — the stream is now available for execution.

<figure><img src="/files/FhHwGV1Ey0gCKPVlDR4S" alt="Cosmo Asset Upload node settings in SDS"><figcaption><p>Cosmo Asset Upload node settings in SDS</p></figcaption></figure>

Before we can execute this stream and test it, we need to [install and configure the HCloud agent](/getting-started/step-5-install-the-helmut.cloud-agent.md) on your system. You can leave Stream Designer Studio as it is and come back later.


---

# Agent Instructions: 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:

```
GET https://docs.helmut.cloud/getting-started/step-4-automated-ingest-high5-workflow-engine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
