# 코드 서빙

**폐쇄된 로컬 네트워크 환경**에서도 Git을 활용해 효율적인 형상 관리가 가능하며, 체계적인 배포 프로세스를 구축하여 소스 코드 이력을 안전하게 보호할 수 있습니다. 본 글에서는 이러한 환경을 뒷받침하는 **'코드 서빙(Code Serving)'** 솔루션과 그 활용법에 대해 살펴보겠습니다.


---

# 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://genos-docs.gitbook.io/default/v1.7.5/basic-tutorials/guides/development/code_serving.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.
