# 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 webhook setup through Composio. [Slack](/integrations/slack.md)
* **Asana trigger hardening**: Improved Asana webhook 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: 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://gitbook.tryprotege.com/2026-05/2026-04.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.
