# Prebuilt Workflows

Pline's Prebuilt Workflows eliminate complex setups, enabling easy, instant data extraction. They are designed to meet common data extraction needs across various domains.

### **Using Prebuilt Workflows** <a href="#using-prebuilt-workflows" id="using-prebuilt-workflows"></a>

Pline's Prebuilt Workflows enable instant data extraction through a few simple steps.

### Step 1: Open the Extension

Open the Pline extension and click **"Run"** on the workflows you want to use.

{% hint style="info" %}
Prebuilt workflows are designed for specific page structures. If you navigate to a different page, the workflow may not work as expected.
{% endhint %}

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

### Step 2: Create a Dataset

* Create a new dataset by entering a name and clicking **“Create Dataset.”**

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

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

<figure><img src="/files/Kf0M5rtPyesdrUYQCePK" 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/prebuilt-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.
