> For the complete documentation index, see [llms.txt](https://apps.embed-in.com/embed-figma-for-monday.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apps.embed-in.com/embed-figma-for-monday.com/embed-figma-in-board.md).

# Embed Figma in Board

Step 1: Open Your Board Settings

1. **Navigate to the board** where you want to embed the Figma design file.
2. At the top of the screen, click on the **"Add View"** button (or the plus **(+)** icon next to the existing view tabs).

<figure><img src="/files/eEXvp6pwvUfz8fpmlF7Q" alt="" width="375"><figcaption></figcaption></figure>

## Step 2: Choose the App to Embed

1. In the dropdown menu, select **"Apps"**.
2. **The monday.com Views Center** will open, showcasing various views.
3. Find **Embed Figma in Board** in installed Apps and click on **Open in board.**

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

## Step 4: Open the App on Your Board

1. The embedder will show up, displaying instructions on how to retrieve the URL of your document.

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

## **Step 5: Obtain the URL of Your Figma design file**

1. Open a new browser tab [Figma.com](http://figma.com/) or the Figma App
2. Select the Figma file/frame you would like to embed

   There are two ways of copying the link to the Figma file/frame:

   1. Click the *Share* button in top right corner and click *Copy link*
   2. Click on the right mouse button, navigate to *Copy/Paste as*, select *Copy link*

You can find full instructions on how to get an embedded link on the page [Getting an Embeddable Link from Figma](/embed-figma-for-monday.com/getting-an-embeddable-link-from-figma.md)

## **Step 6: Insert the URL into monday.com**

1. Return to your monday.com board where the **Embed Figma in Board**  view is open.
2. On the right side, click on the **settings icon** (a gear symbol).
3. In the settings panel, locate the field labeled **"Report URL"**.
4. **Paste the copied Figma URL** into this field.
5. Your **Figma design** should now display within the board view.
6. **Verify the display** to ensure all elements are loading correctly and are interactive.

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


---

# 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://apps.embed-in.com/embed-figma-for-monday.com/embed-figma-in-board.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.
