# FAQ 및 에러모음

## 주소 기업, 사업 기업, 산업 기업, 관련 기업 등의 명령어가 잘 안됩니다.

딥서치 DB에는 약 비외감기업을 포함하여 약 150만개의 기업이 존재합니다. 따라서, 아래와 같은 명령어를 작성시  주의하셔야합니다. 이를 방지하기 위하여 주소 기업, 사업 기업, 산업 기업 등 키워드를 통해서 검색하는 명령어의 경우 **반드시 ""를 사용**하여 해당 키워드가 기업이 아닌 문자임을 알려주어야합니다.

```
예사) 서울이라는 기업과 울산이라는 기업이 존재하여 "주소 기업" 쿼리가 제대로 작동하지 않은 경우

서울 주소 기업(X) -> "서울" 주소 기업
울산 주소 기업(X) -> "울산" 주소 기업
```

서울과 울산이라고하는 기업이 존재하므로, 서울 주소 기업 이라고 입력하게 되면 딥서치 엔진은 서울 이라는 키워드를 기업으로 인식하고 주소와 기업을 데이터로 인식합니다.&#x20;


---

# 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.deepsearch.com/dp/api/inquiry/faq.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.
