-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
99 lines (91 loc) · 5.13 KB
/
terms.html
File metadata and controls
99 lines (91 loc) · 5.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terms and Conditions - ImageActionBot</title>
<meta name="description" content="Terms and Conditions for use of ImageActionBot website and software resources.">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://www.imageactionbot.com/terms.html">
<meta name="theme-color" content="#1f7a43">
<meta property="og:type" content="article">
<meta property="og:title" content="Terms and Conditions - ImageActionBot">
<meta property="og:description" content="Terms and usage conditions for ImageActionBot website and software resources.">
<meta property="og:url" content="https://www.imageactionbot.com/terms.html">
<meta property="og:image" content="https://www.imageactionbot.com/IMAGEACTIONBOT.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Terms and Conditions - ImageActionBot">
<meta name="twitter:description" content="Usage rules and legal terms for ImageActionBot website and software.">
<meta name="twitter:image" content="https://www.imageactionbot.com/IMAGEACTIONBOT.png">
<link rel="icon" href="./IMAGEACTIONBOT.png" type="image/png" sizes="512x512">
<link rel="shortcut icon" href="./IMAGEACTIONBOT.png" type="image/png">
<link rel="apple-touch-icon" href="./IMAGEACTIONBOT.png">
<link rel="manifest" href="./site.webmanifest">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5368355682383000"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<div class="container nav-wrap">
<a class="brand" href="./index.html" aria-label="ImageActionBot home">
<img src="./IMAGEACTIONBOT.png" alt="ImageActionBot logo" width="44" height="44">
<span>ImageActionBot</span>
</a>
<nav class="nav" aria-label="Primary navigation">
<a href="./index.html">Home</a>
<a href="./index.html#features">Features</a>
<a href="./index.html#use-cases">Use Cases</a>
<a href="./how-to-use.html">How to Use</a>
<a href="./automation-software.html">Automation Software</a>
<a href="./index.html#social">Social</a>
<a class="btn btn-sm js-download-link" data-download-link href="#" target="_blank" rel="noopener noreferrer">Download</a>
</nav>
</div>
</header>
<main id="main" class="section">
<div class="container prose">
<h1>Terms and Conditions</h1>
<p><strong>Last Updated:</strong> <span data-release-date>2026-04-03</span></p>
<p>By using this website and ImageActionBot resources, you agree to these terms.</p>
<h2>Use of Software</h2>
<ul>
<li>You are responsible for how you use automation features.</li>
<li>Use the software only for lawful and authorized workflows.</li>
<li>Do not use the software for harmful, abusive, or policy-violating activities.</li>
</ul>
<h2>Intellectual Property</h2>
<p>All brand assets, logos, and website content belong to ImageActionBot unless stated otherwise.</p>
<h2>Third-Party Services</h2>
<p>Links to external platforms are provided for convenience. ImageActionBot is not responsible for third-party service terms or interruptions.</p>
<h2>No Warranty</h2>
<p>The software and website content are provided on an "as is" basis. Performance can vary by system setup and workflow design.</p>
<h2>Limitation of Liability</h2>
<p>ImageActionBot is not liable for indirect losses resulting from use of automation workflows, including data entry mistakes, downtime, or integration issues.</p>
<h2>Changes to Terms</h2>
<p>These terms may be updated periodically. Continued use after updates means acceptance of revised terms.</p>
</div>
</main>
<footer class="site-footer">
<div class="container footer-wrap">
<p><strong>ImageActionBot</strong> - Automation software for daily repetitive desktop work.</p>
<div class="footer-links">
<a href="./about.html">About</a>
<a href="./contact.html">Contact</a>
<a href="./privacy-policy.html">Privacy Policy</a>
<a href="./terms.html">Terms</a>
<a href="./how-to-use.html">How to Use</a>
<a href="./automation-software.html">Automation Software</a>
<a class="js-download-link" data-download-link href="#">Download</a>
<a href="https://t.me/imageactionbot" target="_blank" rel="noopener noreferrer">Telegram</a>
<a href="https://x.com/ImageActionBot" target="_blank" rel="noopener noreferrer">X</a>
<a href="https://www.instagram.com/imageactionbot" target="_blank" rel="noopener noreferrer">Instagram</a>
<a href="https://www.youtube.com/@ImageActionBot" target="_blank" rel="noopener noreferrer">YouTube</a>
</div>
<p class="footer-note">© 2026 ImageActionBot Technologies. All rights reserved.</p>
</div>
</footer>
<script src="./main.js" defer></script>
</body>
</html>