# Creating a Workflow

Pline workflows are custom templates for extracting data from web pages. They specify the steps needed to extract data from websites. Pline offers two workflow options:

### 1. Prebuilt Workflow <a href="#id-1.-prebuilt-workflow" id="id-1.-prebuilt-workflow"></a>

Ready-made templates designed for common instant data extraction tasks without additional setup.

#### Recommended for: <a href="#recommended-for" id="recommended-for"></a>

* Simple, hassle-free extraction of product details or pricing.
* Standard tasks where speed and accuracy are critical.
* Beginners or experts who need instant results.

### 2. Custom Workflow <a href="#id-2.-custom-workflow" id="id-2.-custom-workflow"></a>

Fully customizable templates that let you define specific steps and criteria for extracting data tailored to your personalized requirements.

#### Recommended for : <a href="#recommended-for-1" id="recommended-for-1"></a>

* Unique website layouts or extract to multi-layered data.
* Users who want to fine-tune the data-gathering process.
* Extracting only the specific data that matches precise criteria.

Whether you choose a Prebuilt Workflow or a Custom Workflow, Pline ensures a seamless experience, enabling you to gather the information you need precisely and efficiently.

To explore the full potential of Prebuilt and Custom Workflows, including detailed instructions, practical use cases, and tips for maximizing efficiency, visit the dedicated pages:

* [Custom Workflows](/getting-started/creating-a-workflow/custom-workflows.md) – Discover how to create fully tailored workflows for complex data extraction needs.
* [Prebuilt Workflows](/getting-started/creating-a-workflow/prebuilt-workflows.md) – Learn how to leverage ready-made templates for instant results.


---

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