> 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-webstore/submit-your-web-store-title-content/2.-submission-results.md).

# 2. Submission Results

| Status                                              | Explanation                                                                                                                                                            | Next steps                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <mark style="color:purple;">**Verified**</mark>     | Your submission has been reviewed & accepted for your Custom Commerce experience. Our team will localize the contents & generate your web store pages for integration! | <p>Nothing! Your work is done.<br>Our team will reach out to you & provide the URL for your new web store when the Integration team has finished its development.<br><br>If you want to edit or submit newer versions of content, feel free to click <mark style="color:purple;"><strong>New Submission</strong></mark></p> |
| <mark style="color:purple;">**Rejected**</mark>     | There is an issue with your submission                                                                                                                                 | <p>Hover over the <mark style="color:purple;"><strong>Rejected Status</strong></mark> to view the Reason.<br><br>Click <mark style="color:purple;"><strong>Edit Submission</strong></mark> to update the submission contents & resubmit when fixed.</p>                                                                     |
| <mark style="color:purple;">**Under Review**</mark> | Your submission has been sent to our team for review                                                                                                                   | We will respond with an outcome within 5 working days.                                                                                                                                                                                                                                                                      |
| <mark style="color:purple;">**Draft**</mark>        | You have started filling out a submission for this product, but it has not been submitted for review yet                                                               | Click <mark style="color:purple;">**Edit Submission**</mark> to edit the draft & submit it for review.                                                                                                                                                                                                                      |
| <mark style="color:purple;">**Empty**</mark>        | We have not received a submission for this product                                                                                                                     | Click <mark style="color:purple;">**New Submission**</mark> to submit new content to this product page.                                                                                                                                                                                                                     |


---

# 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-webstore/submit-your-web-store-title-content/2.-submission-results.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.
