> 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-5.4/settings.md).

# Settings

- [My Profile](https://help.tellius.com/tellius-5.4/settings/my-profile.md): Manage the information that identifies you inside Tellius
- [Users & Groups](https://help.tellius.com/tellius-5.4/settings/users-and-groups.md): View, manage and create user accounts
- [Users](https://help.tellius.com/tellius-5.4/settings/users-and-groups/users.md): View, manage, and create user accounts
- [Groups](https://help.tellius.com/tellius-5.4/settings/users-and-groups/groups.md): View, manage, and create user groups
- [Synchronization](https://help.tellius.com/tellius-5.4/settings/users-and-groups/synchronization.md): Automatic user and group sync settings, sync schedule, detailed log
- [Default user group](https://help.tellius.com/tellius-5.4/settings/users-and-groups/default-user-group.md): Steps on how to assign a group as the default group
- [Security](https://help.tellius.com/tellius-5.4/settings/security.md): Authentication and Configuration Settings
- [Authentication](https://help.tellius.com/tellius-5.4/settings/security/authentication.md)
- [LDAP](https://help.tellius.com/tellius-5.4/settings/security/authentication/ldap.md)
- [Azure AD](https://help.tellius.com/tellius-5.4/settings/security/authentication/azure-ad.md)
- [SAML](https://help.tellius.com/tellius-5.4/settings/security/authentication/saml.md)
- [Using Okta as an IdP (SAML Integration)](https://help.tellius.com/tellius-5.4/settings/security/authentication/saml/using-okta-as-an-idp-saml-integration.md)
- [OIDC](https://help.tellius.com/tellius-5.4/settings/security/authentication/oidc.md)
- [Configuration](https://help.tellius.com/tellius-5.4/settings/security/configuration.md): Admins can manage security, session, and sharing behavior across Tellius
- [User License](https://help.tellius.com/tellius-5.4/settings/user-license.md): Update, apply, and manage your license
- [Application Settings](https://help.tellius.com/tellius-5.4/settings/application-settings.md): Helps admins ensure usability and analytical accuracy align with organizational goals
- [Search, Discover, Predict](https://help.tellius.com/tellius-5.4/settings/application-settings/search-discover-predict.md)
- [Time Configuration](https://help.tellius.com/tellius-5.4/settings/application-settings/time-configuration.md)
- [Page 1](https://help.tellius.com/tellius-5.4/settings/application-settings/page-1.md)
- [Vizpads](https://help.tellius.com/tellius-5.4/settings/application-settings/vizpads.md)
- [Email](https://help.tellius.com/tellius-5.4/settings/application-settings/email.md)
- [Anomalies](https://help.tellius.com/tellius-5.4/settings/application-settings/anomalies.md)
- [Query time](https://help.tellius.com/tellius-5.4/settings/application-settings/query-time.md)
- [Page 2](https://help.tellius.com/tellius-5.4/settings/application-settings/page-2.md)
- [Styles](https://help.tellius.com/tellius-5.4/settings/application-settings/styles.md)
- [Assistant](https://help.tellius.com/tellius-5.4/settings/application-settings/assistant.md)
- [Miscellaneous](https://help.tellius.com/tellius-5.4/settings/application-settings/miscellaneous.md)
- [Centralized Job Alerts](https://help.tellius.com/tellius-5.4/settings/application-settings/centralized-job-alerts.md)
- [Setting up LLM for Kaiya](https://help.tellius.com/tellius-5.4/settings/application-settings/setting-up-llm-for-kaiya.md)
- [5.5](https://help.tellius.com/tellius-5.4/settings/5.5.md)
- [Page 4](https://help.tellius.com/tellius-5.4/settings/page-4.md)


---

# 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-5.4/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.
