> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/coda-hou-tai/coda-hou-tai-fu-lu/fu-jia-xin-xi-mu-ban-ke-xuan.md).

# 附加信息模板（可选）

以下是 Google Sheet 格式的[附加信息模板示例](https://docs.google.com/spreadsheets/d/1d_aFwUx7v1QhJOEvMDSmPTD8l-N41hrD08MCNqrDZ6k/edit?usp=sharing)。请下载并**创建副本**，用于填写您的产品包内容信息。\
完成后，请将表格中的 **Product Package items info** 页转换为 **CSV 格式**，并上传至后台。

您也可以通过以下链接查看示例文件：[**CSV 附加包信息模板**](https://drive.google.com/file/d/18kqVp1_Wla6nnFRyqNo2vYn3uZ2pR4Ov/view?usp=sharing)，或直接在后台中下载获取。

示例文件中包含一个示例包项。您的导入文件可能包含多个包项和不同变体。\
若您以示例文件为基础制作自己的导入文件，请务必**另存为副本**，并**删除所有示例内容**。

<table><thead><tr><th width="193.118896484375">字段（英文）</th><th width="199.1614990234375">中文翻译</th><th>说明</th></tr></thead><tbody><tr><td><strong>ProductID</strong></td><td>产品 ID / SKU ID</td><td>- 产品或 SKU 编号（<strong>必填</strong>）<br>- 最多 100 个字符</td></tr><tr><td><strong>EventPackage</strong></td><td>活动包 ID（可选）</td><td>- 用于识别产品所关联的道具包，如产品 ID 已能识别则<strong>可不填写</strong><br>- 整数值；<strong>非必填</strong></td></tr><tr><td><strong>Value</strong></td><td>奖励数量</td><td>- 道具/包内物品的数量<br>- 整数值</td></tr><tr><td><strong>Title_LanguageCode</strong></td><td>包内物品名称（多语言）</td><td>- 产品包物品名称，默认语言为英文（en）<br>- 若需多语言版本，请添加其他语言列，列名格式为：<code>Title_LanguageCode</code><br>- 参见示例表格中的语言代码表<br>- 每个包项<strong>至少要有一种语言，否则将被忽略</strong></td></tr><tr><td><strong>Description_LanguageCode</strong></td><td>包内物品描述（多语言）</td><td>- 包内物品的描述，默认语言为英文（en）<br>- 可选字段；支持多语言，列名格式为 <code>Description_LanguageCode</code><br>- <strong>非必填</strong>；参照示例表格语言代码</td></tr><tr><td><strong>IconPath</strong></td><td>图标路径 / 图片链接</td><td>- 用于识别产品包内道具图像的路径或 URL（压缩包中的图片）<br>- <strong>非必填</strong></td></tr></tbody></table>


---

# 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://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/coda-hou-tai/coda-hou-tai-fu-lu/fu-jia-xin-xi-mu-ban-ke-xuan.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.
