> 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/faq/account-and-access/login-and-access.md).

# 로그인 및 계정 접근

**Minara에 로그인할 수 없습니다.** Minara는 Google OAuth를 사용합니다. Minara 계정을 생성할 때 사용한 Google 계정으로 로그인하고 있는지 확인하세요. 브라우저 캐시를 지우거나 시크릿 모드를 사용해 보세요. VPN을 사용 중이라면 꺼 보세요. Minara는 중국 본토, 북한 및 일부 제한 지역에서는 이용할 수 없습니다.

여전히 로그인할 수 없다면, 우리의 [디스코드](https://discord.com/invite/minaraai) 에 참여해 지원 티켓을 여세요.

**세션이 계속 로그아웃됩니다.** 이 문제는 일정 기간 동안 활동이 없었거나 새 기기에서 발생할 수 있습니다. Google 버튼을 통해 다시 로그인하세요. 로그인 직후 세션이 끊긴다면 쿠키를 지우고 다른 브라우저를 사용해 보세요.

**어떤 Google 계정을 사용했는지 잊어버렸습니다.** 지원 티켓 없이는 이메일로 계정을 조회할 방법이 없습니다. 기억나는 정보(사용자 이름, 지갑 주소, 대략적인 가입 날짜)를 가지고 Discord에서 문의해 주세요.

**인증 앱을 어떻게 재설정하나요?** 인증 앱에 접근할 수 없게 된 경우(예: 휴대폰 분실), 계정 확인 정보와 함께 Discord의 지원팀에 문의하세요. 신원 확인 없이는 2FA를 우회할 수 없습니다.


---

# 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/faq/account-and-access/login-and-access.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.
