# Special Intents

Some of the intents name are wired by convention to be invoked (if there are defined) at certain states of the conversations. For example, an intent with the name "*ConversationFeedbackIntent*" will be invoked during the end of a conversation to collect the feedback (additional enabling is required in the  Advance Settings).

Given below are the list of such special intents.

**AUTO\_ESCALATION\_INTENT**\
\
If you want to ask some queries or do some operations before escalating a chat to the supervisors, we can attain that by creating an intent by the name '*AUTO\_ESCALATION\_INTENT*'.

<figure><img src="/files/BZd0gUSmBsQKDsWp5RRV" alt=""><figcaption></figcaption></figure>

**ConversationFeedbackIntent**\
\
If you want to collect the valuable feedback of the user at the end of a conversation, you have to create an intent by the name '*ConversationFeedbackIntent*' and enable the setting *COLLECT\_FEEDBACK* under Advance Settings.  As a last step, use the dialog action *STORE\_FEEDBACK* to facilitate the storage of feedback.

You can find all the feedbacks under C-SAT sections of Reports.

<figure><img src="/files/yFEgscae3uCUpwQuv1zR" alt=""><figcaption></figcaption></figure>


---

# 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://readme.dhee.ai/platform-reference/intents-and-automation/intents/special-intents.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.
