> For the complete documentation index, see [llms.txt](https://docs.tibero.com/tibero-manuals/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/topics/administration/database-languages.md).

# Database Languages

- [애플리케이션 개발자 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/tibero-development-guide.md): Tibero에서 제공하는 데이터 타입부터 각종 애플리케이션 사용 방식에 대해 설명합니다.
- [tbPSM 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/tibero-tbpsm-guide.md): Tibero에서 제공하는 DB 내부 저장 프러시저 모듈 tbPSM 를 안내합니다.
- [tbPSM 참조 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/tibero-tbpsm-reference-guide.md)
- [SQL 참조 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/tibero-sql-reference-guide.md): Tibero DB에서 제공하는 SQL 사용법을 안내합니다.
- [TEXT 참조 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/tibero-text-reference-guide.md)
- [DBLink 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/dblink-guide.md)
- [Tibero tbESQL/C 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/tibero-tbesql-c-guide.md): Tibero 내장 SQL 사용을 위해 제공하는 인터페이스인 tbESQL/C의 기본 개념과 활용방법을 소개합니다.
- [Tibero tbESQL/COBOL 안내서](https://docs.tibero.com/tibero-manuals/topics/administration/database-languages/tibero-tbesql-cobol-guide.md): Tibero에서 애플리케이션 개발에 사용되는 COBOL과 C에 대한 tbESQL 인터페이스를 설명합니다.


---

# 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/topics/administration/database-languages.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.
