# June 26

## **Documentation Portal now organized by tabs**

We’re excited to announce that we’ve redesigned the Documentation Portal to make your experience smoother and more intuitive. Content is now organized into tabs, so you can quickly find what you need:

* **Developer Guide:** Overview of the Platform, from basics to advanced features.
* **Connectors & Triggers:** All about the tools behind your integrations.
* **Problem-Solving:** Tips for fixing issues and answering common questions.
* **Resources:** Use cases, best practices, and extra learning.
* **Licensing:** Details on licensing models and usage.
* **Release Notes:** Information on what’s new, improved, or deprecated.

Check out the updated Documentation Portal and [share your feedback](https://forms.gle/eTfZYWw1exHYYxHj7)!

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

## **Improvements**

* **Salesforce connector compatibility with Capsules and new Object Fields parameter:** The Salesforce connector is now available in Capsules (RAW mode only) and includes a new parameter, **Object Fields**. All keys set in **Headers** must also be added to **Object Fields** to ensure the request works properly. [Learn more in the documentation](/documentation/connectors-and-triggers/connectors/enterprise-applications/salesforce.md).
* **HL7 Trigger:** We’ve implemented performance improvements. The trigger now allows the configuration of concurrent connections and the management of both connection timeout and pipeline execution timeout. [Further information can be found in the documentation](/documentation/connectors-and-triggers/triggers/others/hl7.md).


---

# Agent Instructions: 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:

```
GET https://docs.digibee.com/documentation/release-notes/june-2025/june-26.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
