# Introduction

![](https://4194867918-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

Welcome to the CUBRID developer guide. \
The purpose of this document is to provide guidelines to developers who is willling to make contribution to the development of CUBRID, an open source database project. &#x20;

Check out the following resources to learn about CUBRID first:

* [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 latest manual
* [CUBRID JIRA Issue Tracker](http://jira.cubrid.org/): CUBRID issue tracker
* [CUBRID Github Repository](https://github.com/CUBRID): CUBRID source code repository&#x20;
* [CUBRID Reddit](https://www.reddit.com/r/CUBRID/): communication channel, Q\&A

Please read the [Contribution Guideline ](https://dev.cubrid.org/dev-process/v/en)before starting your contribution journey!&#x20;


---

# 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/dg-en/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.
