> For the complete documentation index, see [llms.txt](https://suibo.dooosome.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suibo.dooosome.com/legal/privacy-en.md).

# Privacy Policy

Updated: **27/07/2024**

Effective date: **27/07/2024**

### Introduction

*Suibo Breathing* is a product provided by *Jiacheng Wang* ("we," "us," or "our"). When you use our services, we may collect and use information related to you. This Privacy Policy explains how we collect, use, store, and share that information when you use our services, and how we give you access to, update, control, and protect that information. This Privacy Policy is closely related to the *Suibo Breathing* services you use. Please read it carefully and make choices you consider appropriate when needed, following the guidance in this Privacy Policy. We try to explain relevant technical terms in clear and concise language so they are easier to understand.

**By using or continuing to use our services, you agree that we may collect, use, store, and share your related information in accordance with this Privacy Policy.**

If you have any questions about this Privacy Policy or related matters, contact us at **<suibo@dooosome.com>**.

### 1. Information we collect

When we or our third-party partners provide services, we may collect, store, and use the following information related to you. If you do not provide relevant information, you may be unable to register as our user, use some of the services we provide, or achieve the intended effect of those services.

* **Log information**. When you use our services, the system may collect information through cookies, identifiers, and related technologies, including your **device information**, **browsing information**, and **click information**. This information may be stored as log information to provide you with a personalized user experience and maintain service security. You can reject or manage the use of cookies, identifiers, or related technologies through your browser settings.

### 2. Storage of information

**2.1 Methods and duration of storage**

* We store your information in secure ways, including local storage, such as using the app for data caching, databases, and server logs.
* In general, we store your personal information only for the time necessary to fulfill service purposes, or as required by laws and regulations.

**2.2 Location of storage**

* In accordance with applicable laws and regulations, we store personal information collected within mainland China inside mainland China.
* We do not currently transfer or store your personal information across borders. If cross-border transfer or storage becomes necessary in the future, we will inform you of the purpose of the transfer, the recipient, the security measures, and the security risks, and obtain your consent.

**2.3 Notice when products or services stop operating**

* If our products or services stop operating, we will notify you by push notification, announcement, or similar means, and delete or anonymize your personal information within a reasonable period, unless laws and regulations provide otherwise.

### 3. Information security

We use various security technologies and procedures to prevent information loss, misuse, unauthorized access, or disclosure. For example, in some services, we use encryption technologies such as SSL to protect the personal information you provide. However, please understand that due to technical limits and possible malicious methods, no security measure can guarantee complete security at all times on the internet, even with our best efforts. You should understand that the systems and communication networks you use to access our services may encounter issues beyond our control.

### 4. How we use information

We may use the information collected while providing services for the following purposes:

* To provide services to you.
* To support identity verification, customer service, security protection, fraud monitoring, archiving, and backup while providing services, and to ensure the security of our products and services.
* To help us design new services and improve existing services.
* To better understand how you access and use our services, so we can respond to your personalized needs more effectively, such as language settings, location settings, personalized help services and guidance, or other responses to you and other users.
* To provide advertising that is more relevant to you instead of general advertising.
* To evaluate and improve the effectiveness of advertising and other promotions in our services.
* To conduct software authentication or manage software upgrades.
* To let you participate in surveys about our products and services.

### 5. Information sharing

At present, we do not proactively share or transfer your personal information to third parties. If there is another situation involving the sharing or transfer of your personal information, or if you ask us to share or transfer your personal information to a third party, we will directly obtain your explicit consent or confirm that the third party has done so.

For advertising delivery and for evaluating and optimizing advertising performance, we may need to share part of your data with advertisers, their agents, and other third-party partners. We require them to strictly follow our data privacy protection measures and requirements, including processing under data protection agreements, commitments, and related data processing policies, avoiding identification of individuals, and protecting privacy and security.

We do not share information that can identify you personally, such as your name or email address, with partners unless you have explicitly authorized us to do so.

We do not publicly disclose collected personal information. If public disclosure is necessary, we will inform you of the purpose of the disclosure, the type of information disclosed, and any sensitive information that may be involved, and obtain your explicit consent.

As our business continues to develop, we may enter into transactions such as mergers, acquisitions, or asset transfers. We will inform you of the relevant circumstances and continue to protect, or require new controllers to continue to protect, your personal information in accordance with laws and regulations and standards no lower than those required by this Privacy Policy.

In addition, under relevant laws, regulations, and national standards, we may share, transfer, or publicly disclose personal information without your prior authorization in the following situations:

* Matters directly related to national security or national defense security.
* Matters directly related to public safety, public health, or major public interests.
* Matters directly related to criminal investigation, prosecution, trial, or enforcement of judgments.
* Cases where it is necessary to protect the life, property, or other major legitimate rights and interests of the personal information subject or another individual, but obtaining consent is difficult.
* Cases where the personal information subject has disclosed the personal information to the public voluntarily.
* Cases where personal information is collected from legally disclosed public information, such as lawful news reports or government information disclosures.

### 6. Your rights

During your use of our services, we may provide corresponding operational settings based on the specific product situation, so you can query, delete, correct, or withdraw your related personal information. You can act by following the relevant guidance. We also provide complaint and reporting channels, and your feedback will be handled promptly. If you cannot exercise your rights as a personal information subject through the methods above, you can contact us using the contact details provided in this Privacy Policy, and we will respond in accordance with applicable laws and regulations.

### 7. Changes

We may revise the terms of this Privacy Policy from time to time. When changes occur, we will notify you of the new Privacy Policy during version updates and explain the effective date. Please read the updated Privacy Policy carefully. **If you continue to use our services, you agree that we may process your personal information in accordance with the updated Privacy Policy.**

### 8. Protection of minors

We encourage parents or guardians to guide minors under the age of eighteen in using our services. We recommend that minors ask their parents or guardians to read this Privacy Policy, and we recommend that minors seek the consent and guidance of their parents or guardians before submitting personal information.


---

# 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://suibo.dooosome.com/legal/privacy-en.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.
