# 앱을 삭제하면 모든 데이터가 사라지나요?

아니요! 단순히 앱만 삭제하는 경우, <mark style="background-color:red;">데이터는 사라지지 않습니다.</mark> 😊

앱을 재설치한 후, 기존과 동일한 계정으로 로그인하면 기존 데이터를 다시 확인할 수 있어요.\
하지만, 다른 계정으로 로그인하면 새로운 유저로 간주되므로 기존 데이터를 확인할 수 없습니다.

📢 데이터를 유지하려면, 반드시 기존에 사용했던 계정으로 로그인해 주세요!<br>


---

# 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/5/2.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.
