# 이미지 다운로더 파일명 옵션은 각각 어떤 차이가 있나요?

리스틀리 이미지 다운로더는 다양한 파일명 옵션을 제공하여, 작업에 맞는 방식을 선택할 수 있습니다:

<figure><img src="/files/9tGGESbkAkMqLzJrEXDX" alt=""><figcaption></figcaption></figure>

1. **원본 파일명(Original name)** : 이미지 URL에서 추출한 원본 이름을 그대로 사용합니다.
2. **엑셀에서 가져오기(From Excel)** : 엑셀 파일의 지정된 열에서 가져온 데이터를 파일명으로 사용합니다.
3. **순번만(Number Only)** : 입력된 URL 순서대로 순번만 사용해 파일명을 생성합니다.
4. **순번+원본 (Number+Original name)** : 이미지 URL에서 추출한 원본 이름 앞에 순번을 추가하여 파일명을 생성합니다.
5. **순번+엑셀(Number+Excel)** : 엑셀에서 가져온 데이터 앞에 순번을 추가하여 파일명을 생성합니다.


---

# 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/image-downloader/undefined-3.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.
