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

# Add an asset

> Create a prompt, skill, or agent inside a Space — each opens its own Master.

Everything you author inside a [Space](/concepts/spaces) is an **asset**: a real file
you create through the same guided flow, whether from the create-a-space wizard, the
Space's empty-state, or the sidebar's add action.

## Pick a kind

<CardGroup cols={2}>
  <Card title="Prompt" icon="message-square" href="/masters/prompt">
    Instructions and reasoning — system/user sections, variables, single-shot or
    chat.
  </Card>

  <Card title="Skill" icon="wrench" href="/masters/skill">
    A reusable task and the tools it uses.
  </Card>

  <Card title="Agent" icon="bot" href="/masters/agent">
    A composition of a prompt, a model, and skills into one runnable agent.
  </Card>

  <Card title="Memory" icon="brain" href="/masters/memory">
    Persistent memory for agents — coming soon.
  </Card>
</CardGroup>

## What happens next

Choosing a kind creates the file in the Space, opens it in its own
[editor tab](/concepts/tabs-and-editors), and drops you into that Master to author
it. Each asset stands on its own and can be composed into an
[Agent](/concepts/agents).

<Tip>
  Keyboard shortcuts create assets without leaving the keyboard — <kbd>⌘N</kbd> opens
  the asset chooser, and <kbd>⌥⌘P</kbd> / <kbd>⌥⌘S</kbd> / <kbd>⌥⌘G</kbd> create a
  prompt, skill, or agent directly.
</Tip>
