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