# 코드가이드

- [명명 규칙및 주석처리](https://developer.aliothx.net/start/flutter/code/undefined.md): 프로그래밍에서 명명 규칙은 코드의 가독성을 향상시키고 유지보수를 용이하게 만드는 중요한 부분입니다. 변수, 함수, 클래스, 상수 및 주석을 작성하는 방법은 팀과의 협업을 용이하게 하고 코드의 일관성을 유지하는 데 도움이 됩니다. 이에 대한 명명 규칙과 주석 작성 방법을 아래에서 확인해보세요.
- [코딩 컨벤션](https://developer.aliothx.net/start/flutter/code/undefined-1.md)
- [디렉토리 생성및 관리](https://developer.aliothx.net/start/flutter/code/undefined-2.md): 앱 개발 중에 디렉토리 생성과 관리는 중요한 부분입니다. Flutter는 이러한 작업을 간단하게 처리할 수 있는 다양한 방법을 제공합니다.
- [페이지 작성](https://developer.aliothx.net/start/flutter/code/undefined-3.md): Flutter는 모바일 앱 및 웹 앱을 개발하는 강력한 프레임워크로, 다양한 화면을 구성하는 것이 중요한 업무 중 하나입니다. 아래에서 Flutter로 페이지를 작성하고 관리하는 방법을 확인해보세요.


---

# 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://developer.aliothx.net/start/flutter/code.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.
