# Introduction

![](https://3587843806-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYrngGo9yvuG-4cJDYQ%2F-MYrvzc9Cgbq1aHHvMXY%2F-MYrwMX98QYRotppyeu_%2Fcubrid-logo-big-transparent.png?alt=media\&token=60b956ed-9911-4497-9617-53d66e2b3b38)

## Introduction

CUBRID 개발자 가이드에 오신 것을 환영합니다.\
이 문서는 오픈소스 데이터베이스인 CUBRID 개발에 기여하려는 개발자를 위해 작성되었습니다.

다음의 리소스를 확인하여 먼저 CUBRID에 대해 알아보세요.

* [CUBRID Foundation](https://www.cubrid.org/): cubrid.org
* [CUBRID Korean Website](https://www.cubrid.com/): cubrid.com
* [CUBRID Manuals (eng)](https://www.cubrid.org/manual/en/latest/), [CUBRID Manuals (kor)](https://www.cubrid.org/manual/ko/latest/): CUBRID 최신 매뉴얼
* [CUBRID JIRA Issue Tracker](http://jira.cubrid.org/): CUBRID 이슈 트래커
* [CUBRID Github Repository](https://github.com/CUBRID): CUBRID 소스코드 저장소
* [CUBRID Reddit](https://www.reddit.com/r/CUBRID/): 커뮤니케이션 채널, Question and Answer

프로젝트에 대한 코드 기여 작업을 시작하기 전에 \
[Contribution Guideline](https://dev.cubrid.org/dev-process/v/ko)을 읽어 주시기 바랍니다.


---

# Agent Instructions: 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:

```
GET https://dev.cubrid.org/dev-guide/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
