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

# January 28

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4523BaA7JfghHEYBbLWY%2Fuploads%2FsEp6VEE1sRMnGTceESb6%2Fb0d1cfb7ff33e4ee61539b22100412de.mp4?alt=media&token=277c8519-c14b-458c-b433-0c13d0050515>" %}

## Release notes 01/28/2025

### New Documentation Portal

<figure><img src="/files/45khnSAVkwrG3YusJVjA" alt=""><figcaption></figcaption></figure>

We are very happy to announce the launch of the new Documentation Portal for the Digibee Integration Platform. This new version is designed to make the user experience even more intuitive, efficient, and convenient, making it easier to access information about the Platform.

**What’s new:**

* New home page
* New documentation sections
* Easier and improved navigation
* New design

**How to access?**

Access now through the same link: <https://docs.digibee.com/documentation> and share your [feedback](https://forms.gle/oGbnjKBGk7K2EzHZ7).

### **ZTNA Inverse Flow (General Availability)**

Now you can set up your ZTNA Inverse Flow connections on the Digibee Integration Platform independently. The Inverse Flow allows you to execute calls from your infrastructure to internal pipelines within the Platform using ZTNA.

Read the [documentation](/documentation/developer-guide/connectivity-management/ztna/ztna-inverse-flow.md) to learn more.

### **Documentation**

To improve our documentation, we’ve created the article below:

* [How to resolve common pipeline issues](/documentation/troubleshooting/common-issues/common-pipeline-issues.md)

### **Bugs**

* **Blank screen on Block Execution:** We fixed a bug that caused a blank screen when opening a Block Execution with the same number of connectors as the root.
* **For Each loops not accessible in Inspect Mode:** We fixed a bug that prevented users from navigating between loops within the For Each in Inspect Mode.


---

# 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.digibee.com/documentation/release-notes/january-2025/january-28.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.
