> For the complete documentation index, see [llms.txt](https://docs.dockship.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dockship.io/notebooks.md).

# Notebooks

If you are a participant of a challenge and wish to share your codebase with fellow participants, you can do so by sharing your IPYNB (iPython Notebooks). The notebooks can be shared by following these steps:

1. Go to the challenge page.
2. Click on "**My Submissions**" and you will be redirected to your submissions page.
3. On this page, you can upload your Notebooks by dragging and dropping in the upload section.

Dockship maintains different versions of your notebooks. If you wish to update your notebook you can simply drag and drop a new notebook in the upload section.

Notebooks can be enabled and disabled fro public access by the organizer. If Notebooks are disabled from public access, the notebooks uploaded by you will only be visible to the organizer.

If the notebooks are public, you can hide its visibility by flipping the **"Public/Private" switch** above the upload section.

{% hint style="warning" %}
Only IPYNB (iPython Notebooks) are supported.
{% endhint %}


---

# 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.dockship.io/notebooks.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.
