> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing your work

> Organize your agents, browse the asset library where every output lands, restore deleted items from Trash, and export results.

Your work in Orisu lives in a workspace. A workspace holds your agents (the workflows you build) and the asset library, where the images, video, audio, and files your agents generate are collected automatically. This guide covers organizing agents, browsing and reusing assets, recovering deleted items, and getting results out.

## Projects and agents

An agent is one workflow: a graph of nodes you build, run, and share. Your agents are listed in your workspace, each shown as a card with its thumbnail, name, description, and when it was last edited.

<Steps>
  <Step title="Create an agent">
    Use the new agent tile or the create button to start a blank agent. Orisu opens it in the studio so you can start adding nodes.
  </Step>

  <Step title="Open an agent">
    Click a card to open the agent's detail view: a live preview of the workflow alongside its name, description, and the node types it uses. From there, open it in the studio to edit. The card's menu also has a direct **Open**.
  </Step>

  <Step title="Find an agent">
    Search by name or description, and sort by last edited or name. Both controls appear above the grid once you have agents.
  </Step>
</Steps>

### Rename, describe, and organize

Each agent card has a menu with the actions you need to keep things tidy:

<Columns cols={2}>
  <Card title="Rename" icon="pencil">
    Edit the agent's name inline. You can also rename and edit the description from the detail view.
  </Card>

  <Card title="Edit description" icon="align-left">
    Add a short description so the agent's purpose is clear at a glance.
  </Card>

  <Card title="Upload thumbnail" icon="image">
    Replace the generated cover image with your own.
  </Card>

  <Card title="Clone" icon="copy">
    Duplicate an agent to start a variation without rebuilding from scratch.
  </Card>
</Columns>

<Tip>
  Cloning is the way to reuse a working agent for a new purpose: duplicate it, then swap the model, prompt, or brand inputs in the copy.
</Tip>

### Deleting an agent

Delete an agent from its card menu. You're asked to confirm first.

<Warning>
  Deleting an agent is permanent, and any app deployed from that agent is deleted along with it. There's no agent-level trash, so delete only when you're sure.
</Warning>

## The asset library

Every output your agents generate lands in the asset library automatically. You don't have to save anything by hand. Each asset is tied to the run and agent that produced it, so you can always trace where a result came from.

### Browsing

The library groups assets onto shelves you can re-order with a single lens. Switching the lens regroups the same assets without losing any:

| Lens       | Groups assets by       |
| ---------- | ---------------------- |
| **Recent** | When they were created |
| **Chroma** | Dominant color         |
| **Format** | Image, video, or audio |
| **Aspect** | Aspect ratio           |

Narrow what you see with the filters along the top:

* Filter by type: image, video, or audio.
* Search by title, hex color, or aspect ratio.
* Limit to a date window: the last 24 hours, 7 days, 30 days, or all time.
* Show only pinned assets.
* Open **More filters** to filter by agent or by tags.

### Inspecting an asset

Click any asset to open it full-screen. The side panel shows its format, dimensions, aspect ratio, size, and creation date, plus its lineage: the source agent that made it, the prompt it came from, and where it's been used. Use the arrow keys to move between assets and `Esc` to close.

### Pinning and tagging

To keep your best results within reach, **pin** an asset (press `B` in the full-screen view, or use the bookmark control). Pinned assets show up under the pinned filter.

Add **tags** to group assets across agents and runs, for example a campaign or theme name. Tags show up in More filters and in an asset's metadata. You can tag several assets at once by selecting them and using the tag action in the selection bar.

<Note>
  Renaming an asset's stored filename happens inside a workflow, not in the library. Use the [Rename Asset](/nodes/logic/rename-asset) node to attach a display name before export.
</Note>

## Trash and restore

Deleting an asset moves it to Trash rather than removing it immediately. Select one or more assets and use the remove action, or delete a single asset, and it's soft-deleted.

Open **Trash** from the library's filter row to see what's there. Each item shows how long it has left.

<Steps>
  <Step title="Restore">
    Restore an asset and it returns to the library immediately, exactly where it belongs.
  </Step>

  <Step title="Let it expire">
    Anything you don't restore within 30 days is purged automatically.
  </Step>
</Steps>

<Warning>
  Trash retains deleted assets for 30 days. After that they're removed for good and can't be recovered.
</Warning>

## Exporting

There are two ways to get results out of Orisu: download them, or export them to Google Drive as part of a workflow.

### Downloading

Download a single asset from its full-screen view, or select several and download them from the selection bar. You can also copy an asset's URL or use the share action to send a link.

<Note>
  Bulk download currently saves the 10 most recent of your selection. To grab more, download in batches.
</Note>

### Export to Google Drive

To send outputs straight to a Drive folder when an agent runs, add a [Google Drive Export](/nodes/integrations/google-drive-export) node to the graph. Connect the assets you want to upload and a destination folder URL, pick your connected Google account, and the node uploads on each run. This is the way to make finished assets land where your team already works, without manual downloading.

## Next steps

<Columns cols={2}>
  <Card title="Running agents" icon="play" href="/guides/running-agents">
    Batch over many inputs and pause runs for human review.
  </Card>

  <Card title="Sharing your work" icon="share-2" href="/guides/sharing">
    Share a read-only link or deploy the agent as an app.
  </Card>

  <Card title="Credits" icon="coins" href="/guides/credits">
    How runs consume credits and how to track spend.
  </Card>

  <Card title="Google Drive Export" icon="upload" href="/nodes/integrations/google-drive-export">
    Send outputs to a Drive folder on every run.
  </Card>
</Columns>
