> 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/sku-chan-pin-tu-pian-ti-jiao-gui-fan.md).

# SKU / 产品图片提交规范

| 分类（Category）               | 要求说明（Response）                   |
| -------------------------- | -------------------------------- |
| **图片格式（Image format）**     | PNG 格式                           |
| **图片尺寸（Image dimension）**  | 150 × 150 像素（宽 × 高），宽高比为 **1:1** |
| **图片背景（Image background）** | 背景必须为 **透明**                     |
| **分辨率（Resolution / PPI）**  | 72 PPI（像素每英寸）                    |

## **优质图片内容示例**

<figure><img src="https://files.readme.io/f9633a2-image15.png" alt="Image content should not exceed 150px by 150px"><figcaption><p>图像内容不得超过 <strong>150 像素 × 150 像素</strong>。</p></figcaption></figure>

<figure><img src="https://files.readme.io/750bbf3-image5.png" alt="Image content should cover at least 85% of one dimension (128px by 128px)"><figcaption><p>图像主体内容应至少覆盖其中一个方向的 <strong>85% 尺寸（约为 128px × 128px）</strong>。</p></figcaption></figure>

<figure><img src="https://files.readme.io/73a2b5c-image24.png" alt="Image content should follow an aspect ratio of at least 0.65"><figcaption><p>图像内容应遵循<strong>最小宽高比为 0.65</strong> 的比例规范。</p></figcaption></figure>

## 劣质图片内容示例

<figure><img src="https://files.readme.io/ca7b931-image9.png" alt="Image content should not be stretched horizontally or vertically"><figcaption><p>勿上传在<strong>水平或垂直方向上被拉伸或压缩</strong>的图像</p></figcaption></figure>

<figure><img src="https://files.readme.io/30a1e95-image14.png" alt="Image background must be transparent"><figcaption><p>图像背景必须为透明</p></figcaption></figure>

<figure><img src="https://files.readme.io/66ec276-image6.png" alt="Image content must adhere to the minimal dimensions provided or it will not be eligible to users"><figcaption><p>图像内容必须符合所提供的最小尺寸要求，否则将无法在平台上展示给用户。</p></figcaption></figure>


---

# 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/sku-chan-pin-tu-pian-ti-jiao-gui-fan.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.
