# Submitting your AI Model

{% hint style="warning" %}
A developer pass is required to publish your AI models on Dockship. Please make sure you have purchased the pass.
{% endhint %}

Make sure you are logged in and are on the [Dashboard page](https://dockship.io/user/dashboard). Click on the "My Models" section in the left sidebar.

![](/files/-MNc1J867_fbaBIGc9XK)

1. Click on "Upload Model"
2. On the next page fill in the name and a short description of your AI model.
3. On the next page complete the form and click on "Submit for Review".

{% hint style="warning" %}
Our review team will evaluate your model by checking whether your model follows guidelines, have proper structure and test its performance. Once your model is accepted (or not), you will be notified.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.dockship.io/publishing-your-ai-model/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
