# 쿼리를 통한 데이터 조회

딥서치의 쿼리를 통한 데이터를 조회하기위한 방법을 설명하는 페이지입니다.&#x20;

딥서치 쿼리를 처음 접하시는 분들은 "딥서치 쿼리 설명 및 응용"을 먼저 읽어보시고, 세부적인 데이터 조회방법등을 "기업검색"과 "데이터"에서 찾아보시기를 권장드립니다.

{% content-ref url="/pages/-McYkn-2waL2CYsBKh5O" %}
[딥서치 쿼리 설명 및 응용](/dp/api/inquiry/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/-McNouVPS9sNtaNpv6E1" %}
[데이터](/dp/api/data.md)
{% endcontent-ref %}

{% content-ref url="/pages/-McNp8fNttk4LJZx5AlO" %}
[기업검색](/dp/api/inquiry/companysearch.md)
{% endcontent-ref %}

딥서치가 제공하는 여러 함수들을 통해 보다 원하시는 정보를 빠르게 가공하실 수 있습니다.

{% content-ref url="/pages/-M1wsGhuKe3IUBLRvrnM" %}
[조회된 데이터를 연산](/dp/api/inquiry/compute.md)
{% endcontent-ref %}


---

# 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.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.
