> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/tellius-6.1/settings/application-settings/assistant.md).

# 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="/files/aZsu4qVRQxE2jly2RAeM" 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
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://help.tellius.com/tellius-6.1/settings/application-settings/assistant.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.
