# Assistant

Under **Settings → Application Settings → Assistant**, admins can configure how Tellius Assistant appears and behaves across the application. This Assistant serves as an interactive conversational agent that helps users query data, explore insights, and receive recommendations using natural language.

<figure><img src="https://content.gitbook.com/content/8GaK1h3pmgbR63x0ftET/blobs/K0VlTtBGlpBKsb6DJ6ql/image.png" alt="" width="563"><figcaption><p>Assistant Settings</p></figcaption></figure>

### **Enable Tellius Assistant**

* Enable this option to display Tellius Assistant in the left navigation pane.
* If this is disabled, then Assistant will be hidden from all users.

### **Rename Tellius Digital Assistant**

* Use this field to **customize the name** of the Assistant across Tellius.
* Click on **Update** to apply the new name.

### **Update Logo**

* Upload a **custom logo** that will appear alongside Assistant wherever it’s used.
* Supported file formats: `.png`, `.jpg`, `.svg`
* Max file size: 5MB
* Recommended dimensions: Square format for optimal display.
* Click **Replace** to upload a new logo.
* Click **Revert to Default Logo** to switch back to Tellius default logo.


---

# 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://help.tellius.com/settings/application-settings/assistant.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.
