> For the complete documentation index, see [llms.txt](https://docs.cannoli.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cannoli.app/guides/getting-started-on-cannoli.md).

# Getting started on Cannoli

{% embed url="<https://youtu.be/RyvTYUUTvTg>" %}

To get started on Cannoli...&#x20;

1. Visit <https://cannoli.app/>&#x20;
2. Login with your Figma account. You must have a Figma account to use Cannoli.
3. Click "New Project from Figma File"
4. Name your project and paste the url of your Figma file.&#x20;
5. Select your page and frame to start the conversion. Don't have a Cannoli-ready file? No problem, try our example here: <https://www.figma.com/community/file/1042861645873665842>

{% hint style="info" %}
That's all there is to getting started on Cannoli. The hard part is preparing your Figma file. We have three helpful guides to help you prepare your Figma files for Cannoli, this is the important step:
{% endhint %}

{% content-ref url="/pages/Ag9j42RwXEKS4tEyXYLK" %}
[Preparing your Figma file from scratch](/guides/preparing-your-figma-file-from-scratch.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZCP6gwvD44hl6h5ccezd" %}
[Preparing your Figma file for an image slice email](/guides/preparing-your-figma-file-for-an-image-slice-email.md)
{% endcontent-ref %}

{% content-ref url="/pages/Uiz6NW2qY74qyTPhMXOW" %}
[Creating an email system in Figma for Cannoli](/advanced/creating-an-email-system-in-figma-for-cannoli.md)
{% endcontent-ref %}

{% content-ref url="/pages/CHfmrSPfecMPUp5kZOcR" %}
[Using Cannoli's email kit on Figma](/guides/using-cannolis-email-kit-on-figma.md)
{% endcontent-ref %}

{% content-ref url="/pages/eVICNnKJxB3VK6ktvqnM" %}
[Using Cannoli's plugin on Figma](/guides/using-cannolis-plugin-on-figma.md)
{% endcontent-ref %}


---

# 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.cannoli.app/guides/getting-started-on-cannoli.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.
