# 플러그인

![](/files/LaPTZAFq31V2LdoHeVTv)

플러그인은 모델링 도구 세트를 확장하여 Autodesk FormIt® 경험을 개선할 수 있습니다. FormIt의 도구 라이브러리에 포함되어 있지 않은 특정 설계 요구를 해결할 수 있습니다.

이 입문서의 플러그인 섹션에는 다음 4개의 장이 포함되어 있습니다.

1. [플러그인 소개](/ko/plugins/introduction.md): 플러그인에 대해 알아야 하는 기본 정보입니다.
2. [플러그인 사용 방법](/ko/plugins/how-to-use-plug-ins.md): 이 섹션에서는 플러그인을 사용해 보려는 FormIt 사용자에게 플러그인 설치 및 사용 프로세스를 안내합니다.
3. [플러그인 개발 방법:](/ko/plugins/how-to-develop-plugins.md) 이 섹션에서는 개발을 시도하고자 하는 개발자에게 FormIt 플러그인을 개발하는 단계를 안내합니다.
4. [FormIt API](/ko/plugins/useful-links.md): FormIt의 API 설명서에 대한 링크입니다.
5. [예:](/ko/plugins/example-1.md) 기존 플러그인을 사용해 보고자 하는 경우 이 섹션에 포함된 사용 가능한 일부 플러그인에 대한 설명을 참고하십시오.


---

# 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://windows.help.formit.autodesk.com/ko/plugins.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.
