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

> Rocket.new May week 4 update: User-in-the-Loop lets the code generation agent ask clarifying questions mid-run without restarting or losing context.

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

  * **User-in-the-Loop for code generation**: Rocket can now pause mid-generation to ask you a clarifying question when your request is ambiguous. For example, if you ask to "build me a dashboard," Rocket will ask whether you mean an analytics dashboard or an admin panel instead of guessing. Once you respond, generation picks up exactly where it left off without restarting or losing context.
</Update>

<Update label="May 26">
  <span class="changelog-fix">Fix</span>

  * **Rocket badge on public apps**: Updated rocket-web scripts to fix the issue of the rocket-badge not displaying on public apps.
</Update>
