# Manual Creation Guide

If the CUBRID manual needs to be updated during development or after development is completed,  you can contribute in the same manner for [Manual JIRA](http://jira.cubrid.org/projects/CUBRIDMAN) and [Manual Github](https://github.com/CUBRID/cubrid-manual) as in the guidelines described in previous sections.

* Manual JIRA: <http://jira.cubrid.org/projects/CUBRIDMAN>​
* Manual Github: <https://github.com/CUBRID/cubrid-manual>​

Specifically, the manual creation process follows the below procedures:&#x20;

* Create a manual JIRA issue
* Link the created manual JIRA with issues in CBRD or APIS projects
* Create a Pull Request after creating a manual
* Review PR for manual changes and code merge (includes previous versions)
* Change the status of the manual JIRA to 'Done'


---

# 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-process/dp-en/workflow-after-code-merging-1/manual.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.
