> ## 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 February week 3 changelog: build from a URL, refreshed website redesign, new workspaces for team projects, and live web search in the agent.

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

  * **Build from a URL**: Give Rocket a website URL and it reads the design system, then generates a matching site. [Learn more](/build/create/commands/redesign)
  * **Redesign existing websites**: Point Rocket at a live site and it redesigns it while preserving the content you want to keep. [Learn more](/build/create/commands/redesign)
</Update>

<Update label="February 19">
  <span class="changelog-new">New</span>

  * **Live web search during generation**: Landing pages and websites pull current information at build time instead of using placeholder content.
</Update>

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

  * **Workspaces**: Team collaboration with role-based access (Editor, Viewer), email or link invites, per-member token allocation, and workspace-level integrations. [Learn more](/getting-started/workspace/overview)
</Update>

<Update label="February 17">
  <span class="changelog-new">New</span>

  * **Logo generation**: Landing pages get an auto-generated logo that matches the site style and color palette.
</Update>
