> 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/1.-filling-the-title-content-submission-form.md).

# 1. Filling the Title Content Submission form

Follow the on-screen instructions to fill out the submission form. Below is a step-by-step guide:

1. Submit the images and Title description from the <mark style="color:purple;">**Content**</mark> tab.<br>

   <figure><img src="/files/j8T5SS4ZvS0emAHtwgG4" alt=""><figcaption></figcaption></figure>

Each field will have its own instructions & validation which you can check by hovering on the *Info icons* on the portal or referring to [Title Content Submission Best Practices](/coda-portal/coda-portal-appendix/title-content-submission-best-practices.md).

2. You can always save your progress by using the <mark style="color:purple;">**Save as draft**</mark> button located at the bottom of the form. You can always resume filling out the form by finding your drafted submission forms under <mark style="color:purple;">**Codashop titles.**</mark><br>

   <figure><img src="https://files.readme.io/22121fc-image25.png" alt=""><figcaption></figcaption></figure>
3. Once you complete the form & pass all validation checks, the <mark style="color:purple;">**Submit for Review**</mark> button (located at the bottom of the page) will become available. Click on it to send your form for our team to review!

<figure><img src="https://files.readme.io/4f22748-image13.png" alt=""><figcaption></figcaption></figure>

4. Once the status is <mark style="color:purple;">**Under review**</mark>. You can click on <mark style="color:purple;">**View Submission**</mark> at any time from the <mark style="color:purple;">**Codashop titles**</mark> page to check the status of the form you have submitted.

<figure><img src="https://files.readme.io/d22f929-image12.png" alt=""><figcaption></figcaption></figure>

Here's a quick video guide on Title content submission

{% embed url="<https://vimeo.com/943759139?share=copy>" %}
Submit Title Content (English version)
{% endembed %}

{% embed url="<https://vimeo.com/943767112?share=>" %}
Submit Title Content (Chinese version)
{% endembed %}


---

# 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/1.-filling-the-title-content-submission-form.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.
