Create a Project(创建项目(Project))¶
If you have the appropriate permissions, you can create new Projects by navigating to the Projects landing page and selecting + New project located in the upper right.

Select Project to open a Create new project pane.

Name your Project, add an optional description, and select a location (space) where your Project will live. You can also change the default role for users within your Organization.
To set the default role that is initially selected for a particular space, go to the corresponding space settings and change the Project default roles.
Select Create to enter your new Project dashboard.
Add documentation¶
You can add documentation to any folder by dragging and dropping a Markdown file named README.md into the folder, or selecting Add description from the folder’s Actions menu. Standard Markdown ↗ is supported, with some security-related restrictions:
- Inline HTML is disabled.
- Unless otherwise configured, only image files uploaded to Foundry will be rendered. Markdown for Foundry-hosted images is as follows:
.
Links to Foundry resources are also supported. Use the following syntax to have the description automatically add links with icon and file name inferred: [optional link text](rid).
:::callout{theme="neutral"}
Existing .md files in a Project will not automatically convert to be rendered in place, even if they are correctly named README.md. Downloading the existing README.md, deleting it from the folder, and re-uploading it will make it display.
:::
中文翻译¶
创建项目(Project)¶
如果您拥有相应权限,可通过导航至项目(Projects)着陆页并选择右上角的 + 新建项目(New project) 来创建新项目。

选择 项目(Project) 以打开 创建新项目(Create new project) 窗格。

为您的项目命名,添加可选描述,并选择项目所在的空间(space)。您还可以更改组织(Organization)内用户的默认角色。
若要设置特定空间初始选定的默认角色,请前往相应的空间设置(space settings),并修改项目默认角色。
选择 创建(Create) 进入新项目仪表盘(dashboard)。
添加文档¶
您可以通过将名为 README.md 的 Markdown 文件拖放到任意文件夹,或从文件夹的"操作(Actions)"菜单中选择 添加描述(Add description) 来添加文档。支持标准 Markdown ↗,但存在以下安全相关限制:
- 内联 HTML 被禁用。
- 除非另行配置,否则仅渲染上传至 Foundry 的图像文件。Foundry 托管图像的 Markdown 格式如下:
。
还支持指向 Foundry 资源的链接。使用以下语法,描述将自动添加链接并推断图标和文件名:[可选链接文本](rid)。
:::callout{theme="neutral"}
项目中现有的 .md 文件即使正确命名为 README.md,也不会自动转换为就地渲染。下载现有 README.md,将其从文件夹中删除,然后重新上传即可正常显示。
:::