# Differentiating from conventional UI

The first impression of the user interface (UI) is crucial to users. Users predict the functionality of a UI based on their experience of operating similar UIs they have encountered before.

Based on this, what should be avoided is adopting UIs such as chatbots that respond with conventional phrases or search windows, which may cause users to misunderstand the AI-based conversational UX functionality.

Let's differentiate from conventional UIs, for example, by:

* Using special icons for visuals
* Avoiding placing them in the corner of the screen (often a common pattern for chatbots)

and so on.


---

# 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://uxai.gitbook.io/guides/techniques/differentiation.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.
