> 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/preferences/help-and-support.md).

# Help & Support

Under **Settings → Appearance & Preferences → Preferences → Help & Support**, admin can configure custom help documentation and support resources. You can add your organization's own videos and articles to the **Help** menu, and control whether live chat support is available. This is useful when you want users to see internal training material and onboarding guides alongside, or instead of, the standard help content.

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2FfOgSLdUkixD8jHbUmlAj%2Fimage.png?alt=media&amp;token=96309201-a81d-450d-b320-b5b622d76380" alt="" width="563"><figcaption></figcaption></figure>

### **Help videos**

The toggle controls whether custom help videos appear for users. Turn it on to show the videos you've added, and off to hide them.

When the toggle is on, the videos you've added are listed below it. Each video appears as a chip showing its title, with an **×** you can click to remove it.

To add a video, click **Add video**. The Add video dialog has these fields:

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2FantSdDKQiWN7sapHnljH%2Fimage.png?alt=media&amp;token=3bc7c1f6-e591-4bee-b67b-643201eebbdc" alt="" width="375"><figcaption></figcaption></figure>

* **Title** *(required)*: The name users see for the video.
* **Hyperlink** *(required)*: The URL where the video is hosted. The field expects a full address beginning with `https://`.
* **Private URL** *(toggle)*: Marks the video's link as private rather than public. Turn it on when the video is hosted at a URL that isn't publicly accessible.&#x20;
* You can add up to 10 items. Click a chip to edit that item's title or hyperlink. Click the **×** on a chip to remove it.
* Click **Create** to add the video, or **Cancel** to discard it.

### **Help articles**

This toggle controls whether custom help articles appear for users. Turn it on to show the articles you've added, and off to hide them.

When the toggle is on, the articles you've added are listed below it. Each article appears as a chip showing its title, with an **×** you can click to remove it.

<figure><img src="https://3138146484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM1pa9Nct9EmVU4Ol8Mol%2Fuploads%2FNOQRgBqb2XI2wsN09YIo%2Fimage.png?alt=media&amp;token=0d06cd90-090e-45fd-b521-0caabceaecc7" alt="" width="375"><figcaption></figcaption></figure>

To add an article, click **Add article**. The Add article dialog has these fields:

* **Title** *(required)*: The name users see for the article.
* **Hyperlink** *(required)*: The URL where the article is hosted, beginning with `https://`.
* You can add up to 10 items. Click a chip to edit that item's title or hyperlink. Click the **×** on a chip to remove it.

Click **Create** to add the article, or **Cancel** to discard it.

#### Support

**Live chat support** *(toggle)*: Controls whether live chat support (Intercom) is available to users in this environment. Turn it on to make live chat available, and off to hide it.

#### Saving your changes

Click **Save** to apply your changes, or **Cancel** to discard them.


---

# 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/preferences/help-and-support.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.
