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

# Release Notes

Here we record what changes in Plenit: what we launch, what we improve, what we fix, and what we remove.

We sort it by date, from newest to oldest, so you can see at a glance what we're working on.

\
What each change tag means. What's coming soon and what we're going to remove. The latest published changes.<br>

> #### 📘 How often it updates
>
> We keep adding entries as we publish changes. If a change affects how you work, we mark it so it doesn't slip by you.

### Upcoming changes

What's coming soon or what we're going to remove. We're giving you a heads-up so you have time.

> #### 🚧 The old portal is being retired
>
> jotelulu.com is being discontinued. All access and documentation now live in Plenit. If you have saved links to the old portal, update them.

### How to read these notes

Each entry has a tag that tells you at a glance what kind of change it is:

A feature or product we are launching. Something that already existed and we've improved. A bug fixed. Available in early access. May change before final release. Something we are retiring or that will no longer be available.<br>

### May 2026

#### May 12

* **New** · We launch **Plenit**. Jotelulu is renamed Plenit, with a new brand and a reorganized dashboard in three levels: Home, Services, and Organization. We tell you about it in[ Account.](/docs-en/platform/accounts.md)
* **Improvement** · We bring together your commercial area in **Go to Market**: rates, quotes, customer billing, and documentation, all in one place. You can find the details in [Go to Market.](/docs-en/go-to-market.md)
* **Preview** · **IT Management** enters early access. We will open it progressively.

### April 2026

#### April 28

* **Improvement** · We renew the partner documentation: new guides for Servers, Remote Desktop, Disaster Recovery, and storage, with guided tours and FAQs.

### Historical

Here you can collect the entries from previous months as the page grows, to keep the most recent items at the top.

### Next steps

Your identity in Plenit and your global view. Create and manage your customers' organizations. Your commercial area: rates, quotes, and billing.


---

# 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.plenit.com/docs-en/platform/release-notes.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.
