> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/ko/readme.md).

# 지원 가이드

## 티켓을 열기 전에

먼저 이 도움말 센터에서 검색하세요. 입금, 출금, 거래, 구독에 대한 가장 일반적인 질문은 FAQ 섹션에 이미 답변되어 있습니다. 사용 방법 가이드와 기능 문서를 찾고 있다면, 다음을 방문하세요. [Minara 문서](https://minara.ai/docs).

검색해도 답을 찾을 수 없다면 지원 티켓을 여세요.

## 지원 받는 방법

**Discord(가장 빠름)**

공식 Minara Discord에 참여하세요: [discord.com/invite/minaraai](https://discord.com/invite/minaraai)

다음으로 이동하세요 **open-ticket** 채널로 이동해 버튼을 사용하여 티켓을 생성하세요. 지원은 공개 채널이나 다이렉트 메시지가 아니라 티켓 채널에서만 이루어집니다. Minara 지원이라고 주장하며 직접 연락하는 사람은 모두 사기꾼입니다.

**앱 내**

Minara 채팅에 문제를 입력하세요. 간단한 질문은 Minara가 직접 도와드릴 수 있습니다. 계정이나 자금 관련 문제의 경우, 채팅이 Discord로 안내합니다.

## 응답 시간

티켓 응답은 보통 최대 24시간이 걸립니다. 주말과 트래픽이 많은 시간대에는 더 오래 걸릴 수 있습니다. 티켓을 열 때는 계정 이메일, 지갑 주소, 거래 해시, 스크린샷 등 가능한 한 자세한 정보를 포함하세요. 이렇게 하면 불필요한 왕복을 줄일 수 있습니다.

## 보안

**Minara는 절대 개인 키, 시드 구문, 또는 인증 코드가 필요하다고 요구하지 않습니다.** 이러한 정보를 요구하는 사람은 모두 사기꾼입니다.

Minara 브랜드의 페이지나 링크와 상호작용하기 전에 URL을 확인하세요. 공식 Minara 도메인은 다음과 같습니다:

* 앱: [minara.ai](https://minara.ai)
* 문서: [minara.ai/docs](https://minara.ai/docs)
* Discord: [discord.com/invite/minaraai](https://discord.com/invite/minaraai)
* X: [x.com/minara](https://x.com/minara)

사기꾼들은 비슷해 보이는 도메인(예: minara-ai.com, minara.app)을 사용합니다. 확실하지 않다면 공식 X 계정 또는 Discord의 링크를 통해서만 Minara에 접속하세요.

계정이 침해되었다고 생각되면 [보안 사고](/docs/support/ko/faq/wallet-and-security/security-incidents.md) 에서 즉시 조치를 확인하세요.


---

# 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://minara.ai/docs/support/ko/readme.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.
