> For the complete documentation index, see [llms.txt](https://uxai.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxai.gitbook.io/guides/readme.md).

# AI Conversational UX Guide

![AI Conversational UX Guide](/files/9WBFY226EYdSI1n4e6eU)

The proliferation of applications that use language models has caused application developers to consider the unknown conversational UX. This guide summarizes the characteristics of how language models behave in applications and provides guidelines for designing conversational UX.

When a language model is incorporated into an application, the application interface becomes natural language. This is why we use the term conversational UX, as the user appears to be conversing with the application.

OpenAI was the first to popularize this type of UX. They released a large language model called ChatGPT. It is tuned specifically for performance as conversational AI and can perform a wide variety of tasks, including question answering, document generation, and summarization.

### Important Note: Exploring better UX

Conversational UX does not necessarily have to be limited to just chatbots, but it is still closely related to text-based UI. However, there are many challenges with text-based UI, and there is room for discussion about UX in the coming age. Let's think about it together.


---

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

```
GET https://uxai.gitbook.io/guides/readme.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.
