> 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/release-capsules-and-pipelines/internal-releases.md).

# Internal Releases

## Creating an Internal Release

A Capsule or Pipeline will appear on the Internal Releases Dashboard if it is a release and accessible to everyone in the organization. The release Capsule or Pipeline will inherit the sharing permissions of the original Capsule or Pipeline, but can be changed independently after it is released. If the original Capsule was not shared with everyone, the following steps show how the release Capsule or Pipeline can be shared to make it available on the Internal Releases Dashboard:&#x20;

1. From the release Capsule, click **Share** to set the permissions for the Capsule. <br>

   <figure><img src="/files/8Ru0H6zVAXDggAUgLC9N" alt=""><figcaption></figcaption></figure>
2. Change the General Access permissions so Everyone in this organization can View.

<figure><img src="/files/87uF502Ptvq27J6f0vFH" alt=""><figcaption></figcaption></figure>

3. Click **Save**.

## Browsing Internal Releases

Browse the Internal Releases dashboard by clicking the Release icon on the left side bar from anywhere in Code Ocean.

<figure><img src="/files/CPO7OrxTZvXTU06B1Ble" alt=""><figcaption></figcaption></figure>

A Capsule or Pipeline's metadata can be previewed by clicking anywhere on its card, or it can be opened directly by clicking the **Open Capsule** or **Open Pipeline** link. A Capsule or Pipeline on the Internal Releases Dashboard will always open on the latest version.&#x20;

{% hint style="info" %}
The Internal Releases dashboard can be filtered by No-Code Apps to display any Capsules that use RShiny, Streamlit, Ubuntu, or IGV, and Capsules released as App Panel accessible only.&#x20;
{% endhint %}

{% hint style="warning" %}
Admins have the ability to delete a release Capsule. Refer to the Admin Guide for the instructions on how to do so.
{% 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.codeocean.com/user-guide/release-capsules-and-pipelines/internal-releases.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.
