# 연결 해제했던 연인과 ‘새로운 연결’을 하면 어떻게 되나요?

기존에 사용하던 계정이 아닌 새로운 계정으로 로그인했거나,\
같은 계정이더라도 ‘새로운 연결’을 진행하게 되면\
이전의 기록은 불러올 수 없고, <mark style="background-color:red;">새로운 기록을 처음부터 작성하시게 됩니다.</mark>

따라서 이전 데이터를 다시 보고 싶으시다면\
연결 가능 기간 내에 같은 계정으로 ‘다시 연결’ 기능을 사용해 주세요. 😊

➡️ [다시 연결하는 방법](/thecouple/faq/6/2.md)&#x20;


---

# Agent Instructions: 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:

```
GET https://organization-apx.gitbook.io/thecouple/faq/6/3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
