> For the complete documentation index, see [llms.txt](https://readme.dhee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.dhee.ai/platform-reference/entities-and-other-data/directive-utterances/customize-outputs.md).

# Customize Outputs

In this section, you have the flexibility to customise the way your chatbot communicates with users by tailoring various agent outputs to meet your project's specific requirements.

Explore the different directive types that can be customised to enhance your chatbot's responses:

**MY\_EOC (End of Conversation)**

* Customise the message displayed by the bot at the end of a conversation.
* Default message: "Bye. See you."

**GOAL\_STIMULUS**

* Tailor the welcome message when the agent label is not set, ensuring a personalised greeting.
* Default message: "Hi User-Name! How can I help you?"

**NEXT\_GOAL\_STIMULUS**

* Customise the message displayed after the completion of an intent, guiding users to their next interaction.
* Default message: "How can I assist you again?"

**ACK\_APPRECIATION**

* Define the bot's acknowledgment message in response to user appreciation.
* Default message: "Happy that I could be of help."

**CONFIRM\_CLOSURE**

* Tailor the confirmation message when a user requests to close the conversation.
* Default message: "Are you sure you want to close this conversation?"

**SUPPORT\_BUSY\_CLOSURE**

* Customise the message when a supervisor doesn't respond after picking up an escalated conversation.

**ESCALATING**

* Define the message displayed when a chat is being escalated to a supervisor.
* Default message: "Please hold on while I transfer you to a customer service executive to serve you better."

**PROCESS\_SWITCH\_BACK**

* Tailor the message asking users if they want to continue with their previous query.
* Default message: "Do you want to continue with your previous query?"

**PROCESS\_CANCELLED**

* Customise the message displayed after cancelling a process.
* Default message: "OK, it's cancelled."

**LEAVING\_4\_MAINTENANCE**

* Define the message announcing chatbot maintenance is about to begin.

**CHAT\_UNAVAILABLE**

* Customise the message displayed when the chatbot is undergoing maintenance.
* Default message: "Sorry, I am currently unavailable to chat with you. There is a scheduled server upgrade happening right now to improve my performance. Please try chatting again after a few minutes. Apologies for any inconvenience. See you soon. Goodbye."

**REPEATING\_UTTERANCE**

* Tailor the message shown when the user is having trouble understanding the asked query.
* Default message: "Sure, let me repeat that for you... {Original-Utterance}"

**I\_DONT\_KNOW**

* Customize the message when the bot is unable to understand the user's query.
* Default message: "No idea, I don't know, I'm not aware of that."

With the ability to customise these outputs, you can create a chatbot that delivers tailored and effective responses to users, meeting their specific needs and expectations.


---

# 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://readme.dhee.ai/platform-reference/entities-and-other-data/directive-utterances/customize-outputs.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.
