> 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/settings/kaiya-and-ai/assistant-settings.md).

# Assistant Settings

Under Settings → Intelligence → Kaiya & AI → Assistant Settings, admins can modify how the AI assistant is presented to users: what it is called and what logo appears beside it. These are branding settings only. They change what users see, not what the assistant does or how it answers.

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2FB6NBe2OdVszAqGhFsnd6%2Fimage.png?alt=media&amp;token=42c407bb-13a8-4665-8603-66b49997e856" alt="" width="563"><figcaption></figcaption></figure>

#### Rename Tellius Digital Assistant

By default the assistant is labeled "Tellius Digital Assistant" on the Assistant page. Type a different name into this field and click **Update** to replace it.

Use this when your organization refers to its analytics assistant by an internal name, so users see familiar wording rather than vendor terminology. The name you enter appears in place of "Tellius Digital Assistant" on the **Assistant** page.

#### Update Logo

Replaces the image shown as the assistant's logo.

The current logo appears in a preview box. Two buttons sit beside it:

* **Replace:** opens a file picker so you can upload a new image.
* **Reset to default logo:** discards your custom image and restores the logo Tellius ships with.

**File requirements:** The accepted formats: `.png`, `.jpg`, `.svg` and the maximum file size: 5 MB

{% hint style="info" %}
Use `.svg` where you can. Because SVG is a vector format, it stays sharp at any display size, while `.png` and `.jpg` can look blurry when scaled up.
{% endhint %}

{% hint style="warning" %}
This page is not about Kaiya. The Tellius Assistant is a separate feature from Kaiya Conversational AI. It has no connection to Kaiya, LLM configuration, or any AI-generated behavior. The settings here only rename and re-brand the Tellius Assistant on the **Assistant** page.\
\
If you are looking to configure Kaiya, use **Kaiya Configuration**, **LLM Configuration**, or **System Prompts** instead.
{% endhint %}


---

# 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/settings/kaiya-and-ai/assistant-settings.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.
