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

> Rocket.new July week 5 product update introducing backup LLM providers, faster code generation, and free Fix It runs for paid subscribers.

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

  * **Backup LLM provider support.** Rocket now automatically switches to a backup provider if the primary one goes down, keeping your workflow uninterrupted.

  <span class="changelog-improved">Improved</span>

  * **38% faster generation.** React and Flutter code generation is now 38% faster across the board.
</Update>

<Update label="July 29">
  <span class="changelog-improved">Improved</span>

  * **Fix It button free for paid users.** The Fix It button no longer costs tokens for errors that Rocket itself detected.

  <span class="changelog-fixed">Fixed</span>

  * **HTML follow-up instructions fix.** Edits to HTML projects now land correctly when given as follow-up instructions.
</Update>
