> For the complete documentation index, see [llms.txt](https://help.prismaio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.prismaio.com/in-bot-dashboard/release-calendar.md).

# Release Calendar

Located on the dashboard tab inside the bot, you will see a "Weekly Release Calendar" section. The release calendar is where you can find upcoming releases and create tasks for those releases with just a few clicks.

### Using the Release Calendar

1. Locate the date of the release and click on it.
2. If the release has been added to the bot, you will see a photo and name of the release.
3. Once you have located the item you want to attempt to go for, click on "See Details"
4. Upon clicking it, you will see a window open that includes all the supported releases of the item. You will also see the time of the release which is based on your local time.
5. Next, choose the site(s) you want to run PrismAIO on. Click on the "Create Group" button which will automatically create a group with the suggested monitor input, along with prompting you to create your tasks. If you choose not to create your tasks in that window, you can click the "View" button which will take you directly to the newly created task group.

{% hint style="info" %}
Releases are updated at the beginning of every month. If a release is not there, rest assured it will be added to the calendar.&#x20;
{% endhint %}

![](/files/-Mk00sLT2Gp8GcX_7AoL)


---

# 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://help.prismaio.com/in-bot-dashboard/release-calendar.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.
