-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
168 lines (151 loc) · 9.25 KB
/
terms.html
File metadata and controls
168 lines (151 loc) · 9.25 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
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
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - AgentBox</title>
<meta name="description" content="AgentBox Terms of Service — usage policies, limitations, and user responsibilities.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="site-nav" id="siteNav" aria-label="Main navigation">
<div class="nav-inner">
<a href="index.html" class="nav-logo" aria-label="Back to home">🤖 AgentBox</a>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle light/dark mode" title="Toggle theme">
<span class="theme-icon" id="themeIcon">☀️</span>
</button>
</div>
</nav>
<main class="legal-page">
<div class="legal-container">
<h1>Terms of Service</h1>
<p class="legal-updated">Last updated: March 21, 2026</p>
<nav class="legal-toc" aria-label="Table of contents">
<h2>Contents</h2>
<ol>
<li><a href="#acceptance">Acceptance of Terms</a></li>
<li><a href="#description">Service Description</a></li>
<li><a href="#accounts">Accounts & Access</a></li>
<li><a href="#usage">Acceptable Use</a></li>
<li><a href="#content">Your Content</a></li>
<li><a href="#ai">AI-Generated Output</a></li>
<li><a href="#plans">Plans & Billing</a></li>
<li><a href="#limits">Rate Limits & Quotas</a></li>
<li><a href="#termination">Termination</a></li>
<li><a href="#disclaimers">Disclaimers</a></li>
<li><a href="#liability">Limitation of Liability</a></li>
<li><a href="#changes">Changes to Terms</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</nav>
<section id="acceptance">
<h2>1. Acceptance of Terms</h2>
<p>By accessing or using AgentBox ("the Service"), you agree to be bound by these Terms of Service. If you do not agree, do not use the Service. These terms apply to all users, including free-tier and paid subscribers.</p>
</section>
<section id="description">
<h2>2. Service Description</h2>
<p>AgentBox provides a personal AI agent accessible through Telegram. The agent can remember conversations, search the web, set reminders, understand images, and perform various tasks on your behalf. The Service is provided on an "as available" basis.</p>
</section>
<section id="accounts">
<h2>3. Accounts & Access</h2>
<ul>
<li>You must have a valid Telegram account to use AgentBox.</li>
<li>You are responsible for all activity under your account.</li>
<li>You must not share your account or let others access the Service through your Telegram account.</li>
<li>You must be at least 13 years old (or the minimum age in your jurisdiction) to use the Service.</li>
</ul>
</section>
<section id="usage">
<h2>4. Acceptable Use</h2>
<p>You agree <strong>not</strong> to use AgentBox to:</p>
<ul>
<li>Generate spam, phishing content, or malware</li>
<li>Harass, threaten, or impersonate others</li>
<li>Violate any applicable law or regulation</li>
<li>Attempt to reverse-engineer, exploit, or disrupt the Service</li>
<li>Circumvent rate limits, quotas, or access controls</li>
<li>Generate content that sexualizes minors or promotes violence</li>
<li>Use automated means to abuse the Service (bot-on-bot loops, etc.)</li>
</ul>
<p>We reserve the right to suspend or terminate accounts that violate these policies.</p>
</section>
<section id="content">
<h2>5. Your Content</h2>
<p>You retain ownership of any content you send to AgentBox. By using the Service, you grant us a limited license to process your messages solely to provide the Service. We do not sell your data. See our <a href="privacy.html">Privacy Center</a> for details on data handling.</p>
<p>Conversation memory is stored to improve your experience and can be cleared at any time by requesting it through the agent.</p>
</section>
<section id="ai">
<h2>6. AI-Generated Output</h2>
<div class="legal-callout">
<strong>⚠️ Important:</strong> AgentBox uses AI models that can produce inaccurate, incomplete, or biased output. Do not rely on AI-generated content for medical, legal, financial, or safety-critical decisions without independent verification.
</div>
<ul>
<li>AI output does not represent the views or advice of AgentBox.</li>
<li>You are responsible for how you use AI-generated content.</li>
<li>We make no guarantees about the accuracy, completeness, or fitness of AI responses.</li>
</ul>
</section>
<section id="plans">
<h2>7. Plans & Billing</h2>
<ul>
<li><strong>Free tier:</strong> 20 messages per day, no payment required.</li>
<li><strong>Paid plans:</strong> Billed monthly or annually. Prices are listed on our <a href="index.html#pricingSection">pricing page</a>.</li>
<li>You may cancel at any time. Cancellation takes effect at the end of the current billing period.</li>
<li>Refunds are handled on a case-by-case basis. Contact support for refund requests.</li>
<li>We reserve the right to change pricing with 30 days' notice.</li>
</ul>
</section>
<section id="limits">
<h2>8. Rate Limits & Quotas</h2>
<p>Each plan has defined message limits, memory storage, and feature access. Exceeding your plan's limits may result in throttled responses until the next billing cycle or day. Upgrading your plan increases these limits.</p>
</section>
<section id="termination">
<h2>9. Termination</h2>
<ul>
<li>You may stop using the Service at any time.</li>
<li>We may suspend or terminate your access for violations of these Terms, with or without notice.</li>
<li>Upon termination, your conversation data will be deleted within 30 days unless required by law.</li>
</ul>
</section>
<section id="disclaimers">
<h2>10. Disclaimers</h2>
<p>THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED. WE DO NOT WARRANT THAT THE SERVICE WILL BE UNINTERRUPTED, SECURE, OR ERROR-FREE.</p>
</section>
<section id="liability">
<h2>11. Limitation of Liability</h2>
<p>TO THE MAXIMUM EXTENT PERMITTED BY LAW, AGENTBOX AND ITS OPERATORS SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING FROM YOUR USE OF THE SERVICE. OUR TOTAL LIABILITY SHALL NOT EXCEED THE AMOUNT YOU PAID US IN THE 12 MONTHS PRECEDING THE CLAIM.</p>
</section>
<section id="changes">
<h2>12. Changes to Terms</h2>
<p>We may update these Terms from time to time. Material changes will be communicated through the Service or posted on this page. Continued use after changes constitutes acceptance of the new Terms.</p>
</section>
<section id="contact">
<h2>13. Contact</h2>
<p>Questions about these Terms? Reach out through our <a href="contact.html">Contact page</a> or message the AgentBox bot directly on Telegram.</p>
</section>
</div>
</main>
<footer class="legal-footer">
<p><a href="index.html">← Back to Home</a> · <a href="privacy.html">Privacy Center</a> · <a href="faq.html">FAQ</a></p>
</footer>
<script>
// Theme toggle (reuse pattern from other pages)
(function() {
const toggle = document.getElementById('themeToggle');
const icon = document.getElementById('themeIcon');
function getTheme() {
return localStorage.getItem('theme') || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
}
function applyTheme(t) {
document.documentElement.setAttribute('data-theme', t);
icon.textContent = t === 'dark' ? '🌙' : '☀️';
localStorage.setItem('theme', t);
}
applyTheme(getTheme());
toggle.addEventListener('click', function() {
applyTheme(getTheme() === 'dark' ? 'light' : 'dark');
});
})();
</script>
</body>
</html>