# 인텐트∙엔티티 분석

인텐트∙엔티티 분석은 메시지에서 추출한 인텐트, 엔티티에 대해서 분석합니다.&#x20;

메시지의 의도를 파악하는 인텐트는 채팅형 데이터 분석에 있어 필수적인 데이터입니다. \
많이 호출된 인텐트는 그만큼 서비스에서 가장 많이 문의하는 내용이라고 볼 수 있습니다. \
상위 인텐트 분석은 호출 수 기준 상위 10가지의 인텐트에 대한 집중 분석을 제공합니다. \
그 외에 조회 기간에 호출된 모든 인텐트에 대한 정보가 필요하다면, 인텐트 사용 현황을 확인해보세요.

엔티티는 메시지에서 추출한 단어 카테고리라고 할 수 있습니다. \
엔티티 사용 현황에서 조회 기간의 메시지에 주로 호출된 엔티티와 실제로 사용된 단어의 형태(엔티티 밸류)가 무엇인지확인해보세요.

콘텐츠에 대해 더 자세히 보고 싶다면, 콘텐츠 이름을 클릭해보세요.

1. [상위 인텐트 분석](/support/guide/undefined-4/undefined.md) : 조회 기간에 가장 많이 호출된 10가지 인텐트에 대한 집중 분석을 제공합니다.
2. [인텐트 사용 현황](/support/guide/undefined-4/undefined-1.md) : 조회 기간에 호출된 모든 인텐트에 대한 정보를 제공합니다.
3. [엔티티 사용 현황](/support/guide/undefined-4/undefined-2.md) : 조회 기간에 호출된 엔티티와 엔티티 밸류에 대한 정보를 제공합니다.


---

# 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://gentlepie.gitbook.io/support/guide/undefined-4.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.
