# Documentation and Support

## Documentation and Support

- [Welcome to Dockship!](https://docs.dockship.io/master.md): Online Challenges and pre-trained AI Model Marketplace
- [Creating a User Account](https://docs.dockship.io/user-accounts/creating-a-user-account.md)
- [Creating a Recruiter or Organization Account](https://docs.dockship.io/user-accounts/creating-a-recruiter-or-organization-account.md)
- [Completing Your Profile](https://docs.dockship.io/user-accounts/completing-your-profile.md)
- [Updating your Dockship Username](https://docs.dockship.io/user-accounts/updating-your-dockship-username.md)
- [Completing your KYC](https://docs.dockship.io/user-accounts/completing-your-kyc.md)
- [Messaging](https://docs.dockship.io/user-accounts/messaging-fellow-dockshipers.md)
- [Types of Challenges](https://docs.dockship.io/types-of-challenges.md)
- [Participating in a Challenge](https://docs.dockship.io/participating-in-a-challenge.md)
- [Downloading a Dataset](https://docs.dockship.io/downloading-a-dataset.md): This page describes how to download the dataset of a challenge.
- [Making a submission](https://docs.dockship.io/making-a-submission.md)
- [Leaderboard](https://docs.dockship.io/leaderboard.md)
- [Public - Private Leaderboard](https://docs.dockship.io/public-private-leaderboard.md)
- [Discussion](https://docs.dockship.io/discussion.md)
- [Notebooks](https://docs.dockship.io/notebooks.md)
- [About Gems](https://docs.dockship.io/gems/about-gems.md)
- [About Articles](https://docs.dockship.io/articles/about.md)
- [Using the Editor and Publishing your Article](https://docs.dockship.io/articles/using-the-editor-and-publishing-your-article.md)
- [Adding a Youtube Video in your Article](https://docs.dockship.io/articles/adding-a-youtube-video-in-your-article.md)
- [Moving, and Deleting a Section](https://docs.dockship.io/articles/moving-and-deleting-a-section.md)
- [Article Settings](https://docs.dockship.io/articles/article-settings.md): Adding a featured image, tags, and more.
- [Monetizing your Article](https://docs.dockship.io/articles/monetizing-your-article.md)
- [Article FAQs](https://docs.dockship.io/articles/article-faqs.md)
- [About Challenges](https://docs.dockship.io/creating-a-challenge/about.md): This page describes what challenges are on Dockship
- [Creating a New Challenge](https://docs.dockship.io/creating-a-challenge/creating-a-new-challenge.md): This page describes how to create a new challenge on Dockship
- [Automating Submission Grading](https://docs.dockship.io/creating-a-challenge/automating-submission-grading.md): How to use the Auto Grade feature of Dockship.
- [Creating a Challenge From Scratch](https://docs.dockship.io/creating-a-challenge/creating-a-challenge-from-scratch.md): This page describes how to create a Challenge from scratch.
- [Purchasing the Developer Pass](https://docs.dockship.io/publishing-your-ai-model/purchasing-the-developer-pass.md)
- [Preparing your AI Model](https://docs.dockship.io/publishing-your-ai-model/prepare-your-model-based-on-dockship.io-template.md): This guide will help you in structuring your AI Model
- [Submitting your AI Model](https://docs.dockship.io/publishing-your-ai-model/untitled.md): This guide will help you to upload your model
- [Preparing Dockerfile for your model](https://docs.dockship.io/publishing-your-ai-model/prepare-dockerfile-for-your-model.md): This guide will help you to create Dockerfile for your model in easy steps.
- [About Achievements](https://docs.dockship.io/achievements/about.md)
- [Hall of Fame (HOF)](https://docs.dockship.io/achievements/hall-of-fame-hof.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dockship.io/master.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.
