# Key Terminologies

This glossary of terms will help you better understand and leverage Pline's powerful data extraction features.

**`Web Scraping`**

The automated process of extracting data from public and private web pages.

&#x20;**`Workflow`**

A workflow is a custom template you create for extracting data from web pages. It outlines the steps for capturing the necessary information.

**`Data Field`**

A specific piece of information you want to extract from a web page.

**`Pagination`**

Pagination defines the navigation buttons used on websites to browse the next or previous pages. It can be a load more, scroll, next, or a see more button based on your target web page.

**`Integration`**&#x20;

The process of connecting different tools or systems so that data can flow and work together seamlessly.

**`Encryption`**&#x20;

A process that converts data into a secure, unreadable format to protect it from unauthorized access.


---

# 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/quickstart/key-terminologies.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.
