# Edit Workflows

## Editing Via Browser Extension

Follow these steps to edit a workflow using the Pline Browser Extension.

### Step 1: Launch the Extension

Open the Pline Browser Extension window and select the workflow you want to edit.

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

#### Step 2: Enter Edit Mode

Click on the three dots and choose **Edit Workflow**.

{% hint style="danger" %}
All schedules and integrations will be disabled and must be recreated for the new version.
{% endhint %}

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

#### Step 3: Edit Your Workflow

Pline will automatically navigate to the website, allowing you to add, delete, or rename fields.

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

After editing the fields, select the appropriate **pagination type** based on the website.

{% hint style="info" %}
For example, Amazon uses the Next button as the pagination type.
{% endhint %}

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

#### Step 4: Preview & Run

Review the sample data, then run the workflow by clicking the **Update and Run** button, or hover on the dropdown to **Update and Save**.

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

Pline automatically extracts data until the page ends, or you click Stop Collection.

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

After stopping the extraction, you can:

* Preview the sample data to verify the accuracy of the extraction.
* Download the data in CSV format.
* Visit the Pline Platform for additional context on the datasets.

## Editing Via Pline's Platform

You can also edit workflows directly from the Pline's Platform using the steps below:

#### **Step 1:** Navigate to Workflows

Navigate to the **Workflows** Tab in the Pline Platform.

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

#### **Step 2:** Enter Edit Mode

Click the three dots next to the workflow in the Actions column and choose Edit Workflow.

{% hint style="danger" %}
All schedules and integrations will be disabled and must be recreated for the new version.
{% endhint %}

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

#### **Step 3:** Edit Your Workflow

Pline will automatically navigate to the website, allowing you to add, delete, or rename fields.

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

After editing the fields, click **Next** and select the appropriate pagination type based on the website.

{% hint style="info" %}
For Amazon, use the **Next button** as the pagination type.
{% endhint %}

<figure><img src="/files/88Z2NUd0Zo3QO6CZTA06" alt=""><figcaption></figcaption></figure>

#### **Step 4:** Finalize & Run

Review the sample data, then run the workflow by clicking the **Update and Run** button, or hover on the dropdown to **Update and Save**.

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

Pline automatically extracts data until the page ends or you click Stop Collection.

<figure><img src="/files/6Xx1KCoyfOdlcjtbanBm" alt=""><figcaption></figcaption></figure>

After stopping the extraction, you can:

* Download the data in CSV format.
* Visit the Pline Platform for additional context on the datasets.


---

# 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.pline.ai/getting-started/creating-a-workflow/edit-workflows.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.
