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

> Enhanced Mobile Preview navigation with route updates and URL handling for tab changes.

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

  * **[Jira connector](/build/connectors/jira)**: Connect Jira to Rocket and build directly from your tickets. Rocket reads issue descriptions, acceptance criteria, sprint data, and epics, then generates code aligned with your planned work.
  * **[ElevenLabs connector](/build/connectors/elevenlabs)**: Connect ElevenLabs to add AI-powered voice generation, text-to-speech, and voice cloning to your app with a single prompt.
</Update>

<Update label="May 18">
  <span class="changelog-new">New</span>

  * **Mobile Preview navigation**: Enhanced navigation with route updates, URL handling for tab changes, and improved logging to track tab switches from the frontend dropdown.
</Update>
