-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba5bd46
commit 29500d0
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Privacy Policy - AAVE-AI-Agent</title> | ||
<style> | ||
body { font-family: Arial, sans-serif; line-height: 1.6; } | ||
.container { width: 80%; margin: auto; overflow: hidden; } | ||
h1, h2 { color: #333; } | ||
p { margin: 15px 0; } | ||
</style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>Privacy Policy for AAVE-AI-Agent</h1> | ||
<p><strong>Last Updated: [Date]</strong></p> | ||
|
||
<h2>1. Introduction</h2> | ||
<p>Welcome to AAVE-AI-Agent. This application utilizes advanced AI to provide services without collecting or storing personal data.</p> | ||
<p>We are committed to protecting your privacy and ensuring a transparent user experience.</p> | ||
|
||
<h2>2. No Collection of Personal Data</h2> | ||
<p>AAVE-AI-Agent does not collect any personal data from its users.</p> | ||
<p>User inputs are processed in real-time and are not stored, ensuring complete privacy.</p> | ||
|
||
<h2>3. Data Storage and Protection</h2> | ||
<p>Since AAVE-AI-Agent does not store user data, there are no data storage practices applicable to our service.</p> | ||
<p>User interactions with the application are transient and not retained, ensuring maximum privacy.</p> | ||
|
||
<h2>4. No Data Sharing or Disclosure</h2> | ||
<p>As no personal data is collected, there is no sharing or disclosure of user data with third parties.</p> | ||
<p>The application operates independently, maintaining complete user confidentiality.</p> | ||
|
||
<h2>5. User Rights</h2> | ||
<p>Given our no data collection policy, typical user rights related to data access, deletion, or correction are not applicable.</p> | ||
<p>Users can interact with AAVE-AI-Agent with the assurance that their privacy is maintained.</p> | ||
|
||
<h2>6. Children's Privacy</h2> | ||
<p>AAVE-AI-Agent does not specifically target or collect information from children. As no personal data is collected from any users, children's privacy is inherently protected.</p> | ||
|
||
<h2>7. Changes to This Privacy Policy</h2> | ||
<p>Should any changes be made to this policy, users will be informed accordingly.</p> | ||
<p>Users are encouraged to review this policy periodically to stay informed about our privacy practices.</p> | ||
|
||
<h2>8. Contact Information</h2> | ||
<p>For any questions or concerns about this privacy policy, please contact us at [Your Contact Information].</p> | ||
</div> | ||
</body> | ||
</html> | ||
|