> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/design-tools/how-do-i-import-a-figma-into-maker.md).

# How do I import a Figma file into Maker?

{% stepper %}
{% step %}

### Click "ELEMENTS" on the left side panel

<figure><img src="/files/Gs1xLJ5qdxDEhCYv8I5S" alt="How do I import a Figma file into Maker? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Figma" under layout options

<figure><img src="/files/ODLOjjgSas9Z1btTxBdG" alt="How do I import a Figma file into Maker? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tip! Here's how you can get your Figma link easily:

{% endstep %}

{% step %}

### Go to Figma and select the Figma page you would like to import into Maker.

<figure><img src="/files/6Li6yFcWfy8B8mTK8ise" alt="How do I import a Figma file into Maker? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Right-click on your mouse and "Copy link"

<figure><img src="/files/vG8jirW0bE2OWV0Atznp" alt="How do I import a Figma file into Maker? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Paste your Figma link here:

<figure><img src="/files/htRPltc2kh6f9J7B92UW" alt="How do I import a Figma file into Maker? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Heads Up! If this is the first time you are importing a Figma file, you will be asked to authorize your Figma account. Simply follow the steps and you will be re-directed back to the editor. Proceed by entering the Figma link again.

{% endstep %}

{% step %}

### Once the link has been added, click Add at the right corner of the modal:

<figure><img src="/files/7GkhfLHHwrAx9AxfP2Im" alt="How do I import a Figma file into Maker? — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Wait for Maker to import your design, this should take no longer than 60 seconds:

<figure><img src="/files/Q8ySxFOo3mZIaqBAgpr4" alt="How do I import a Figma file into Maker? — step 9"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### The imported Figma file should now reflect on the Editor along with a responsive breakpoint design.

<figure><img src="/files/XmO5kuyxavDIEM2La9D0" alt="How do I import a Figma file into Maker? — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tip! Please follow our Figma-specific guidelines when formatting your Figma file for a seamless conversion. [how-to-format-and-add-a-figma-file-to-maker.md](/maker-pages/design-tools/how-to-format-and-add-a-figma-file-to-maker.md)

{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-pages/design-tools/how-do-i-import-a-figma-into-maker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
