> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/getting-started/extension-features/parts-options.md).

# Parts Options

{% hint style="success" %}
[**What is Parts Extraction?**](/getting-started/extension-features/parts.md)

**Extract data by selecting only specific areas you want.** Use this when you want to improve the arrangement and accuracy of extracted data.
{% endhint %}

> During Parts extraction, you can use extraction options in the Parts panel to specify exactly what data to extract from the selected area.

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

#### Extraction Options

➊ Default: Extracts provided information as-is, including text, image URLs, hyperlinks, etc. The default option is sufficient for most cases.

➋ Plain Text: Extracts text only, excluding links or image URLs.

{% hint style="info" %}
e.g. No extraction value when selecting images
{% endhint %}

➌ HTML Attribute: Extracts values from element attributes. Useful when image paths or product information are stored in attributes. Requires basic development knowledge to use effectively.

{% hint style="info" %}
e.g. class="style-1", data-id="id-1"
{% endhint %}

➍ HTML Source: Extracts the selected element's HTML code as-is. Used when developers need to process the source later.

➎ Hyperlink: Extracts only hyperlinks attached to text or images.

➏ Image Link: Extracts only image URLs.

❼ Numeric: Extracts only numbers from the selected area.

{% hint style="info" %}
e.g. <mark style="color:$success;">Special discount price 5,000 KRW</mark> → <mark style="color:$success;">5,000</mark>
{% endhint %}

❽ Element Count: Returns the number of selected elements as a number.

{% hint style="info" %}
e.g. 36 items selected → <mark style="color:$success;">36</mark>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/getting-started/extension-features/parts-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
