> For the complete documentation index, see [llms.txt](https://support.freemeta.net/faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.freemeta.net/faq/articles/install.md).

# 설치

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Q. 설치할때 오류가 발생됩니다</strong></td><td><p>A. 설치 중에 오류가 발생되는 현상은 유저님께서 이용하고 계시는 네트워크나 메모리 부족 등과 같은 현상으로 인해 발생될 수 있습니다.</p><ul><li>설치가 원활하지 않을 경우 아래 조치 내용 참고하여 진행해 보시길 바랍니다.</li></ul><ol><li>불필요한 파일 삭제</li><li>백신 프로그램을 통해 바이러스 검사</li><li>재부팅</li></ol></td><td></td></tr><tr><td><strong>Q. 프리블록스 PC 최소 사양이 어떻게 되나요?</strong></td><td><p>A. 프리블록스는 모바일 버전도 준비하고 있으므로 가급적이면 낮은 사양에서도 이용하실 수 있도록 개발되고 있습니다.</p><p></p><ul><li>PC 최소사양</li></ul><p>- 운영체제 : 윈도우10, 64bit</p><p>- CPU : 인텔 i5</p><p>- RAM : 4GB</p><p>- 그래픽 : GT 630</p><p></p></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.freemeta.net/faq/articles/install.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
