# Importing a design file

### **When I log in to Bravo with my Figma account, which files am I allowing Bravo Studio to read? Only the ones that I am importing into Bravo Studio, or all the files that I have in my Figma account?**

When you import a Figma file into Bravo, you will import only the designs in that specific file, not your entire account.<br>

### **"**&#x59;our app design has too many screens"

{% hint style="info" %}
[Upgrade your app](https://projects.bravostudio.app/pricing) to increase the maximum number of pages of your app.
{% endhint %}

This error occurs when the design file you are trying to import reaches the maximum file limit. The easiest way of bypassing this error is to upgrade your app to a higher plan, but you can also try the following options:

* Reduce the number of pages, layers, vectors elements or groups.
* Add the `[skip]` tag to any Figma frame (and page) non-relevant to the app.
* Group together vector layers. This way Bravo considers them as one element rather than many separate elements.
* Use the `[component:svg]` tag to convert multiple elements into just one, when you don't need to bind any data to them.

Also, you can try creating "base" screens and populate them with the data, rather than manually creating the detail pages or content in the design file.

### **What does the notification "Containers added" after importing a project mean?**

These notifications won't prevent you from seeing your app, so you can still preview it! This specific notification "Container added" shows up when Bravo has added a missing frame (or "container"), which specifies the main structural blocks of an app screen (very similar to a website). Bravo functions on this "container method," check out the documentation [here](https://www.notion.so/The-container-1af6df44b75f489ab47c0486e9984d91)!<br>

### **Sketch integration?**

It is not yet in our upcoming roadmap, but you can import Sketch files into Figma!<br>

### **Adobe XD integration?**

Bravo supports Adobe XD! Check out how to use your XD design to create an app [here](https://www.bravostudio.app/bravo-studio-plugin-for-adobexd).<br>

### **My masked shape is not displaying correctly in Bravo Vision.**

Currently, Bravo does not support masking properties in Figma or Adobe XD. However, we do support **boolean groups** (union, subtract, exclude, intersect selection).

**Didn't answer your question? 🧐**

Let us know in the [Bravo Community](https://community.bravostudio.app/) so we can further help you!


---

# 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/good-to-know/faq/importing-a-design-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.
