# Import from Webflow

You can create a Grid by importing a Collection directly from your Webflow site, allowing you to work with your existing content in AirOps. If you haven't already connected your Webflow site to your AirOps workspace, you'll be prompted to do so.

{% @arcade/embed url="<https://app.arcade.software/share/zbHhYfq8kj9x3Z9mArgb>" flowId="zbHhYfq8kj9x3Z9mArgb" %}

### How to Import Data from Webflow

1. Click the "+" button on your Grid page
2. Select **Webflow** from the dropdown menu of import options
3. Connect to your Webflow site:
   * If you haven't connected yet, you'll see an authentication screen
   * Select an existing Webflow connection from the dropdown, or authenticate a new one
   * Click **Continue**
4. Select the collection you'd like to import:
   * Choose from the dropdown of available Webflow collections
   * Click **Continue**
5. Select which data columns to import:
   * Check the boxes next to the columns you want to include
   * You can select "All Columns" at the top to include everything
   * Each column will show its data type (Text, Number, etc.)
   * Note: There's a maximum limit of 100 columns
6. Click **Continue** to import your data into the Grid

Once imported, your Webflow collection data will appear in your Grid, ready to be used with AirOps workflows for content optimization, SEO enhancement, or any other AirOps workflow.


---

# 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.airops.com/actions/grids/create-a-grid/import-from-webflow.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.
