> For the complete documentation index, see [llms.txt](https://docs.reorc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reorc.com/asset-management/metadata.md).

# Metadata

Metadata is essentially "data about data". In ReOrc, metadata include properties and description of a particular asset in your project, such as source, model, or pipeline. Metadata can help your team effectively communicate asset information, set up the behavior, and manage its lifecycle.

## Metadata types

ReOrc supports the following metadata. Some metadata only apply to specific asset types.

<table data-full-width="false"><thead><tr><th width="166">Metadata</th><th width="297.3333333333333">Value</th><th>Usage</th></tr></thead><tbody><tr><td><strong>Status</strong></td><td><ul><li>Live: The asset is considered accurate and ready for use.</li><li>In progress: Default status - the asset is being developed and not yet finalized.</li><li>Archive: The asset is archived and no longer recommended for use.</li></ul></td><td>Status indicates the current status of the asset, helping the team and system identify its stage in the lifecycle.</td></tr><tr><td><strong>Owner</strong></td><td>List of the owners</td><td>Owner specifies the owners of the asset, who are responsible for its maintenance, updates, and management.</td></tr><tr><td><strong>Materialization</strong></td><td><ul><li>View</li><li>Table</li><li>Incremental</li><li>Ephemeral</li></ul></td><td>Materialization controls how the asset is materialized. See: <a data-mention href="/data-modeling/materialization.md">Materialization</a>.</td></tr><tr><td><strong>Access</strong></td><td><ul><li>Public: Any models can reference the asset.</li><li>Protected: Only models from the same project can reference the asset.</li><li>Private: No models, including those in the same project, can reference this asset.</li></ul></td><td>Access allows you to manage access permissions of the asset, controlling which models can reference it.</td></tr><tr><td><strong>Tags</strong></td><td>User-defined text</td><td>Members can create descriptive tags to help organize, find, and filter a model. For example: <code>finance</code> or <code>daily-report</code>.</td></tr><tr><td><strong>Description</strong></td><td>Description of the asset</td><td>Members can create description of a model to communicate the design, purpose, and usage.</td></tr></tbody></table>

## View and edit metadata

To view and edit metadata of an asset, open the asset in editor and click on the ![](https://786945529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFTrGKWnjusKCQj11CkuL%2Fuploads%2FG92nawkXZhXwxMEsVCya%2FRecurve_info_button.png?alt=media\&token=bf4cf02e-a67b-4898-8975-211410cbfff4) icon. The **Metadata** panel appears on the right side where you can edit the available properties.&#x20;

<figure><img src="https://786945529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFTrGKWnjusKCQj11CkuL%2Fuploads%2Fpvkv6yM1rENR79nqomVd%2FRecurve_metadata_section.png?alt=media&amp;token=b33f3be7-8444-41ad-873b-513f9f282826" alt=""><figcaption></figcaption></figure>
