> For the complete documentation index, see [llms.txt](https://diritto.gitbook.io/helpcenter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://diritto.gitbook.io/helpcenter/feature/account/verificationabroad.md).

# 해외 거주자 본인인증

**Step 1.** 거주하는 국가에서 발급한 신분증(해외 여권, 해외 면허증, 등)을 준비해 주세요.

**Step 2.** 회원가입 과정에서 “해외 신분증으로 인증하기” 버튼을 눌러주세요.

**Step 3.** '제출할 파일이 준비되었어요.'를 선택한 후, 파일을 제출해 주세요.

<figure><img src="/files/rYYXryZkYUgXVOPo6IS0" alt=""><figcaption></figcaption></figure>

## 유의사항

* 해외 거주 고객들에 한해 가능하며 대한민국 정부에서 발급한 신분증 접수는 처리가 불가능해요.
* 영문 이름, 생년월일을 제외한 개인 정보 및 사진은 가린 후 접수해 주세요.
* 유효기간이 지난 신분증은 처리해 드릴 수 없어요.
* 본인인증 과정에서 나이인증도 함께 처리돼요.


---

# 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://diritto.gitbook.io/helpcenter/feature/account/verificationabroad.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.
