> 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/7.2.5.manuals_en.md).

# Manuals

You can check the manuals based on your specific purpose, such as installation, operation, development, or reference.

## Manual List

The following is a list of Tibero reference guides and manuals, categorized by document number for easy access:

<table data-search="false"><thead><tr><th width="88">No.</th><th width="167">Manual</th><th>Key Content</th></tr></thead><tbody><tr><td>1</td><td>Tibero Release Note</td><td>Introduces the major changes and updates in the released version.</td></tr><tr><td>2</td><td>Tibero Administrator's Guide</td><td>Explains the fundamental administrative tasks required for operating Tibero.</td></tr><tr><td>3</td><td>Tibero tbCLI Guide</td><td>Introduces the concepts, components, and structure of tbCLI (Call Level Interface). Covers data types, functions, and error messages needed to write tbCLI programs.</td></tr><tr><td>4</td><td>Tibero Application Developer's Guide</td><td>Introduces how to develop application programs using application libraries.</td></tr><tr><td>5</td><td>Tibero tbESQL/C Guide</td><td>Explains how to write various application programs that perform database operations using the C programming language.</td></tr><tr><td>6</td><td>Tibero tbESQL/COBOL Guide</td><td>Explains how to write various application programs that perform database operations using the COBOL programming language.</td></tr><tr><td>7</td><td>Tibero External Procedure Guide</td><td>Introduces external procedures, including how to create and use them.</td></tr><tr><td>8</td><td>Tibero Hadoop Connector Guide</td><td>Provides instructions on how to use the Tibero Hadoop Connector.</td></tr><tr><td>9</td><td>Tibero Installation Guide</td><td>Outlines the system requirements, installation, and uninstallation procedures for Tibero.</td></tr><tr><td>10</td><td>Tibero JDBC Developer's Guide</td><td>Explains how to develop application programs using the JDBC features provided by Tibero.</td></tr><tr><td>11</td><td>Tibero tbPSM Reference Guide</td><td>Introduces the packages of tbPSM (Stored Procedure Module) and describes the prototypes, parameters, and examples for each procedure and function within those packages.</td></tr><tr><td>12</td><td>Tibero tbPSM Guide</td><td>Introduces the concepts, syntax, and components of tbPSM. Describes control structures, composite types, subprograms, packages, SQL execution, and error handling methods required to write programs.</td></tr><tr><td>13</td><td>Tibero Spatial Reference Guide</td><td>Explains Geometry types in Tibero and provides a list of procedures, functions, and usage instructions related to Spatial features.</td></tr><tr><td>14</td><td>Tibero TAS Guide</td><td>Written for administrators who want to manage Tibero files using Tibero Active Storage (TAS).</td></tr><tr><td>15</td><td>Tibero TEXT Reference Guide</td><td>Explains the Text Index feature provided by Tibero, including how to create and use Text Indexes.</td></tr><tr><td>16</td><td>Tibero TDP.NET Guide</td><td>Provides a guide to the features of Tibero Data Provider for .NET.</td></tr><tr><td>17</td><td>Tibero IMCS Guide</td><td>Covers the In-Memory Column Store (IMCS) features provided by Tibero.</td></tr><tr><td>18</td><td>Tibero Utility Guide</td><td>Explains the installation, configuration, and usage of various utilities required for performing database-related tasks.</td></tr><tr><td>19</td><td>Tibero Error Reference Guide</td><td>Provides the causes and troubleshooting solutions for various errors that may occur while using Tibero.</td></tr><tr><td>20</td><td>Tibero Reference Guide</td><td>Describes initialization parameters, the data dictionary, static views, and dynamic views required for the operation and use of Tibero.</td></tr><tr><td>21</td><td>Tibero SQL Reference Guide</td><td>Details the SQL statements required when performing database operations or writing application programs.</td></tr><tr><td>22</td><td>Tibero Glossary</td><td>Provides definitions for terms used across the Tibero manuals.</td></tr></tbody></table>

## Copyright Notice

#### Address

&#x20;45, Jeongjail-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Republic of Korea

## Website

{% embed url="<https://www.tibero.com/en>" %}

## Technical service center

Tel : +82-1544-8629

E-Mail : <gitbook@tibero.com>

## Restricted Rights Legend

All TmaxTibero Software (Tibero®) and documents are protected by copyright laws and international convention. TmaxTibero software and documents are made available under the terms of the TmaxTibero License Agreement and this document may only be distributed or copied in accordance with the terms of this agreement. No part of this document may be transmitted, copied, deployed, or reproduced in any form or by any means, electronic, mechanical, or optical, without the prior written consent of TmaxTibero Co., Ltd. Nothing in this software document and agreement constitutes a transfer of intellectual property rights regardless of whether or not such rights are registered) or any rights to TmaxTibero trademarks, logos, or any other brand features.

This document is for information purposes only. The company assumes no direct or indirect responsibilities for the contents of this document, and does not guarantee that the information contained in this document satisfies certain legal or commercial conditions. The information contained in this document is subject to change without prior notice due to product upgrades or updates. The company assumes no liability for any errors in this document.

## Trademarks

Tibero® is a registered trademark of TmaxTibero Co., Ltd. Other products, titles or services may be registered trademarks of their respective companies.


---

# 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/7.2.5.manuals_en.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.
