-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (74 loc) · 2.81 KB
/
index.html
File metadata and controls
80 lines (74 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AskAI – Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
color: #333;
}
h1 { color: #2b4f81; }
h2 { margin-top: 30px; color: #444; }
a { color: #3366cc; }
hr { margin: 40px 0; }
</style>
</head>
<body>
<h1>AskAI – Privacy Policy</h1>
<p><strong>Effective Date:</strong> June 11, 2025</p>
<p><strong>Contact Email:</strong> pir.studio2025@gmail.com</p>
<hr />
<h2>📘 Overview</h2>
<p>
AskAI is an educational app that enables users to ask questions via text or voice and receive intelligent responses powered by artificial intelligence. We value your privacy and are committed to being transparent about how your information is handled.
</p>
<h2>📲 Data We Collect</h2>
<p>
AskAI <strong>does not collect or store any personal data</strong> from users.
</p>
<p>
However, to generate responses to user queries, the app:
<ul>
<li>Sends the text of your question to our <strong>private server</strong></li>
<li>Our server may forward that text to a third-party AI service (OpenAI) to generate a response</li>
</ul>
No personal identifiers (such as name, email, IP address) are included in these requests.
</p>
<h2>🔄 Third-Party Services</h2>
<p>
To provide accurate and helpful answers, AskAI relies on external AI services.
</p>
<p>
Specifically, we use:
<ul>
<li><strong>OpenAI API</strong> (a service of OpenAI, L.L.C.) to process user-submitted queries</li>
</ul>
All queries are routed through our private server (<code>https://hayataiapp.homes</code>), and only the <strong>question text</strong> is sent to OpenAI. No user-identifying data is included or stored by AskAI or OpenAI.
</p>
<p>
You can read OpenAI’s API Data Usage Policy here:<br />
<a href="https://openai.com/policies/api-data-usage-policies" target="_blank">https://openai.com/policies/api-data-usage-policies</a>
</p>
<h2>🚫 No Ads, No Tracking</h2>
<ul>
<li>❌ Does not use advertising SDKs</li>
<li>❌ Does not track your activity across apps or websites</li>
<li>❌ Does not store your data on your device or in the cloud</li>
</ul>
<h2>✉️ Contact</h2>
<p>
If you have questions or concerns about this Privacy Policy, feel free to reach out:<br />
📧 <strong>pir.studio2025@gmail.com</strong>
</p>
<h2>🔁 Changes to This Policy</h2>
<p>
We may update this policy in the future. Any changes will be reflected on this page.
</p>
</body>
</html>