> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Week 4

> Razorpay, HubSpot, Confluence, and Webflow connectors. MCP Gateway improvements, access controls, multi-file task attachments, and invite link copy.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="April 25">
  <span class="changelog-improved">Improved</span>

  * **MCP Gateway**: Refactored and optimized metrics handling for maintainability, performance, and monitoring readiness.

  * **Connectors**: Replaced the inline “integration not selected” state with a reusable **IntegrationNotSelectedCard** so the empty state looks and behaves the same everywhere.

  * **Disconnecting a connector**: Warnings now reflect the specific integration you’re removing, not a generic message.

  * **Connecting a connector**: The provider name appears dynamically in the flow so you always know which account you’re wiring up.

  * **While a connection is in progress**: Status messaging updates in real time so you can see what’s happening at each step.

  * **Multi-step connectors**: The dynamic flow supports several steps in one place, with accordion-style nested dropdowns when a connector needs them.

  * **When the agent is sleeping or code is generating**: You can’t start a connector connection or switch projects, so you don’t change context or begin a hookup while Rocket is in a restricted state.
</Update>

<Update label="April 24">
  <span class="changelog-new">New</span>

  * **Razorpay connector**: Connect Razorpay via OAuth and generate checkout flows, subscription billing, order management, and refund handling for Next.js apps. See [Razorpay](/build/connectors/razorpay).

  * **HubSpot connector**: Connect HubSpot using a Private App access token and build CRM features: contact management, deal pipelines, email event tracking, and marketing automation triggers. See [HubSpot](/build/connectors/hubspot).

  * **Confluence connector**: Connect Confluence via Atlassian OAuth and use your team's wiki pages, specs, and architecture docs as generation context so every output aligns with your real standards. See [Confluence](/build/connectors/confluence).

  * **Webflow connector**: Connect Webflow via OAuth and use CMS collections, pages, and site structure as a live data source in your Next.js app. See [Webflow](/build/connectors/webflow).
</Update>

<Update label="April 23">
  <span class="changelog-improved">Improved</span>

  * **Multi-file task attachments**: You can now attach up to **5 files per message** at the task level, up from 1. The 5 MB per-file limit remains unchanged. See [Task Attachments](/getting-started/task/attachments).
</Update>

<Update label="April 21">
  <span class="changelog-improved">Improved</span>

  * **Invite link copy for collaboration**: The invite link for all collaboration types can now be copied directly from the icon next to the collaborator's name.
</Update>
