> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/web/guide/undefined-6/undefined.md).

# 기업발굴

상기와 같은 쿼리를 사용자가 직접 입력하는 방법 이외에, 사전에 미리 준비한 기업 발굴 조건을 클릭하는 형태로 기업을 발굴할 수 있도록 지원합니다.

서비스의 기업 발굴 메뉴를 클릭하면, 아래와 같은 추천 조건이 나타납니다.

![](/files/-LXcYP0iXXjC5BKpF4kT)

주제, 재무정보, 시장정보, 기업 개요, 문서 정보, 기타 정보 등 다양한 조건을 사전에 정의해 두어, 클릭만으로 손쉽게 기업을 발굴 할 수 있습니다.

클릭된 조건은 입력창에 자동으로 입력되어 처리되며, 사용자는 손쉽게 입력된 조건을 변경하는 형태로 다른 조건을 시도해 볼 수 있습니다.&#x20;


---

# 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.deepsearch.com/web/guide/undefined-6/undefined.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.
