> ## Documentation Index
> Fetch the complete documentation index at: https://docs.youware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remix

> Copy and modify an existing project. Change content, theme, or add sections directly from the Remix popup.

Click the **Remix** button on any project to create a copy and modify it. You can change images, text, colors, layout, and add new sections without starting from scratch.

<img src="https://mintcdn.com/youware-18c86901/MJzZkiqhZ-kIp90U/images/remix-button.gif?s=9f9474110c9f68f1bbfc9743b7a8d6c2" alt="Remix button demonstration" width="1560" height="1080" data-path="images/remix-button.gif" />

## Start Remixing

1. Find a project you want to modify
2. Click the **Remix** button on the project details page
3. The Remix popup opens with modification options
4. Make your changes and click to apply

## Quick Modification Prompts

Enter what you want to change directly in the text input. Examples:

* "Replace the hero image with a video"
* "Change the color scheme to blue and white"
* "Add a pricing table"
* "Make the buttons larger"
* "Change the background to dark"

## Preset Options

For common changes, click one of these buttons:

<CardGroup cols={3}>
  <Card title="Replace Content" icon="copy">
    Update images or text
  </Card>

  <Card title="Change Theme" icon="palette">
    Modify colors or layout
  </Card>

  <Card title="Add Section" icon="plus">
    Add new components
  </Card>
</CardGroup>

## What Remix Saves You

* **No rebuilding**: Reuses existing code and structure
* **Lower cost**: Fewer Credits than creating from scratch
* **Faster edits**: Modify only what you need to change

<img src="https://mintcdn.com/youware-18c86901/c29DWuERZC2fJReh/images/remix-modification.gif?s=ef9d7ec9d9cefb70360dc8eed2ff3435" alt="Demonstration of remix feature modifying colors" width="1600" height="1080" data-path="images/remix-modification.gif" />

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Will remixing a project change the original?">
    No. When you remix a project, you create a completely independent copy. The original project remains unchanged. Your remixed version is your own separate project.
  </Accordion>

  <Accordion title="Do I need coding skills to remix a project?">
    No. You can remix using natural language prompts like "Make the buttons bigger" or "Change the background color." No coding required.
  </Accordion>

  <Accordion title="Can I remix a remixed project?">
    Yes. You can remix any public project, including projects that were already remixed from other projects. Each remix is a new, independent copy.
  </Accordion>

  <Accordion title="How much does remixing cost?">
    Remixing itself is free. You only pay Credits when you ask the AI to make modifications to your remixed copy.
  </Accordion>

  <Accordion title="Can I remix a private or password-protected project?">
    You can only remix projects that are publicly shared. Private projects cannot be remixed.
  </Accordion>

  <Accordion title="Does remixing create a link to the original project?">
    Yes. Your remixed project displays credit to the original creator and links back to the original project on the project details page.
  </Accordion>

  <Accordion title="How long does it take to remix a project?">
    Creating the copy is instant. Making modifications takes a few seconds depending on complexity. You can see live updates as changes are applied.
  </Accordion>

  <Accordion title="Can I undo changes after remixing?">
    Yes. You can request new changes or edit your remix copy to revert modifications. The original project is never affected.
  </Accordion>

  <Accordion title="What if the original creator disabled remix?">
    If a project creator has disabled the remix option (marked "Remix Permissions: Off"), you cannot remix that project. The remix button will be disabled and cannot be clicked. Only projects with remix enabled can be remixed.
  </Accordion>

  <Accordion title="Can I download the code from a remixed project?">
    No. Projects created through remix cannot be downloaded as source code. This protects the original creator's work. If you need to download code, create a project from scratch instead.
  </Accordion>

  <Accordion title="Can someone remix my project if I set remix permissions to off?">
    No. If remix is disabled, the project becomes read-only. Other users can view it but not modify or copy it.
  </Accordion>

  <Accordion title="Is there a limit to how many times my project can be remixed?">
    No. If you allow remix, anyone can create unlimited copies from your project.
  </Accordion>

  <Accordion title="Can I see who remixed my project?">
    Yes. Remixed projects link back to the original, so you can see remixes in your Creator Studio analytics.
  </Accordion>
</AccordionGroup>
