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

# Topics

- [Installation](https://docs.tibero.com/tibero-manuals_en/topics/installation.md)
- [Tibero Installation Guide](https://docs.tibero.com/tibero-manuals_en/topics/installation/tibero-installation-guide.md): This guide outlines the installation and uninstallation methods of the Tibero DB for all database users.
- [Administration](https://docs.tibero.com/tibero-manuals_en/topics/administration.md)
- [Tibero Administrator Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/tibero-administrator-guide.md)
- [Tibero Reference Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/tibero-reference-guide.md)
- [Utility](https://docs.tibero.com/tibero-manuals_en/topics/administration/utility.md)
- [Utility Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/utility/utility-guide.md): This guide is intended for all database users who use the utilities provided by Tibero® (hereafter Tibero).
- [Hadoop Connector Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/utility/hadoop-connector-guide.md): Describes how to use the Tibero Hadoop Connector.
- [Tibero Active Storage](https://docs.tibero.com/tibero-manuals_en/topics/administration/tibero-active-storage.md): This manual is intended for TAS administrators who use Tibero® Active Storage (hereafter TAS) to manage files for Tibero® (hereafter Tibero).
- [IMCS](https://docs.tibero.com/tibero-manuals_en/topics/administration/imcs.md): Describes the In-Memory Column Store (IMCS), a database performance optimization feature provided by Tibero.
- [Database Languages](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages.md)
- [Tibero Application Developer's Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages/tibero-application-developers-guide.md): Describes the data types supported by Tibero and their usage in various applications.
- [Tibero tbPSM Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages/tibero-tbpsm-guide.md): Describes tbPSM, the stored procedure module provided by Tibero.
- [Tibero tbPSM Reference Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages/tibero-tbpsm-reference-guide.md)
- [Tibero SQL Reference Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages/tibero-sql-reference-guide.md): Describes how to use SQL in Tibero.
- [Tibero TEXT Reference Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages/tibero-text-reference-guide.md): Describes the SQL statements required to use and maintain the Tibero TEXT feature.
- [Tibero tbESQL/C Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages/tibero-tbesql-c-guide.md): Describes the basic concepts of the tbESQL/C interface for embedded SQL in Tibero and how to use it.
- [Tibero tbESQL/COBOL Guide](https://docs.tibero.com/tibero-manuals_en/topics/administration/database-languages/tibero-tbesql-cobol-guide.md): Describes the tbESQL interfaces for COBOL and C used for application development in Tibero.
- [Development](https://docs.tibero.com/tibero-manuals_en/topics/development.md)
- [JDBC Developer's Guide](https://docs.tibero.com/tibero-manuals_en/topics/development/jdbc-developers-guide.md): Describes how to use Tibero JDBC to access, store, and update data in the Tibero database from Java applications.
- [Spatial Reference Guide](https://docs.tibero.com/tibero-manuals_en/topics/development/spatial-reference-guide.md)
- [tbCLI Guide](https://docs.tibero.com/tibero-manuals_en/topics/development/tbcli-guide.md): Describes the command-line interface (CLI) provided by the Tibero DBMS.
- [.NET and Windows Application Development](https://docs.tibero.com/tibero-manuals_en/topics/development/.net-and-windows-application-development.md): Describes the Tibero Data Provider for .NET and how to use it to develop applications.
- [External Procedure](https://docs.tibero.com/tibero-manuals_en/topics/development/external-procedure.md): Describes the basic concepts of External Procedures provided by the Tibero DBMS and how to use them.
- [Error help](https://docs.tibero.com/tibero-manuals_en/topics/error-help.md): This document provides a list of errors that could occur while using the products and offers a quick explanation of how to fix the error or avoid it in the future.
- [Glossary Guide](https://docs.tibero.com/tibero-manuals_en/topics/glossary-guide.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.tibero.com/tibero-manuals_en/topics.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.
