> 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/coda-portal/coda-portal-appendix/additional-info-template-optional.md).

# Additional Info Template (Optional)

You can also download and view the sample from here or from the Coda Portal.

{% file src="/files/vLXUSwcTSQcDsQ9MU92X" %}

The sample file contains an example package. Your import file probably contains many more package items and variants. If you use the sample file to create your own import file, then make sure that you create a copy of the file and remove all the example packages.

<table><thead><tr><th width="267">Title</th><th>Description</th></tr></thead><tbody><tr><td><strong>ProductID</strong></td><td>- Product ID or SKU ID<br>- Product ID is <mark style="color:purple;"><strong>mandatory</strong></mark> (max 100 characters)</td></tr><tr><td><strong>EventPackage</strong></td><td>- Used as an identifier by the Publisher to deliver correct package items associated with a product. If the Publisher can identify the package items using Product ID then this field is not mandatory.<br>- Integer Value<br><strong>- </strong><mark style="color:purple;"><strong>Not mandatory</strong></mark></td></tr><tr><td><strong>Value</strong></td><td>- Number of reward items<br>- Integer Value</td></tr><tr><td><strong>Title_LanguageCode</strong></td><td>- Product package item Name. The default language code is en for English. Please add additional columns if you want to provide translations in other languages.<br>- The column header should be <mark style="color:purple;"><strong>Title_LanguageCode</strong></mark><br>- Refer to the table in the sample Google sheet for <mark style="color:purple;"><strong>Language Codes</strong>.</mark><br>- At least one language is required for every package item else it will be discarded</td></tr><tr><td><strong>Description_LanguageCode</strong></td><td>- Product package item description. The default is en for English. Please add additional columns if you want to provide translations in other languages.<br>- The column header should be <mark style="color:purple;"><strong>Description_LanguageCode</strong></mark><br>- Refer to the table in the sample Google sheet for <mark style="color:purple;"><strong>Language Codes</strong>.</mark><br><mark style="color:purple;"><strong>- Not mandatory</strong></mark></td></tr><tr><td><strong>IconPath</strong></td><td>- Image icon path or URL for identifying images of product package items from the zip folder<br><mark style="color:purple;">- <strong>Not mandatory</strong></mark></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/coda-portal/coda-portal-appendix/additional-info-template-optional.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.
