# ANY 经验画廊（Experience Gallery）

### 从画廊安装 ANY 体验

为了方便浏览和安装体验，Anytype 现在新增了“体验库”。打开你空间的导航标签，轻点“画廊” (Gallery)，然后安装你选择的体验。

### 创造并与他人分享

我们很高兴向你介绍 [【画廊 (Gallery)】](https://gallery.any.coop/) —— 一种让你与其他用户分享你的【ANY 体验】的方式。我们相信，你一定为自己在知识管理、任务跟踪、学习方法等方面的设定感到自豪。这是你与社区分享你的创造的机会，这样他们就可以充分利用 Anytype！

要创建和共享你自己的【ANY 体验】，请按照下面的步骤操作（你需要用到一个 Github 账户）：

1. 创建一个新空间，在其中只包含你想分享的类型、关联、小部件、模板和对象。这样可以避免意外分享出你主空间中的敏感数据。请注意：这个新空间的名称和图标将显示给所有安装你的【ANY 体验】的人。
2. 空间准备就绪后，将它导出为 JSON 格式 的 Any-Block。点击左上角的空间名称，点击“导出空间”，选择“Any-Block”选项并设置为以下的导出设置：
   1. 文件格式 – JSON，
   2. 打开“Zip 存档”
   3. 打开“包含文件”
3. 制作一张或多张的屏幕截图来展示你的【ANY 体验】中的重要特点。将这些截图保存为 .png 格式。
4. 完成导出空间并且截图以后，你就可以将它们上传到【画廊】。探索[【画廊】](https://gallery.any.coop/)中现有的【ANY 体验】，获得关于命名、描述、截图的示例。接着，请登录 Github，按照 [此链接](https://github.com/anyproto/gallery/issues/new?assignees=\&labels=experience\&projects=\&template=new_experience.yml) 创建一个申请然后填写表格：
   1. 为你的申请添加标题
   2. 将导出的 Zip 压缩包拖放到“Experience”栏目中
   3. 在“Title”栏为你的体验写一个标题；标题应该独特、简短，并用英语书写
   4. 将 .png 格式的截图拖放到“Screenshots”一栏
   5. 在“Screenshots”栏目中为这个体验写一段英文描述
   6. 在“Categories”栏中选择一个或多个适合你的【体验】的类别
   7. 如果【体验】中的内容不是英语，请在“语言”一栏中选择语言
   8. 目前，所有体验均基于 MIT 许可发布；请在“Terms”部分确认你同意该许可——你有权发布此类内容，且体验中不包含有害内容。
   9. 准备就绪后，点击“Submit new issue”按钮。
5. Open Any 团队的人员将审核你提交的内容，审核通过后，你的【ANY 体验】将发布在[【画廊】](https://gallery.any.coop)中。你将会在我们的 [Github](https://github.com/anyproto/contributors) 和 [网站](https://anytype.io/contributors) 上被认定为一名贡献者。


---

# Agent Instructions: 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:

```
GET https://doc.anytype.io/anytype-docs/documentation_cn/she-qu/join-the-open-source-project/any-experience-gallery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
