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

> Rocket.new weekly update: automatic APK bug fixes for Flutter builds, image attachments in prompts, smarter component detection, and Postman variables.

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

  * **Landing page image attachments**: Attach reference images when generating a landing page. Rocket uses them as design guidance. [Learn more](/build/create/from-an-attachment#images)

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

  * **APK auto bug fix**: Android builds detect and resolve common errors automatically before the APK is delivered. [Learn more](/launch/download-app)
</Update>

<Update label="January 13">
  <span class="changelog-improved">Improved</span>

  * **React component detection**: Rocket recognizes more export patterns, giving it a more complete understanding of your project structure.
  * **Postman environment variables**: Dev, staging, and production variables are now read correctly when importing Postman collections. [Learn more](/build/editor/apis)
</Update>
