# Quickstart

Getting powerful forms embedded in your Canva website is simple with FluidForms.

## 1. Using the Canva app

You can use the [FluidForms Canva app](https://www.canva.com/apps/AAGFFkmnRaw/fluidforms) directly within Canva. This allows you to easily create quick and simple forms, and embed them within your Canva website in a few clicks.

{% hint style="info" %}
*Note: Some advanced functionality is not available in the Canva app. If you require further customization of your form, we recommend using the FluidForms website.*
{% endhint %}

## 2. Using FluidForms

You can also use the FluidForms web app to create and customize forms for your Canva websites.

1. Log in to the [FluidForms dashboard](/getting-started/quickstart.md)
2. Click the "Create Form" button\
   ![](/files/OX3VtCdKpks2DQ6kETfu)
3. Configure your [form settings](#form-configuration).
4. Click on the "Form Fields" tab and add your form fields.
5. Click "Save"
6. Share your form:
   1. Copy the Form URL to share with any recipients, or link to from your website
   2. Click "Embed in Canva" for instructions on how to embed the form in your Canva website.

### Form Configuration

* [**To Email**](#user-content-fn-1)[^1]**:** The email address where form submission notifications will be sent.
* **Logo:** An optional logo which will be displayed at the top of the form.
* **Background Color: T**he form background color
* **Button Color:** The color of the form's primary/submit buttons
* **Submit Button Text:** The text displayed in the submit button
* **Form Completion Page Text:** The message that will be displayed to the user after a form is submitted.
* **Question Display Style:** Your preferred style of how the form questions will be displayed.

[^1]:


---

# 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.fluidforms.co/getting-started/quickstart.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.
