> For the complete documentation index, see [llms.txt](https://gitbook.tryprotege.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.tryprotege.com/2026-05/2026-04.md).

# April 2026

## Highlights

* **Customer docs launched**: Added the first GitBook documentation for getting started, integrations, operations, and admin workflows. [Start here](/readme.md)
* **Protege Builder and drafts**: Added chat-based Protege creation with drafts, plan review, acceptance, and setup handoff. [Create a Protege](/create-a-protege.md)
* **Faster Builder experience**: Improved catalog loading, plan rendering, and Builder responsiveness for large tool sets. [Create a Protege](/create-a-protege.md)
* **Integration setup improvements**: Added richer integration catalog data, tool validation, trigger setup, and repair flows. [Integrations overview](/integrations.md)
* **Team and personal connection scopes**: Separated team-scoped and user-scoped connections so access boundaries are clearer. [Security and permissions](/workspace-settings/security-and-permissions.md)
* **Slack and Fathom setup improvements**: Improved Slack chat handling and added one-click Fathom trigger setup through Composio. [Slack](/integrations/slack.md)
* **Asana trigger hardening**: Improved Asana trigger verification, handshake handling, and dispatch routing. [Asana](/integrations/asana.md)
* **Event Feed visibility**: Added routing metrics, source filtering fixes, scheduling labels, and confidence details for ran events. [Event Feed](/event-feed.md)
* **Audit timeline improvements**: Normalized tool events and improved run details, summaries, and analytics. [Audit](/event-feed/audit.md)
* **Protege scheduling and subscriptions**: Improved event subscription behavior and schedule reconciliation for event-driven and scheduled runs. [Builder patterns](/create-a-protege/builder-patterns.md)
* **Safer integration disconnects**: Proteges now protect against missing integration permissions by disabling or cleaning up affected paths. [Safe rollout](/event-feed/safe-rollout.md)
* **Workspace access controls**: Added admin-only workspace management, credential visibility restrictions, SE access grants, and team controls. [Teams and people](/workspace-settings/teams-and-people.md)
* **Billing and usage controls**: Added billing plans, credit packs, auto top-up alerts, usage states, and checkout improvements. [Workspace settings](/workspace-settings.md)


---

# 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://gitbook.tryprotege.com/2026-05/2026-04.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.
