-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
162 lines (145 loc) · 5.99 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html>
<head>
<!-- METADATA -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Kembot | Privacy Policy</title>
<meta
name="description"
content="Communicate between patients and healthcare teams in real time."
/>
<meta property="og:title" content="Kembot | Privacy Policy" />
<meta
property="og:description"
content="Communicate between patients and healthcare teams in real time."
/>
<meta property="og:image" content="https://kembot.io/assets/logo.png" />
<meta property="og:url" content="https://kembot.io/privacy" />
<meta property="og:site_name" content="Kembot" />
<!-- RESOURCES -->
<script src="./menu.js"></script>
<script
src="https://kit.fontawesome.com/297c891af6.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="https://use.typekit.net/syn8ymb.css" />
<link
href="https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Source+Sans+Pro:wght@400;700&display=swap"
rel="stylesheet"
/>
<link href="./index.css" rel="stylesheet" />
<link href="./privacy.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-96823676-11"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-96823676-11");
</script>
</head>
<body>
<navigation-menu></navigation-menu>
<main class="content">
<h1>Privacy Policy</h1>
<p>Last Updated: June 30, 2020</p>
<p>
The Kembot system stores any information you give it and any additional
information by our clients' personnel. This helps to keep all internal
operations organized and to contact you if/when necessary. We delete
this data as soon as legally allowable depending on the jurisdiction of
our clients.
</p>
<p>
All personally identifiable data is encrypted in transit and at rest
within our infrastructure when not being viewed directly by a user.
</p>
<p>
We use the information we have to analyze, develop, test, and improve
our products.
</p>
<p>
We use the information we have to verify accounts, identities, and
activity, combat harmful conduct, detect and prevent spam and other bad
experiences, maintain the integrity of our products, and promote safety
and security on and off of AMAGI products.
</p>
<p>
We use the information we have to send you marketing communications,
communicate with you about our or our clients' products, and let you
know about our policies and terms. We also use your information to
respond to you when you contact us.
</p>
<p>
We use the information we have (including from public data sets and
research partners we collaborate with) to conduct and support research
and innovation on topics of general social welfare, technological
advancement, public interest, health and well-being.
</p>
<p>
We record usage statistics on our website and inside the applications to
improve our services through better understanding of how they're used.
No credit card information is ever stored on our servers. We use API's
and services offered by Facebook and Google to facilitate communication
at the ends of our system.
</p>
<p>
You represent that you have read and understood our Privacy Policy. Note
that we may disclose information about you to third parties if we have a
good faith belief that such a disclosure is reasonably necessary to (i)
take action regarding suspected illegal activities; (ii) enforce or
apply our Terms and Privacy Policy; (iii) comply with legal process or
other government inquiry, such as a search warrant, subpoena, statute,
judicial proceeding, or other legal process served on us; or (iv)
protect our rights, reputation, and property, or that of our users,
affiliates, or the public. If you use Kembot outside of the USA, you
consent to having your personal data transferred to and processed in the
USA and/or Singapore.
</p>
<p>
We may use user personal data including Your Private Information to
enhance the quality of Kembot’s recommendations, as well as to add new
product features, including but not limited to exposing content from
third parties in the conversation.
</p>
<p>Their Privacy Policies are available here:</p>
<ul>
<li><a href="https://www.facebook.com/policy.php">Facebook</a></li>
<li>
<a href="https://policies.google.com/privacy?hl=en-US">Google</a>
</li>
</ul>
<p>
If you are an EU citizen or company, your rights with regard to your
personal data are available <a href="https://gdpr.eu/">here</a>.
</p>
<p>
If you are a Filipino citizen or company, your rights with regard to
your personal data are available
<a href="https://www.privacy.gov.ph/data-privacy-act/">here</a>.
</p>
<p>Our clients' data privacy policies are available here:</p>
<ul>
<li>
<a
href="https://philippinesvirustesting.com/privacy"
rel="external nofollow"
>Taytay Doctors Multispecialty Hospital</a
>
</li>
</ul>
<p>
By using the Kembot site, chatbot, or its services, you are consenting
to our terms and privacy policy. If you have any feedback, questions, or
want to see/delete your data, feel free to contact us at
</p>
</main>
</body>
</html>