# Import from Wordpress

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

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

### How to Import Data from WordPress

1. Click the "+" button on your Grid page
2. Select **WordPress** from the dropdown menu of import options
3. Connect to your WordPress site:
   * Select an existing WordPress authentication from the dropdown, or set up a new one
   * Click **Continue**
4. Select the resource type to import:
   * Choose the WordPress resource type (e.g., Post) from the dropdown
   * 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 (HTML, Text, Number, URL, etc.)
   * Note: There's a maximum limit of 100 columns
6. Click **Continue** to import your data into the Grid

Once imported, your WordPress content will appear in your Grid, ready to be enhanced with AirOps workflows for content optimization, SEO improvement, AI-powered rewrites, and more.


---

# 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-wordpress.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.
