{"id":10403,"date":"2025-12-01T21:26:38","date_gmt":"2025-12-01T20:26:38","guid":{"rendered":"https:\/\/dsmile.cz\/en\/?page_id=10403"},"modified":"2025-12-01T21:26:38","modified_gmt":"2025-12-01T20:26:38","slug":"terms-of-service","status":"publish","type":"page","link":"https:\/\/dsmile.cz\/en\/terms-of-service\/","title":{"rendered":"Terms of Service"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Terms of Service \u2013 DSmile Nexus<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;600;700&#038;family=DM+Serif+Display&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        :root {\n            --color-primary: #0066cc;\n            --color-primary-dark: #004c99;\n            --color-text: #1a1a2e;\n            --color-text-muted: #4a4a68;\n            --color-bg: #fafbfc;\n            --color-white: #ffffff;\n            --color-border: #e1e5eb;\n            --color-accent: #00a86b;\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n            --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n            --radius: 8px;\n        }<\/p>\n<p>        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: var(--color-bg);\n            color: var(--color-text);\n            line-height: 1.7;\n            font-size: 16px;\n        }<\/p>\n<p>        .header {\n            background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);\n            padding: 3rem 1.5rem;\n            text-align: center;\n            color: var(--color-white);\n        }<\/p>\n<p>        .header h1 {\n            font-family: 'DM Serif Display', Georgia, serif;\n            font-size: clamp(2rem, 5vw, 2.75rem);\n            font-weight: 400;\n            margin-bottom: 0.5rem;\n            letter-spacing: -0.02em;\n        }<\/p>\n<p>        .header .subtitle {\n            font-size: 1rem;\n            opacity: 0.9;\n        }<\/p>\n<p>        .header .last-updated {\n            margin-top: 1rem;\n            font-size: 0.875rem;\n            opacity: 0.8;\n            background: rgba(255,255,255,0.15);\n            display: inline-block;\n            padding: 0.35rem 1rem;\n            border-radius: 20px;\n        }<\/p>\n<p>        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 2.5rem 1.5rem 4rem;\n        }<\/p>\n<p>        .toc {\n            background: var(--color-white);\n            border: 1px solid var(--color-border);\n            border-radius: var(--radius);\n            padding: 1.5rem 2rem;\n            margin-bottom: 2.5rem;\n            box-shadow: var(--shadow-sm);\n        }<\/p>\n<p>        .toc h2 {\n            font-size: 0.875rem;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            color: var(--color-text-muted);\n            margin-bottom: 1rem;\n            font-weight: 600;\n        }<\/p>\n<p>        .toc ol {\n            list-style: none;\n            counter-reset: toc-counter;\n            columns: 2;\n            column-gap: 2rem;\n        }<\/p>\n<p>        @media (max-width: 600px) {\n            .toc ol {\n                columns: 1;\n            }\n        }<\/p>\n<p>        .toc li {\n            counter-increment: toc-counter;\n            margin-bottom: 0.5rem;\n            break-inside: avoid;\n        }<\/p>\n<p>        .toc a {\n            color: var(--color-primary);\n            text-decoration: none;\n            font-size: 0.925rem;\n            display: flex;\n            align-items: baseline;\n            gap: 0.5rem;\n            transition: color 0.2s;\n        }<\/p>\n<p>        .toc a::before {\n            content: counter(toc-counter) \".\";\n            color: var(--color-text-muted);\n            font-weight: 500;\n            min-width: 1.5rem;\n        }<\/p>\n<p>        .toc a:hover {\n            color: var(--color-primary-dark);\n            text-decoration: underline;\n        }<\/p>\n<p>        .section {\n            background: var(--color-white);\n            border: 1px solid var(--color-border);\n            border-radius: var(--radius);\n            padding: 2rem;\n            margin-bottom: 1.5rem;\n            box-shadow: var(--shadow-sm);\n        }<\/p>\n<p>        .section h2 {\n            font-family: 'DM Serif Display', Georgia, serif;\n            font-size: 1.35rem;\n            font-weight: 400;\n            color: var(--color-text);\n            margin-bottom: 1rem;\n            padding-bottom: 0.75rem;\n            border-bottom: 2px solid var(--color-border);\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }<\/p>\n<p>        .section h2 .num {\n            background: var(--color-primary);\n            color: var(--color-white);\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: 'DM Sans', sans-serif;\n            font-size: 0.875rem;\n            font-weight: 600;\n            flex-shrink: 0;\n        }<\/p>\n<p>        .section p {\n            margin-bottom: 1rem;\n            color: var(--color-text);\n        }<\/p>\n<p>        .section p:last-child {\n            margin-bottom: 0;\n        }<\/p>\n<p>        .section ul, .section ol {\n            margin: 1rem 0;\n            padding-left: 1.5rem;\n        }<\/p>\n<p>        .section li {\n            margin-bottom: 0.5rem;\n            color: var(--color-text);\n        }<\/p>\n<p>        .section a {\n            color: var(--color-primary);\n            text-decoration: none;\n        }<\/p>\n<p>        .section a:hover {\n            text-decoration: underline;\n        }<\/p>\n<p>        .highlight-box {\n            background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);\n            border-left: 4px solid var(--color-primary);\n            padding: 1rem 1.25rem;\n            margin: 1rem 0;\n            border-radius: 0 var(--radius) var(--radius) 0;\n        }<\/p>\n<p>        .highlight-box.warning {\n            background: linear-gradient(135deg, #fff8e6 0%, #fff3d4 100%);\n            border-left-color: #f59e0b;\n        }<\/p>\n<p>        .contact-card {\n            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);\n            border: 1px solid var(--color-border);\n            border-radius: var(--radius);\n            padding: 1.5rem;\n            margin-top: 1rem;\n        }<\/p>\n<p>        .contact-card p {\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .contact-card strong {\n            color: var(--color-primary);\n        }<\/p>\n<p>        .footer {\n            text-align: center;\n            padding: 2rem 1.5rem;\n            color: var(--color-text-muted);\n            font-size: 0.875rem;\n            border-top: 1px solid var(--color-border);\n            margin-top: 2rem;\n        }<\/p>\n<p>        .footer a {\n            color: var(--color-primary);\n            text-decoration: none;\n        }<\/p>\n<p>        .footer a:hover {\n            text-decoration: underline;\n        }<\/p>\n<p>        @media (max-width: 600px) {\n            .header {\n                padding: 2rem 1rem;\n            }\n            .container {\n                padding: 1.5rem 1rem 3rem;\n            }\n            .section {\n                padding: 1.5rem;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<header class=\"header\">\n<h1>Terms of Service<\/h1>\n<p class=\"subtitle\">DSmile Nexus \u2013 Facebook Comment Automation Platform<\/p>\n<p>        <span class=\"last-updated\">Last updated: December 1, 2025<\/span><br \/>\n    <\/header>\n<p>    <main class=\"container\"><\/p>\n<nav class=\"toc\">\n<h2>Table of Contents<\/h2>\n<ol>\n<li><a href=\"#acceptance\">Acceptance of Terms<\/a><\/li>\n<li><a href=\"#description\">Service Description<\/a><\/li>\n<li><a href=\"#eligibility\">Eligibility<\/a><\/li>\n<li><a href=\"#account\">Account &#038; Access<\/a><\/li>\n<li><a href=\"#acceptable-use\">Acceptable Use<\/a><\/li>\n<li><a href=\"#prohibited\">Prohibited Conduct<\/a><\/li>\n<li><a href=\"#meta\">Meta Platform Compliance<\/a><\/li>\n<li><a href=\"#ip\">Intellectual Property<\/a><\/li>\n<li><a href=\"#disclaimers\">Disclaimers<\/a><\/li>\n<li><a href=\"#liability\">Limitation of Liability<\/a><\/li>\n<li><a href=\"#indemnification\">Indemnification<\/a><\/li>\n<li><a href=\"#termination\">Termination<\/a><\/li>\n<li><a href=\"#changes\">Changes to Terms<\/a><\/li>\n<li><a href=\"#governing-law\">Governing Law<\/a><\/li>\n<li><a href=\"#contact\">Contact Information<\/a><\/li>\n<\/ol>\n<\/nav>\n<section id=\"acceptance\" class=\"section\">\n<h2><span class=\"num\">1<\/span>Acceptance of Terms<\/h2>\n<p>By accessing or using DSmile Nexus (the &#8220;Service&#8221;), available at <a href=\"https:\/\/dsmile-fyltr.apexive.app\/\">https:\/\/dsmile-fyltr.apexive.app\/<\/a>, you agree to be bound by these Terms of Service (&#8220;Terms&#8221;). If you do not agree to all of these Terms, you may not access or use the Service.<\/p>\n<p>These Terms constitute a legally binding agreement between you (&#8220;User&#8221;, &#8220;you&#8221;, or &#8220;your&#8221;) and DSmile Nexus (&#8220;Company&#8221;, &#8220;we&#8221;, &#8220;us&#8221;, or &#8220;our&#8221;).<\/p>\n<div class=\"highlight-box\">\n<p><strong>Important:<\/strong> Please also review our <a href=\"\/en\/en\/privacy-policy\">Privacy Policy<\/a>, which describes how we collect, use, and protect your information.<\/p>\n<\/p><\/div>\n<\/section>\n<section id=\"description\" class=\"section\">\n<h2><span class=\"num\">2<\/span>Service Description<\/h2>\n<p>DSmile Nexus is a software platform that integrates with Facebook (Meta) to provide automated comment reply functionality for connected Facebook Pages. The Service enables Page administrators to configure and deploy automated responses to comments on their Page posts.<\/p>\n<p>The Service may include:<\/p>\n<ul>\n<li>Connection and authentication with Facebook Pages<\/li>\n<li>Configuration of automated reply rules and templates<\/li>\n<li>Comment moderation and monitoring tools<\/li>\n<li>Analytics and performance reporting<\/li>\n<\/ul>\n<p>We reserve the right to modify, suspend, or discontinue any aspect of the Service at any time, with or without notice.<\/p>\n<\/section>\n<section id=\"eligibility\" class=\"section\">\n<h2><span class=\"num\">3<\/span>Eligibility<\/h2>\n<p>To use the Service, you must:<\/p>\n<ul>\n<li>Be at least 18 years of age<\/li>\n<li>Have the legal authority to enter into these Terms<\/li>\n<li>Be an authorized administrator of any Facebook Page you connect to the Service<\/li>\n<li>Maintain an active Facebook account in good standing<\/li>\n<li>Comply with all applicable laws and regulations in your jurisdiction<\/li>\n<\/ul>\n<p>By using the Service, you represent and warrant that you meet all eligibility requirements.<\/p>\n<\/section>\n<section id=\"account\" class=\"section\">\n<h2><span class=\"num\">4<\/span>Account &#038; Access<\/h2>\n<p>To access the Service, you must authenticate using your Facebook account credentials through Meta&#8217;s official OAuth process. You are responsible for:<\/p>\n<ul>\n<li>Maintaining the confidentiality of your account credentials<\/li>\n<li>All activities that occur under your account<\/li>\n<li>Notifying us immediately of any unauthorized access or security breach<\/li>\n<li>Ensuring that your use of the Service complies with Facebook&#8217;s terms and policies<\/li>\n<\/ul>\n<p>We reserve the right to suspend or terminate your access at any time if we reasonably believe you have violated these Terms or applicable laws.<\/p>\n<\/section>\n<section id=\"acceptable-use\" class=\"section\">\n<h2><span class=\"num\">5<\/span>Acceptable Use<\/h2>\n<p>You agree to use the Service only for lawful purposes and in accordance with these Terms. Acceptable use includes:<\/p>\n<ul>\n<li>Configuring automated replies for legitimate business communication<\/li>\n<li>Responding to customer inquiries and engagement<\/li>\n<li>Providing information about your products or services<\/li>\n<li>Directing users to appropriate resources or support channels<\/li>\n<\/ul>\n<p>You are solely responsible for all content generated through automated replies configured in your account.<\/p>\n<\/section>\n<section id=\"prohibited\" class=\"section\">\n<h2><span class=\"num\">6<\/span>Prohibited Conduct<\/h2>\n<p>You agree not to use the Service to:<\/p>\n<ul>\n<li>Send spam, unsolicited messages, or deceptive content<\/li>\n<li>Harass, abuse, threaten, or intimidate any person<\/li>\n<li>Distribute malware, phishing attempts, or malicious links<\/li>\n<li>Violate any applicable law, regulation, or third-party rights<\/li>\n<li>Infringe upon intellectual property rights of others<\/li>\n<li>Impersonate any person or entity<\/li>\n<li>Collect personal data without proper consent<\/li>\n<li>Interfere with the proper functioning of the Service<\/li>\n<li>Attempt to gain unauthorized access to any systems or data<\/li>\n<li>Use the Service in any manner that could damage, disable, or impair our infrastructure<\/li>\n<li>Circumvent any rate limits or access restrictions<\/li>\n<\/ul>\n<div class=\"highlight-box warning\">\n<p><strong>Warning:<\/strong> Violation of these prohibitions may result in immediate termination of your account and may be reported to relevant authorities.<\/p>\n<\/p><\/div>\n<\/section>\n<section id=\"meta\" class=\"section\">\n<h2><span class=\"num\">7<\/span>Meta Platform Compliance<\/h2>\n<p>The Service operates through Meta&#8217;s (Facebook&#8217;s) APIs and platform. By using the Service, you acknowledge and agree that:<\/p>\n<ul>\n<li>You will comply with all <a href=\"https:\/\/developers.facebook.com\/terms\/\" target=\"_blank\" rel=\"noopener\">Meta Platform Terms<\/a> and <a href=\"https:\/\/developers.facebook.com\/devpolicy\/\" target=\"_blank\" rel=\"noopener\">Developer Policies<\/a><\/li>\n<li>Meta may modify or revoke API access at any time, which may affect Service functionality<\/li>\n<li>We are not responsible for any changes, outages, or limitations imposed by Meta<\/li>\n<li>Your Facebook Pages must comply with all applicable Facebook Community Standards and advertising policies<\/li>\n<li>Data obtained through Meta APIs will only be used for the approved automated reply functionality<\/li>\n<\/ul>\n<p>You understand that your continued use of the Service is contingent upon Meta&#8217;s ongoing provision of API access.<\/p>\n<\/section>\n<section id=\"ip\" class=\"section\">\n<h2><span class=\"num\">8<\/span>Intellectual Property<\/h2>\n<p><strong>Our Property:<\/strong> The Service, including all software, design, text, graphics, logos, and other content, is owned by DSmile Nexus or its licensors and is protected by intellectual property laws. You may not copy, modify, distribute, or create derivative works without our express written permission.<\/p>\n<p><strong>Your Content:<\/strong> You retain ownership of any content you create or upload to the Service. By using the Service, you grant us a limited, non-exclusive license to process and display your content solely to provide the Service.<\/p>\n<p><strong>Feedback:<\/strong> If you provide suggestions, ideas, or feedback about the Service, you grant us the right to use such feedback without restriction or compensation.<\/p>\n<\/section>\n<section id=\"disclaimers\" class=\"section\">\n<h2><span class=\"num\">9<\/span>Disclaimers<\/h2>\n<p>THE SERVICE IS PROVIDED &#8220;AS IS&#8221; AND &#8220;AS AVAILABLE&#8221; WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.<\/p>\n<p>We do not warrant that:<\/p>\n<ul>\n<li>The Service will be uninterrupted, secure, or error-free<\/li>\n<li>Results obtained through the Service will be accurate or reliable<\/li>\n<li>The Service will meet your specific requirements<\/li>\n<li>Any defects in the Service will be corrected<\/li>\n<\/ul>\n<p>You use the Service at your own risk. We are not responsible for any third-party content, products, or services accessed through the Service.<\/p>\n<\/section>\n<section id=\"liability\" class=\"section\">\n<h2><span class=\"num\">10<\/span>Limitation of Liability<\/h2>\n<p>TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL DSMILE NEXUS, ITS DIRECTORS, EMPLOYEES, PARTNERS, OR AFFILIATES BE LIABLE FOR:<\/p>\n<ul>\n<li>Any indirect, incidental, special, consequential, or punitive damages<\/li>\n<li>Loss of profits, revenue, data, or business opportunities<\/li>\n<li>Damages arising from your use or inability to use the Service<\/li>\n<li>Any unauthorized access to or alteration of your data<\/li>\n<li>Any conduct or content of third parties on the Service<\/li>\n<\/ul>\n<p>Our total cumulative liability shall not exceed the amount you paid for the Service in the twelve (12) months preceding the claim, or \u20ac100 EUR, whichever is greater.<\/p>\n<p>Some jurisdictions do not allow the exclusion of certain warranties or limitations of liability, so some of the above may not apply to you.<\/p>\n<\/section>\n<section id=\"indemnification\" class=\"section\">\n<h2><span class=\"num\">11<\/span>Indemnification<\/h2>\n<p>You agree to indemnify, defend, and hold harmless DSmile Nexus and its officers, directors, employees, and agents from and against any claims, liabilities, damages, losses, and expenses (including reasonable legal fees) arising out of or related to:<\/p>\n<ul>\n<li>Your use of the Service<\/li>\n<li>Your violation of these Terms<\/li>\n<li>Your violation of any rights of a third party<\/li>\n<li>Any content you create or transmit through the Service<\/li>\n<li>Your violation of any applicable laws or regulations<\/li>\n<\/ul>\n<\/section>\n<section id=\"termination\" class=\"section\">\n<h2><span class=\"num\">12<\/span>Termination<\/h2>\n<p><strong>By You:<\/strong> You may stop using the Service at any time by disconnecting your Facebook Page and revoking access permissions through your Facebook settings.<\/p>\n<p><strong>By Us:<\/strong> We may suspend or terminate your access to the Service immediately, without prior notice or liability, for any reason, including if:<\/p>\n<ul>\n<li>You breach any provision of these Terms<\/li>\n<li>We are required to do so by law<\/li>\n<li>We discontinue the Service<\/li>\n<li>Your conduct may harm us, other users, or third parties<\/li>\n<\/ul>\n<p><strong>Effect of Termination:<\/strong> Upon termination, your right to use the Service will immediately cease. We will delete your data in accordance with our Privacy Policy. Sections of these Terms that by their nature should survive termination shall continue in effect.<\/p>\n<\/section>\n<section id=\"changes\" class=\"section\">\n<h2><span class=\"num\">13<\/span>Changes to Terms<\/h2>\n<p>We reserve the right to modify these Terms at any time. When we make changes, we will:<\/p>\n<ul>\n<li>Update the &#8220;Last updated&#8221; date at the top of this page<\/li>\n<li>Post the revised Terms on our website<\/li>\n<li>For material changes, provide notice through the Service or via email (where available)<\/li>\n<\/ul>\n<p>Your continued use of the Service after changes become effective constitutes your acceptance of the revised Terms. If you do not agree to the new Terms, you must stop using the Service.<\/p>\n<\/section>\n<section id=\"governing-law\" class=\"section\">\n<h2><span class=\"num\">14<\/span>Governing Law &#038; Dispute Resolution<\/h2>\n<p>These Terms shall be governed by and construed in accordance with the laws of the Czech Republic, without regard to its conflict of law provisions.<\/p>\n<p>Any disputes arising out of or relating to these Terms or the Service shall be resolved through:<\/p>\n<ol>\n<li><strong>Informal Resolution:<\/strong> We encourage you to contact us first to seek an amicable resolution.<\/li>\n<li><strong>Mediation:<\/strong> If informal resolution fails, the parties agree to attempt mediation before initiating legal proceedings.<\/li>\n<li><strong>Jurisdiction:<\/strong> Any legal proceedings shall be brought exclusively in the courts of Prague, Czech Republic.<\/li>\n<\/ol>\n<p>For consumers in the European Union, this does not affect your rights under mandatory consumer protection laws in your country of residence.<\/p>\n<\/section>\n<section id=\"contact\" class=\"section\">\n<h2><span class=\"num\">15<\/span>Contact Information<\/h2>\n<p>For questions, concerns, or notices regarding these Terms, please contact us:<\/p>\n<div class=\"contact-card\">\n<p><strong>DSmile Nexus<\/strong><\/p>\n<p>Website: <a href=\"https:\/\/dsmile.cz\/\">https:\/\/dsmile.cz\/<\/a><\/p>\n<p>Email: <a href=\"mailto:info@dsmile.cz\">info@dsmile.cz<\/a><\/p>\n<p>Service URL: <a href=\"https:\/\/dsmile-fyltr.apexive.app\/\">https:\/\/dsmile-fyltr.apexive.app\/<\/a><\/p>\n<\/p><\/div>\n<\/section>\n<p>    <\/main><\/p>\n<footer class=\"footer\">\n<p>&copy; 2025 DSmile Nexus. All rights reserved.<\/p>\n<p style=\"margin-top: 0.5rem;\">\n            <a href=\"\/en\/en\/privacy-policy\">Privacy Policy<\/a> \u00b7<br \/>\n            <a href=\"\/en\/en\/terms-of-service\">Terms of Service<\/a> \u00b7<br \/>\n            <a href=\"https:\/\/dsmile.cz\/\">DSmile.cz<\/a>\n        <\/p>\n<\/footer>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Terms of Service \u2013 DSmile Nexus Terms of Service DSmile Nexus \u2013 Facebook Comment Automation Platform Last updated: December 1, 2025 Table of Contents Acceptance of Terms Service Description Eligibility Account &#038; Access Acceptable Use Prohibited Conduct Meta Platform Compliance Intellectual Property Disclaimers Limitation of Liability Indemnification Termination Changes to Terms Governing Law Contact Information 1Acceptance of Terms By accessing or using DSmile Nexus (the &#8220;Service&#8221;), available at https:\/\/dsmile-fyltr.apexive.app\/, you agree to be bound by these Terms of Service (&#8220;Terms&#8221;). If you do not agree to all of these Terms, you may not access or use the Service. These Terms constitute a legally binding agreement between you (&#8220;User&#8221;, &#8220;you&#8221;, or &#8220;your&#8221;) and DSmile Nexus (&#8220;Company&#8221;, &#8220;we&#8221;, &#8220;us&#8221;, or &#8220;our&#8221;). Important: Please also review our Privacy Policy, which describes how we collect, use, and protect your information. 2Service Description DSmile Nexus is a software platform that integrates with Facebook (Meta) to provide automated comment reply functionality for connected Facebook Pages. The Service enables Page administrators to configure and deploy automated responses to comments on their Page posts. The Service may include: Connection and authentication with Facebook Pages Configuration of automated reply rules and templates Comment moderation and monitoring tools Analytics and performance reporting We reserve the right to modify, suspend, or discontinue any aspect of the Service at any time, with or without notice. 3Eligibility To use the Service, you must: Be at least 18 years of age Have the legal authority to enter into these Terms Be an authorized administrator of any Facebook Page you connect to the Service Maintain an active Facebook account in good standing Comply with all applicable laws and regulations in your jurisdiction By using the Service, you represent and warrant that you meet all eligibility requirements. 4Account &#038; Access To access the Service, you must authenticate using your Facebook account credentials through Meta&#8217;s official OAuth process. You are responsible for: Maintaining the confidentiality of your account credentials All activities that occur under your account Notifying us immediately of any unauthorized access or security breach Ensuring that your use of the Service complies with Facebook&#8217;s terms and policies We reserve the right to suspend or terminate your access at any time if we reasonably believe you have violated these Terms or applicable laws. 5Acceptable Use You agree to use the Service only for lawful purposes and in accordance with these Terms. Acceptable use includes: Configuring automated replies for legitimate business communication Responding to customer inquiries and engagement Providing information about your products or services Directing users to appropriate resources or support channels You are solely responsible for all content generated through automated replies configured in your account. 6Prohibited Conduct You agree not to use the Service to: Send spam, unsolicited messages, or deceptive content Harass, abuse, threaten, or intimidate any person Distribute malware, phishing attempts, or malicious links Violate any applicable law, regulation, or third-party rights Infringe upon intellectual property rights of others Impersonate any person or entity Collect personal data without proper consent Interfere with the proper functioning of the Service Attempt to gain unauthorized access to any systems or data Use the Service in any manner that could damage, disable, or impair our infrastructure Circumvent any rate limits or access restrictions Warning: Violation of these prohibitions may result in immediate termination of your account and may be reported to relevant authorities. 7Meta Platform Compliance The Service operates through Meta&#8217;s (Facebook&#8217;s) APIs and platform. By using the Service, you acknowledge and agree that: You will comply with all Meta Platform Terms and Developer Policies Meta may modify or revoke API access at any time, which may affect Service functionality We are not responsible for any changes, outages, or limitations imposed by Meta Your Facebook Pages must comply with all applicable Facebook Community Standards and advertising policies Data obtained through Meta APIs will only be used for the approved automated reply functionality You understand that your continued use of the Service is contingent upon Meta&#8217;s ongoing provision of API access. 8Intellectual Property Our Property: The Service, including all software, design, text, graphics, logos, and other content, is owned by DSmile Nexus or its licensors and is protected by intellectual property laws. You may not copy, modify, distribute, or create derivative works without our express written permission. Your Content: You retain ownership of any content you create or upload to the Service. By using the Service, you grant us a limited, non-exclusive license to process and display your content solely to provide the Service. Feedback: If you provide suggestions, ideas, or feedback about the Service, you grant us the right to use such feedback without restriction or compensation. 9Disclaimers THE SERVICE IS PROVIDED &#8220;AS IS&#8221; AND &#8220;AS AVAILABLE&#8221; WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. We do not warrant that: The Service will be uninterrupted, secure, or error-free Results obtained through the Service will be accurate or reliable The Service will meet your specific requirements Any defects in the Service will be corrected You use the Service at your own risk. We are not responsible for any third-party content, products, or services accessed through the Service. 10Limitation of Liability TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL DSMILE NEXUS, ITS DIRECTORS, EMPLOYEES, PARTNERS, OR AFFILIATES BE LIABLE FOR: Any indirect, incidental, special, consequential, or punitive damages Loss of profits, revenue, data, or business opportunities Damages arising from your use or inability to use the Service Any unauthorized access to or alteration of your data Any conduct or content of third parties on the Service Our total cumulative liability shall not exceed the amount you paid for the Service in the twelve (12) months preceding the claim, or \u20ac100 EUR, whichever is greater. Some jurisdictions do not allow the exclusion of certain warranties or limitations of liability, so some of the above may not apply to you. 11Indemnification You agree to indemnify, defend, and hold harmless&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Terms of Service | Stomatologie Dsmile v Praze | Modern\u00ed zubn\u00ed ordinace<\/title>\n<meta name=\"description\" content=\"Terms of Service for DSmile Nexus outlining usage rules, responsibilities, privacy practices, and legal conditions for Facebook comment automation services.\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dsmile.cz\/en\/terms-of-service\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terms of Service | Stomatologie Dsmile v Praze | Modern\u00ed zubn\u00ed ordinace\" \/>\n<meta property=\"og:description\" content=\"Terms of Service for DSmile Nexus outlining usage rules, responsibilities, privacy practices, and legal conditions for Facebook comment automation services.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dsmile.cz\/en\/terms-of-service\/\" \/>\n<meta property=\"og:site_name\" content=\"Stomatologie Dsmile v Praze | Modern\u00ed zubn\u00ed ordinace\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data1\" content=\"7 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dsmile.cz\/ru\/#website\",\"url\":\"https:\/\/dsmile.cz\/ru\/\",\"name\":\"Stomatologie Dsmile v Praze | Modern\\u00ed zubn\\u00ed ordinace\",\"description\":\"Modern dental clinic\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/dsmile.cz\/ru\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dsmile.cz\/en\/terms-of-service\/#webpage\",\"url\":\"https:\/\/dsmile.cz\/en\/terms-of-service\/\",\"name\":\"Terms of Service | Stomatologie Dsmile v Praze | Modern\\u00ed zubn\\u00ed ordinace\",\"isPartOf\":{\"@id\":\"https:\/\/dsmile.cz\/ru\/#website\"},\"datePublished\":\"2025-12-01T20:26:38+00:00\",\"dateModified\":\"2025-12-01T20:26:38+00:00\",\"description\":\"Terms of Service for DSmile Nexus outlining usage rules, responsibilities, privacy practices, and legal conditions for Facebook comment automation services.\",\"breadcrumb\":{\"@id\":\"https:\/\/dsmile.cz\/en\/terms-of-service\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dsmile.cz\/en\/terms-of-service\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dsmile.cz\/en\/terms-of-service\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dsmile.cz\/en\/terms-of-service\/\",\"url\":\"https:\/\/dsmile.cz\/en\/terms-of-service\/\",\"name\":\"Terms of Service\"}}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/pages\/10403"}],"collection":[{"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/comments?post=10403"}],"version-history":[{"count":1,"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/pages\/10403\/revisions"}],"predecessor-version":[{"id":10404,"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/pages\/10403\/revisions\/10404"}],"wp:attachment":[{"href":"https:\/\/dsmile.cz\/en\/wp-json\/wp\/v2\/media?parent=10403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}