# Replace linked Figma file

You can link your app to another Figma file while keeping the existing bindings. This will enable you several use cases, like having one app for production and another for development or testing new features in a separate app version. Additionally, you can duplicate the Figma file of sample apps and make it your own!

{% embed url="<https://www.youtube.com/watch?v=KHiACqF1akY>" %}

{% hint style="info" %}
If you want to create a separated version of your app, make sure you [duplicate your app](/get-started/your-bravo-app-projects/duplicating-a-project.md) in Bravo before replacing the linked Figma file. Then you will have two apps linked to separated designs.
{% endhint %}

<figure><img src="/files/83Np1QJSRxc0eaL0GBPp" alt=""><figcaption></figcaption></figure>

1. Open your app and click on the **three dots button** at the top right. For duplicated sample apps, you will also see the option "*Make this app yours*" at the top left.
2. Click on **Replace Figma file**.

<figure><img src="/files/NjRwgmt66cnshjczCZh3" alt=""><figcaption></figcaption></figure>

Now you have to replace your current Figma file with the duplicated one.&#x20;

1. Click on the **current linked Figma file**.
2. In Figma, click file name and select **Duplicate**. If you don't own the file (as in sample apps)  you will see **Duplicate to your drafts** here instead:

<figure><img src="/files/9RII1jQTtv0wSoOyP1YA" alt=""><figcaption></figcaption></figure>

3. Figma will create a copy of the file and show you an "**Open**" button at the bottom. Click on it.
4. In your duplicated file, at the top right, click **Share**, then **Copy link**. Make sure "*Anyone with the link"* is set as "*can view*".

<figure><img src="/files/gNmRXsI0tOeNS5xk6V62" alt=""><figcaption></figcaption></figure>

5. Back in Bravo, pase the link in the **New Figma file URL** input.
6. Click on **Replace Figma file**.

{% hint style="info" %}
Please do not modify the duplicated Figma file. Modifying the structure or layer naming before importing may result in loss of the existing bindings.
{% endhint %}

That's it! 🎉


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bravostudio.app/get-started/your-bravo-app-projects/replace-linked-figma-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
