> ## 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 December week 3 release notes with smarter AI generation, contextual smart suggestions, and cleaner semantic HTML structure in output.

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

  * **Smart suggestions**: Context-aware build ideas based on your current project. Click one to turn it into a prompt. [Learn more](/build/editor/chat#smart-suggestions)
</Update>

<Update label="December 16">
  <span class="changelog-improved">Improved</span>

  * **Smarter generation**: Complex tasks used to start, get partway through, and stop. Rocket now plans before it builds, runs the output, and fixes errors before surfacing results.
  * **HTML pages directory**: Generated HTML screens now go into a dedicated folder instead of the root.
</Update>
