# 그룹추출 오류(잘못된 URL 포함)는 어떻게 해결해야 하나요?

## Invalid URL Included (잘못된 URL 포함) 에러란?

그룹추출 중 주소를 복사/붙여넣기 하는 과정에 일련의 이유로 URL앞의 프로토콜이 생략되었을 경우 발생하는 에러입니다.&#x20;

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

아래 이미지와 같이 입력된 URL 앞에 <mark style="color:red;">`http://`</mark> <mark style="color:red;">`https://`</mark> 등 프로토콜 항목을 생략한 채 입력 할 경우, 접속 URL을 정확히 인지할 수 없습니다.

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

대부분의 경우 추출할 웹사이트의 주소창에 있는 URL을 붙여넣으면 자동으로 맨 앞부분에 https\:// 가 붙은채 주소가 입력되지만, 만약 맨 상단과 같은 에러 메시지창이 보인다면 입력창의 URL 주소를 확인해 보시고 아래와 같이 링크 주소 앞에 프로토콜을 추가해주세요.

<figure><img src="/files/80DNSU3jqzj2RLydiWmO" alt=""><figcaption></figcaption></figure>

지원되는 프로토콜은 아래와 같습니다.

* **http\://**
* **https\://**
* **ftp\://** (사용 빈도 낮음)
* **sftp\://** (사용 빈도 낮음)


---

# 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://help.listly.io/docs/ko/support/faq/features/url.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.
