> For the complete documentation index, see [llms.txt](https://docs.tivity.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tivity.one/platform-features.md).

# Platform Features

- [Templates](https://docs.tivity.one/platform-features/templates.md): This page covers advanced TIVITY template features: image handling, language settings, and custom functions for dynamic and powerful document generation.
- [Tagging](https://docs.tivity.one/platform-features/tagging.md): Overview, usage and configuration of Tagging feature
- [Getting Started](https://docs.tivity.one/platform-features/tagging/getting-started.md): Overview of the Tagging feature
- [Manage Tags](https://docs.tivity.one/platform-features/tagging/manage-tags.md): Learn how to create and group tags
- [Settings](https://docs.tivity.one/platform-features/tagging/settings.md): Set up Tagging feature for the most efficient usage
- [Usage](https://docs.tivity.one/platform-features/tagging/usage.md): Tag filter for the lists/boards and instance interface
- [Tag filter](https://docs.tivity.one/platform-features/tagging/usage/tag-filter.md)
- [Tag panel](https://docs.tivity.one/platform-features/tagging/usage/tag-panel.md): How to use the tag panel
- [Document Management System (DMS)](https://docs.tivity.one/platform-features/document-management-system-dms.md)
- [DMS Setup](https://docs.tivity.one/platform-features/document-management-system-dms/dms-setup.md): Tivity DMS Setup command-line interface provides a tool to install or uninstall the TIVITY DMS which handles document related actions.
- [Enterprise Search](https://docs.tivity.one/platform-features/enterprise-search.md)
- [Enterprise Search Introduction](https://docs.tivity.one/platform-features/enterprise-search/enterprise-search-introduction.md): TIVITY's Enterprise Search is a powerful, centralized search solution that enables users to find information across multiple applications and data sources within their organization.
- [Integration into an App](https://docs.tivity.one/platform-features/enterprise-search/integration-into-an-app.md): There are numerous options for app creators to integrate search with the data of an App.
- [General Settings](https://docs.tivity.one/platform-features/enterprise-search/general-settings.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://docs.tivity.one/platform-features.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.
