# 사용자 컨트롤 가져오기 및 내보내기

포건시는 사용자컨트롤을 생성한 후 사용자 컨트롤 내보내기 또는 가져오기를 지원합니다.&#x20;

### 사용자제어 내보내기&#x20;

프로젝트 탐색기의 사용자 컨트롤 탭에서 마우스 오른쪽 버튼을 클릭하고 컨텍스트 메뉴에서 "사용자 제어 파일 내보내는 중"을 선택합니다.&#x20;

<figure><img src="/files/P7ikDjRGfa4T2XuXtEyX" alt=""><figcaption></figcaption></figure>

이 창에서 모든 사용자 컨트롤이 나열됩니다. 기본적으로 모든 사용자 컨트롤이 선택되어 있습니다. "확인"버튼을 클릭하여 사용자 컨트롤을 내보낼 수 있습니다.&#x20;

<figure><img src="/files/pKAbHLPOciJ6apL5xARW" alt=""><figcaption></figcaption></figure>

내보낸 구성 요소 파일의 기본 파일 이름은 "UserControl.fguc"입니다.

<figure><img src="/files/55TCdjZFIJBMgtMJOO97" alt=""><figcaption></figcaption></figure>

### 사용자 컨트롤 가져오기&#x20;

사용자 컨트롤 파일 (확장자 .fguc)를  포건시에 가져올 수 있습니다.

프로젝트 탐색기의 사용자 컨트롤 탭에서 마우스 오른쪽 버튼을 클릭하고 컨텍스트 메뉴에서 "사용자 제어 파일 가져오는 중"을 선택합니다.&#x20;

<figure><img src="/files/V5bIlFBTHAPNc3gi3whH" alt=""><figcaption></figcaption></figure>

"열기"를 클릭하면 "사용자 제어 파일 가져오기"창이 뜹니다. 이 창에서는 모든 사용자제어파일이 나열되고, 모두 선택되어 있습니다.&#x20;

<figure><img src="/files/5Y4ZJI4LyiVjq3VEVxva" alt=""><figcaption></figcaption></figure>


---

# 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://doc.forguncy.co.kr/forguncy-v9/components/usercontrol/inputexport.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.
