> For the complete documentation index, see [llms.txt](https://docs.udara360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udara360.io/getting-started/customisation/udara-ai.md).

# Udara AI

The Udara AI setting allows you to customise how the AI chat assistant appears on your screen while using Udara360. You can choose between two display positions depending on your preference and workflow. This guide will help you configure your Udara AI settings under Account Settings.

### **Accessing Udara AI Settings**

1. Click your profile name at the top right of the screen
2. Select **Settings** from the dropdown
3. Click **Preferences** in the left sidebar
4. Scroll down to the **Udara AI** section

<figure><img src="/files/3TajGhwzX28eDjhSh1Dg" alt=""><figcaption></figcaption></figure>

### **Chat Position**

The Chat Position setting allows you to choose how the Udara AI chat assistant appears on your screen. Two options are available:

* **Docked (Bottom Bar):** the AI chat is fixed to the bottom of your screen as a bar
* **Floating (Bubble):** the AI chat appears as a floating bubble on your screen

Select your preferred option by clicking the radio button next to it.

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


---

# 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://docs.udara360.io/getting-started/customisation/udara-ai.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.
