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

# Welcome to Code Ocean

{% hint style="info" %}
To stay up to date on the latest functionality Code Ocean has to offer, [our most recent release notes can be found here](https://docs.codeocean.com/user-guide/v/release-notes/)!&#x20;
{% endhint %}

Code Ocean is a computational research platform tailored for enterprises, researchers, and discovery teams. Our platform empowers you to effortlessly generate, organize, and share your project's code, data, environment, and results, all while ensuring guaranteed reproducibility.&#x20;

Each project is encapsulated within a Code Ocean Capsule, bundling essential elements such as metadata, code, data, and environment. This comprehensive package not only preserves your results but also manages the entire lifecycle, fostering trusted sharing and seamless reusability within the research community and organizations. Explore the possibilities of streamlined collaboration and reproducible research with Code Ocean.

<img src="/files/lkv7Ec3C4po9WCX6rzUj" alt="" width="331">

## How to use this guide

Here you’ll find all the resources you need to make the most of Code Ocean, from quick-start instructions to documentation for advanced functionality and best practices.

* **Start with the Essentials:** If you’re new to Code Ocean, we recommend beginning with the [Onboarding](/user-guide/onboarding.md) section. Here you'll gain a solid foundation in navigating the platform and using its core functionality through links to quick videos, full tutorials, and detailed guides.
* **Step-by-Step Guides:** Each feature has its own section in the side menu where you'll find an overview video and in-depth guide.
* **Troubleshooting:** Need help working through an issue? Start by using the documentation's search functionality at the top of the page. If you're unable to find the answer to your question, feel free to reach out to our support team at <support@codeocean.com>.
* **Stay Informed:** Code Ocean is constantly evolving! Be sure to check the [Release Notes](/user-guide/release-notes/release-notes.md) section to stay updated on new features and improvements. You can also join our slack workspace [here](https://codeoceancommunity.slack.com/join/shared_invite/zt-1t4k91nhg-kLNklHRbgadXl4NNqMv4hw).

### User guide feedback

We welcome your feedback. To help us improve this guide, email your suggestions along with the user guide version and page title to <documentation@codeocean.com>.


---

# 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.codeocean.com/user-guide/master.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.
