> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/ai-gong-ju/custom-and-automated-metadata.md).

# 元数据和自定义字段

你可以在左侧边栏的云盘设置标签页中，为你的素材创建元数据。元数据字段的创建与主工作区视图分开，以鼓励在创建元数据属性时先进行有意识的思考。你添加到云盘中的元数据属性可以手动填充，也可以由 AI 填充。

{% embed url="<https://youtu.be/uc0X6Vo0n68?si=lQgzSuYr5HpPnytB>" %}

{% embed url="<https://youtu.be/0rtoXWB9Ty4?si=zU23BruKhDbZTEv6>" %}

## 创建第一个元数据属性

创建元数据属性：

* 添加字段名称
* 选择元数据类型
* 选择将此属性应用于哪些类型的素材（默认适用于全部）

创建自动化（AI）元数据属性：

* 打开 **使用 AI 自动填充** 字段
* 输入描述性提示词
* 对于单选和多选选项，你可以允许 AI“生成新选项”，这将

优秀 AI 提示词示例：

“识别出在此视频画面中可见的所有球衣号码”

“确定哪一种镜头类型最适用于该视频或图像”

“选择最适用于该图像或视频的标签。如果没有合适的标签，就创建一个。标签应为 1-2 个词，描述视频中的某个具体对象”

## 从视图创建元数据

元数据属性也可以在列表视图中创建。这是一个类似电子表格的总览，展示你云盘中的所有素材，你可以为云盘中的每个元数据属性添加列。

<figure><img src="/files/ed1bcca3791d8410819894774e23d355714108a4" alt=""><figcaption></figcaption></figure>

## 编辑现有元数据

更新现有元数据属性的各项设置，将其归档，或将其彻底删除。

在网页或桌面应用中，进入“设置”> 向下滚动到左侧的云盘 > 展开目标云盘可用的选项 > 点击 **元数据**

对于任何自定义元数据属性，你会看到以下选项：

### 编辑

* **字段名称 -** 你的元数据属性名称
* **选项** （如果是标签或单选字段类型）
* **使用 AI 自动填充** （仅适用于某些字段类型）
* **AI 提示词** （如果启用了 AI 自动填充）
* **使用 AI 生成新选项** （如果在标签或单选字段类型上启用了 AI 自动填充）。
* **描述 -** 关于该字段、其预期用途或在你的整体工作流中的目的的描述
* **锁定元数据编辑 -** 锁定后，只有云盘管理员及以上权限者才能编辑该元数据字段的值

### 归档

使该字段在云盘内无法使用且不可见，但不会直接删除该字段及其所有值。该字段仍会保留在你的云盘元数据库中，必要时可重新激活以供后续使用。

### 删除

将该元数据属性及其所有值从云盘中永久删除，且无法撤销。

## 创建你的第一个视图

我们提供 3 个默认视图：最近、图片和视频。你可以点击“视图”选项卡旁边的 + 创建新视图。为视图命名并选择图标后，你将进入该视图页面。点击新列上的 + 开始添加元数据属性。你可以选择现有的元数据属性，也可以创建新的属性。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.shade.inc/shade-academy/shade-academy-zh/ai-gong-ju/custom-and-automated-metadata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
