> ## 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 3

> Rocket.new weekly changelog: Launchpad now supports @ mentions so you can reference connectors like Supabase, Stripe, and GitHub from your prompt.

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="June 18">
  <span class="changelog-new">New</span>

  * **[Mixpanel](/build/connectors/mixpanel) and [Directus](/build/connectors/directus) connectors for [Launchpad](/getting-started/task/launchpad)**: Both are now available as sources in your first message. Reference a Mixpanel project to ground builds and research in event data, funnels, and retention metrics, or a Directus instance to build from existing collections, content models, and relational data.
</Update>

<Update label="June 17">
  <span class="changelog-new">New</span>

  * **[Launchpad @ mention support](/getting-started/task/launchpad)**: You can now type `@` at the start of your prompt, select **Connectors**, and pick a source directly without needing to paste a URL. All five connectors (Notion, Google, Linear, Airtable, Supabase) are available in your first message. Notion, Google, and Linear are available in follow-up messages.
</Update>
