> 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/codashop-yu-distrubution/ti-jiao-nin-de-biao-ti-nei-rong/2.-ti-jiao-jie-guo.md).

# 2. 提交结果

<table><thead><tr><th width="193.31854248046875">状态</th><th width="265.8367919921875">说明</th><th>后续操作</th></tr></thead><tbody><tr><td><strong>已验证（Verified）</strong></td><td>您提交的内容已审核通过，并被接受用于 Codashop 的展示。我们的团队将对内容进行本地化，并生成对应的 Codashop 页面以供集成。</td><td>无需操作，您的工作已完成。<br>当集成团队开发完成后，我们将与您联系并提供 Codashop 页面链接。<br>如需更新内容，可点击 <strong>新建提交（New Submission）</strong> 上传新版本。</td></tr><tr><td><strong>已拒绝（Rejected）</strong></td><td>您的提交存在问题，未通过审核。</td><td>将鼠标悬停在“已拒绝”状态上可查看具体原因。<br>点击 <strong>编辑提交（Edit Submission）</strong> 修改内容并重新提交。</td></tr><tr><td><strong>审核中（Under Review）</strong></td><td>您的提交已发送给 Codashop 团队进行审核。</td><td>我们将在 <strong>5 个工作日内</strong>回复审核结果。</td></tr><tr><td><strong>草稿（Draft）</strong></td><td>您已开始填写此产品的提交内容，但尚未提交审核。</td><td>点击 <strong>编辑提交（Edit Submission）</strong> 编辑草稿并提交以供审核。</td></tr><tr><td><strong>未提交（Empty）</strong></td><td>我们尚未收到该产品的任何提交内容。</td><td>点击 <strong>新建提交（New Submission）</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/codashop-yu-distrubution/ti-jiao-nin-de-biao-ti-nei-rong/2.-ti-jiao-jie-guo.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.
