# Input

### 기본 정보

* class : "Input"
* position: -1
* title : "Input Interpretation"

### content

| 항목                       | 내용                     | type        | 비고                                |
| ------------------------ | ---------------------- | ----------- | --------------------------------- |
| input                    | 사용자가 입력한 쿼리문           | string      |                                   |
| interpretation           | 사용자가 입력한 쿼리를 어떻게 해석했는가 | json object | plaintext(string), tagged(string) |
| detailed\_interpretation | 보다 상세한 해석              | json object | plaintext(string), tagged(string) |
| subpods                  | 부가 정보                  | array       |                                   |

###


---

# 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/result_layout/input-class.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.
