> 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/codashop-and-distribution/add-your-title-app/1.-add-create-new-title.md).

# 1. Add/Create New Title

This guide will lead you through the process of adding/creating your title on the Publisher Portal.

To begin, click on the <mark style="color:purple;">**Titles**</mark> tab on the side navigation menu

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

1. Click on <mark style="color:purple;">**Create Title**</mark> and start the process of adding your title on Codashop.

<figure><img src="/files/9DNUpU103LzO5EQxLxqZ" alt=""><figcaption></figcaption></figure>

2. Add your title by <mark style="color:purple;">**sharing App Store/Google Play Store link**</mark> or type it manually in the main title field.
3. Select <mark style="color:purple;">**Content type**</mark> from the list.
4. Select <mark style="color:purple;">**Countries**</mark> where you would like to <mark style="color:purple;">**Publish**</mark> the title.
5. Select <mark style="color:purple;">**Service Type.**</mark>
6. Click on the <mark style="color:purple;">**Create Title**</mark> button to complete the process of adding your title on the Coda Portal.


---

# 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/codashop-and-distribution/add-your-title-app/1.-add-create-new-title.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.
