> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/docs/member/security/countries-regions.md).

# 국가/지역별 로그인 허용

개발자센터에 로그인을 허용할 국가/지역을 설정할 수 있습니다.

## 설정하기 <a href="#id" id="id"></a>

1. '보안설정 > 국가/지역 별 로그인 허용' 메뉴를 선택합니다.
2. 현재 설정 상태가 표시되며, 설정 여부를 선택합니다.
   1. 허용 국가/지역 지정
      * 로그인을 허용할 국가/지역을 지정합니다. (최대 5개)
   2. 지정 안함
      * 모든 국가/지역의 로그인을 허용합니다.
3. 국가/지역 리스트에서 허용할 항목을 선택한 후 \[>] 버튼을 선택합니다.
4. '저장하기'를 선택합니다.&#x20;


---

# 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://onestore-dev.gitbook.io/dev/docs/member/security/countries-regions.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.
