> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/release-notes/2026/june-1st-2026.md).

# June 1

A focused release aimed at improving builder workflows, execution visibility, integrations, and overall platform usability.

#### Agent Builder & Workflow Improvements

* Improved agent monitoring and execution visibility
* Cleaner execution plan experience and runtime flows
* Configurable conversation starters for agents
* Improved version history with auto-generated descriptions
* Better agent import experience from configuration files
* More user-friendly runtime labels and skill naming
* Improved app-agent relationship visibility across the platform

#### Audit, Security & Compliance

* Improved platform and agent audit logs
* Better visibility into system vs user actions
* Enhanced PII masking in logs
* Improved access and security management for agents
* Stronger sandbox security controls

#### Integrations & Connected Workflows

Added broader integrations support directly inside Agent Builder and App workflows, including:

* Google Drive
* Google Sheets
* Google Slides
* Gmail
* Jira
* GitLab
* Plaid
* Abrigo
* Alloy
* Creditsafe
* CRS Credit API
* Dun & Bradstreet
* Experian Business
* Socure RiskOS

#### App Builder Improvements

* Improved prompt and chat interaction handling
* Better attachment and integrations discovery flows
* Cleaner app editing and export experiences
* Better runtime reliability and debugging visibility

#### Knowledge & RAG Improvements

* Improved RAG and knowledge management UX
* Better uploaded file visibility and interactions
* Streamlined knowledge workflows across the platform

#### Platform Reliability & Performance

* Infrastructure and database upgrades
* Runtime cleanup and logging improvements
* Better execution reliability across apps and agents

There’s more coming soon - keep building and sharing your feedback with us.

Happy building! 🚀


---

# 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.uptiq.ai/release-notes/2026/june-1st-2026.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.
