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

# Create an asset before uploading

> Create a metadata-first asset as a placeholder — record the details now and attach files later.

An **asset** doesn't need files to exist. You can create a record first — with a title, description, and tags — and attach content later. This is useful for planned experiments, lab-notebook-style entries, or importing metadata ahead of the data itself.

## Create the asset

<Steps>
  <Step title="Open the create asset dialog">
    Inside a project or collection, click **New asset** in the toolbar.

    <Frame caption="The project toolbar — New asset.">
      <img src="https://mintcdn.com/dataerai/JYQfiA1164D5XDuO/images/nav-toolbar.png?fit=max&auto=format&n=JYQfiA1164D5XDuO&q=85&s=1e7a91813900585f76a6b2442c66c8f9" alt="Dataerai project toolbar with the New asset action" width="415" height="42" data-path="images/nav-toolbar.png" />
    </Frame>
  </Step>

  <Step title="Add details">
    Enter a **Name**, an optional **Description**, and any **Tags** (comma-separated). No files are uploaded here.

    <Frame caption="The Create asset dialog — name, description, and tags, with no files attached yet.">
      <img src="https://mintcdn.com/dataerai/JYQfiA1164D5XDuO/images/new-asset.png?fit=max&auto=format&n=JYQfiA1164D5XDuO&q=85&s=b51366f356b8aac61eeeb37865e9b381" alt="Dataerai Create asset dialog for a metadata-first asset" width="485" height="460" data-path="images/new-asset.png" />
    </Frame>
  </Step>

  <Step title="Create">
    Click **Create**. The asset now exists as a placeholder, ready for content.
  </Step>
</Steps>

## Attach content later

When the data is ready, attach it to the asset:

* From the asset, upload its content, or
* Drag files into the collection the asset lives in.

Attaching content uses the same flow as a normal [browser upload](/data/upload), including metadata extraction.

<Note>
  An asset holds a single set of content. Attach files once the data exists; until then the asset carries only its metadata.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Upload in the browser" icon="upload" href="/data/upload">
    Attach files and review extracted metadata.
  </Card>

  <Card title="Assets & content" icon="file" href="/organize/assets">
    How metadata, content, notes, and relationships fit together.
  </Card>
</CardGroup>
