-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (85 loc) · 3.39 KB
/
index.html
File metadata and controls
94 lines (85 loc) · 3.39 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Privacy Policy - InstaSupport Inc.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { font-family: Arial, sans-serif; margin: 20px; line-height: 1.6; color: #333; }
h1, h2 { color: #222; }
ul { margin-left: 20px; }
a { color: #1a0dab; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> 2025-03-20</p>
<p>
At <strong>InstaSupport Inc.</strong>, we are committed to protecting your privacy.
This Privacy Policy explains how we collect, use, store, and share your information
when you use our app, which automates Instagram messaging to explain and support
user requirements and satisfaction.
</p>
<h2>1. Information We Collect</h2>
<p>We may collect the following types of information:</p>
<ul>
<li>
<strong>Instagram Account Information:</strong>
When you interact with our app via Instagram, we may receive data such as your Instagram user ID, username, and profile information provided by Instagram.
</li>
<li>
<strong>Message Content:</strong>
We collect the content of messages sent and received through our app to help us automate responses and provide effective support.
</li>
<li>
<strong>Usage Data:</strong>
We automatically gather information about how you interact with our app, including IP address, browser type, and access times.
</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use the collected information for various purposes, including:</p>
<ul>
<li>
<strong>Providing and Improving Our Service:</strong>
Automating Instagram messaging to address user queries and enhance user satisfaction.
</li>
<li>
<strong>Customer Support:</strong>
Responding to your inquiries and ensuring you have the support you need.
</li>
<li>
<strong>Analytics:</strong>
Analyzing usage trends to improve our messaging automation and overall service.
</li>
</ul>
<h2>3. Information Sharing</h2>
<p>
We do not sell, trade, or otherwise transfer your personal information to outside parties without your consent,
except as required by law or necessary to operate our service. We may share information with trusted third parties who help us run our app,
but they are obligated to keep your data confidential.
</p>
<h2>4. Data Security</h2>
<p>
We take data security seriously and use various measures to safeguard your information.
However, no method of transmission over the Internet or electronic storage is 100% secure.
</p>
<h2>5. Your Rights</h2>
<p>
You have the right to access, update, or delete your personal information at any time.
If you wish to exercise these rights, please contact us using the information provided below.
</p>
<h2>6. Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy periodically. Any changes will be posted on this page,
and the effective date will be updated accordingly. Your continued use of our app indicates your acceptance of any changes.
</p>
<h2>7. Contact Us</h2>
<p>
If you have any questions about this Privacy Policy or our data practices, please contact us at:
</p>
<p>
<strong>Email:</strong> nexius@gmail.com
</p>
<p><em>Last updated: 2025-03-20</em></p>
</body>
</html>