{"id":3627,"date":"2026-03-11T18:55:14","date_gmt":"2026-03-11T18:55:14","guid":{"rendered":"https:\/\/getruana.com\/?page_id=3627"},"modified":"2026-05-20T09:44:14","modified_gmt":"2026-05-20T09:44:14","slug":"funktionen","status":"publish","type":"page","link":"https:\/\/getruana.com\/de\/funktionen\/","title":{"rendered":"Funktionen"},"content":{"rendered":"\n<style>\n    \/* RESET AND BASE STYLES *\/\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n   \n    body {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n        line-height: 1.6;\n        color: #333;\n    }\n   \n    \/* SCOPED STYLES - All classes prefixed with .ruana- *\/\n    .ruana-feature-container {\n        display: flex;\n        min-height: 100vh;\n    }\n   \n    \/* LEFT SIDEBAR NAVIGATION *\/\n    .ruana-sidebar {\n        width: 240px;\n        background-color: #ffffff;\n        border-right: 1px solid #e5e7eb;\n        padding: 30px 0;\n        position: sticky;\n        top: 0;\n        height: 100vh;\n        overflow-y: auto;\n        flex-shrink: 0;\n    }\n   \n    .ruana-sidebar-header {\n        padding: 0 20px 15px 20px;\n        margin-bottom: 15px;\n        border-bottom: 2px solid #e5e7eb;\n    }\n   \n    .ruana-sidebar-header .sidebar-title {\n        font-size: 16px;\n        font-weight: 600;\n        color: #1a1a1a;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        display: block;\n    }\n   \n    .ruana-sidebar nav ul {\n        list-style: none;\n    }\n   \n    .ruana-sidebar nav ul li {\n        margin-bottom: 0;\n    }\n   \n    .ruana-sidebar nav ul li a {\n        display: block;\n        padding: 10px 20px;\n        color: #4a5568;\n        text-decoration: none;\n        font-size: 15px;\n        line-height: 1.4;\n        transition: all 0.2s ease;\n        border-left: 3px solid transparent;\n    }\n   \n    .ruana-sidebar nav ul li a:hover {\n        background-color: #f0f9ff;\n        color: #0891b2;\n        border-left-color: #0891b2;\n    }\n   \n    .ruana-sidebar nav ul li a.active {\n        background-color: #e0f2fe;\n        color: #0891b2;\n        font-weight: 500;\n        border-left-color: #0891b2;\n    }\n   \n    \/* MAIN CONTENT AREA *\/\n    .ruana-main-content {\n        flex: 1;\n        padding: 60px 0;\n        max-width: 1400px;\n    }\n   \n    \/* HERO SECTION *\/\n    .ruana-hero {\n        margin-bottom: 0;\n        padding: 60px 60px 50px 60px;\n        border-bottom: 3px solid #e5e7eb;\n        background-color: #ffffff;\n    }\n   \n    .ruana-hero h1 {\n        font-size: 48px;\n        font-weight: 600;\n        margin-bottom: 30px;\n        color: #1a1a1a;\n        line-height: 1.2;\n        text-align: center;\n    }\n   \n    .ruana-hero-content {\n        max-width: 900px;\n        margin: 0 auto;\n        text-align: center;\n    }\n   \n    .ruana-hero p {\n        font-size: 20px;\n        line-height: 1.8;\n        margin-bottom: 30px;\n        color: #4a5568;\n    }\n   \n    .ruana-cta-button {\n        display: inline-block;\n        padding: 16px 36px;\n        background-color: #0891b2;\n        color: white !important;\n        text-decoration: none;\n        border-radius: 6px;\n        font-size: 18px;\n        font-weight: 600;\n        transition: background-color 0.2s;\n        margin: 10px 0 10px 0;\n    }\n   \n    .ruana-cta-button:hover {\n        background-color: #0e7490;\n    }\n    .ruana-cta-subtext {\n        display: block;\n        font-size: 14px;\n        color: #6b7280;\n        margin-bottom: 20px;\n        margin-top: 8px;\n    }\n    \/* WIDE REVIEW BOX STYLES *\/\n    .ruana-review-wide {\n        max-width: 900px;\n        margin: 40px auto;\n        background: #ffffff;\n        padding: 40px;\n        border-radius: 12px;\n        border: 1px solid #e5e7eb;\n        border-left: 6px solid #0891b2;\n        text-align: left;\n    }\n    .ruana-stars {\n        color: #fbbf24;\n        font-size: 24px;\n        margin-bottom: 20px;\n        text-align: left;\n    }\n    .ruana-review-text {\n        font-size: 18px !important;\n        font-style: italic;\n        color: #1a1a1a !important;\n        margin-bottom: 20px !important;\n        line-height: 1.6 !important;\n        text-align: left !important;\n        padding-left: 0 !important;\n    }\n    .ruana-review-author {\n        font-size: 16px;\n        font-weight: 600;\n        color: #4a5568;\n        display: block;\n        text-align: left;\n    }\n   \n    \/* FEATURES GRID *\/\n    .ruana-features-grid {\n        padding: 60px 60px;\n        background-color: #f8fafb;\n    }\n   \n    .ruana-features-grid h2 {\n        font-size: 36px;\n        font-weight: 600;\n        margin-bottom: 50px;\n        color: #1a1a1a;\n        text-align: center;\n    }\n   \n    .ruana-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 30px;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n   \n    \/* FEATURE CARD *\/\n    .ruana-feature-card {\n        background-color: #ffffff;\n        border-radius: 12px;\n        padding: 40px 30px;\n        border: 1px solid #e5e7eb;\n        transition: all 0.3s ease;\n        text-decoration: none;\n        display: flex;\n        flex-direction: column;\n    }\n   \n    .ruana-feature-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 12px 40px rgba(0,0,0,0.12);\n        border-color: #0891b2;\n    }\n   \n    .ruana-feature-card-icon {\n        width: 100%;\n        height: 180px;\n        background-color: #f0f9ff;\n        border-radius: 8px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 20px;\n        overflow: hidden;\n    }\n   \n    .ruana-feature-card-icon img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 8px;\n    }\n   \n    .ruana-feature-card h3 {\n        font-size: 22px;\n        font-weight: 600;\n        margin-bottom: 12px;\n        color: #1a1a1a;\n        line-height: 1.3;\n    }\n   \n    .ruana-feature-card p {\n        font-size: 16px;\n        line-height: 1.7;\n        color: #6b7280;\n        margin-bottom: 20px;\n        flex-grow: 1;\n    }\n   \n    .ruana-feature-card-link {\n        color: #0891b2;\n        font-size: 15px;\n        font-weight: 600;\n        display: inline-flex;\n        align-items: center;\n        gap: 6px;\n    }\n   \n    .ruana-feature-card:hover .ruana-feature-card-link {\n        gap: 10px;\n    }\n   \n    \/* CTA SECTION *\/\n    .ruana-cta-section {\n        text-align: center;\n        padding: 60px 60px;\n        background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);\n        margin: 0;\n        border-radius: 0;\n    }\n   \n    .ruana-cta-section h2 {\n        font-size: 36px;\n        font-weight: 600;\n        margin-bottom: 20px;\n        color: #1a1a1a;\n    }\n   \n    .ruana-cta-section p {\n        font-size: 18px;\n        line-height: 1.7;\n        color: #4a5568;\n        max-width: 700px;\n        margin: 0 auto 30px auto;\n    }\n   \n    \/* RESPONSIVE DESIGN *\/\n    @media (max-width: 1200px) {\n        .ruana-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n   \n    @media (max-width: 1024px) {\n        .ruana-sidebar {\n            width: 220px;\n        }\n       \n        .ruana-main-content {\n            padding: 40px 0;\n        }\n       \n        .ruana-hero,\n        .ruana-features-grid,\n        .ruana-cta-section {\n            padding: 40px 30px;\n        }\n    }\n   \n    @media (max-width: 768px) {\n        .ruana-feature-container {\n            flex-direction: column;\n        }\n       \n        .ruana-sidebar {\n            position: static;\n            width: 100%;\n            height: auto;\n            border-right: none;\n            border-top: 2px solid #e5e7eb;\n            border-bottom: 2px solid #e5e7eb;\n            padding: 20px 0;\n        }\n       \n        .ruana-main-content {\n            padding: 0;\n        }\n       \n        .ruana-hero,\n        .ruana-features-grid,\n        .ruana-cta-section {\n            padding: 40px 20px;\n        }\n       \n        .ruana-sidebar-header {\n            padding: 0 20px 10px 20px;\n            margin-bottom: 10px;\n        }\n       \n        .ruana-sidebar nav ul li a {\n            font-size: 14px;\n            padding: 8px 20px;\n        }\n       \n        .ruana-grid {\n            grid-template-columns: 1fr;\n            gap: 20px;\n        }\n       \n        .ruana-hero h1 {\n            font-size: 32px;\n        }\n       \n        .ruana-hero p {\n            font-size: 18px;\n        }\n       \n        .ruana-features-grid h2 {\n            font-size: 28px;\n            margin-bottom: 30px;\n        }\n       \n        .ruana-cta-section h2 {\n            font-size: 28px;\n        }\n    }\n<\/style>\n\n<div class=\"ruana-feature-container\">\n    <aside class=\"ruana-sidebar\">\n        <div class=\"ruana-sidebar-header\">\n            <span class=\"sidebar-title\">Funktionen<\/span>\n        <\/div>\n        <nav>\n            <ul>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/online-terminbuchung\/\">Online-Terminbuchung<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/terminverwaltung\/\">Terminverwaltung<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/kundendatenbank\/\">Kundendatenbank &amp; Patientenverwaltung<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/behandlungsdokumentation\/\">Behandlungsdokumentation<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/anmeldeformulare\/\">Anmeldeformulare<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/pakete-mitgliedschaften\/\">Pakete &amp; Mitgliedschaften<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/terminerinnerungen\/\">Terminerinnerungen<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/zahlung-abrechnung\/\">Zahlung &amp; Abrechnung<\/a><\/li>\n                <li><a href=\"https:\/\/getruana.com\/de\/funktionen\/berichte-statistiken\/\">Berichte &amp; Statistiken<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/aside>\n   \n    <main class=\"ruana-main-content\">\n        <section class=\"ruana-hero\">\n            <h1>Alles, was Du brauchst, um Deine Praxis erfolgreich zu f\u00fchren<\/h1>\n           \n            <div class=\"ruana-hero-content\">\n                <p>Ruana vereint alle smarten Tools, die Du f\u00fcr die Terminverwaltung, Behandlungsdokumentation, Kundenpflege und das Wachstum Deiner Praxis brauchst \u2013 ohne den Verwaltungsaufwand herk\u00f6mmlicher Praxissoftware.<\/p>\n               \n                <p>Von der Online-Terminbuchung \u00fcber die Dokumentation bis hin zu Abrechnung und Statistiken \u2013 jede Funktion ist darauf ausgelegt, Dir Zeit zu sparen und Dir mehr Zeit f\u00fcr das Wesentliche zu geben: Deine Kunden.<\/p>\n                <a href=\"https:\/\/getruana.com\/auth\/sign-up\" class=\"ruana-cta-button\">Kostenlos testen<\/a>\n                <span class=\"ruana-cta-subtext\">14 Tage unverbindlich und kostenlos testen. Keine Kreditkarte notwendig.<\/span>\n                <div class=\"ruana-review-wide\">\n                    <div class=\"ruana-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p class=\"ruana-review-text\">\u201eRuana hat meine Terminplanung komplett ver\u00e4ndert. Meine Kunden lieben die unkomplizierte Buchung, und der Verwaltungsaufwand hat sich deutlich reduziert!&#8221;<\/p>\n                    <span class=\"ruana-review-author\">\u2014 Sarah J., Wellness-Therapeutin<\/span>\n                <\/div>\n            <\/div>\n        <\/section>\n       \n        <section class=\"ruana-features-grid\">\n            <h2>Alle Ruana-Funktionen im \u00dcberblick<\/h2>\n           \n            <div class=\"ruana-grid\">\n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/online-terminbuchung\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/Online-booking-page-from-Ruana.webp\" alt=\"Online-Terminbuchung\" \/>\n                    <\/div>\n                    <h3>Online-Terminbuchung<\/h3>\n                    <p>Lass Deine Kunden Termine rund um die Uhr buchen \u2013 ganz ohne Telefonat. Kein Konto erforderlich, automatische Erinnerungen inklusive, Dein Kalender f\u00fcllt sich von selbst.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/terminverwaltung\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/bg-hero-3.webp\" alt=\"Terminverwaltung\" \/>\n                    <\/div>\n                    <h3>Terminverwaltung<\/h3>\n                    <p>Verwalte Deine Verf\u00fcgbarkeiten, behalte Deinen Kalender mit farblicher \u00dcbersicht im Blick und verschiebe Termine per Drag-and-Drop \u2013 Terminplanung neu gedacht: individuell, flexibel und \u00fcbersichtlich.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/kundendatenbank\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/plans-4-1.webp\" alt=\"Kundendatenbank\" \/>\n                    <\/div>\n                    <h3>Kundendatenbank<\/h3>\n                    <p>Alle Patientendaten geb\u00fcndelt: Kontaktdaten, Terminhistorie, Vorlieben, Behandlungsdokumentation und Rechnungen \u2013 \u00fcbersichtlich gespeichert und schnell wiedergefunden.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/behandlungsdokumentation\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/advanced-soap-notes-e1766783296885.webp\" alt=\"Behandlungsdokumentation\" \/>\n                    <\/div>\n                    <h3>Behandlungsdokumentation<\/h3>\n                    <p>Schnelle, intuitive Dokumentation mit anatomischen Bodycharts, Textbausteinen und automatischem Speichern \u2013 vollst\u00e4ndig DSGVO-konform.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/anmeldeformulare\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/main-feature-6.webp\" alt=\"Anmeldeformulare\" \/>\n                    <\/div>\n                    <h3>Anmeldeformulare<\/h3>\n                    <p>Versende individuelle digitale Formulare automatisch vor dem Termin. Deine Kunden f\u00fcllen sie online aus \u2013 Du gehst vorbereitet in jede Behandlung.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/pakete-mitgliedschaften\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2025\/07\/plans-10-1.png\" alt=\"Pakete und Mitgliedschaften\" \/>\n                    <\/div>\n                    <h3>Pakete &amp; Mitgliedschaften<\/h3>\n                    <p>Erstelle Behandlungspakete und wiederkehrende Mitgliedschaften f\u00fcr planbaren Umsatz und st\u00e4rkere Kundenbindung.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/terminerinnerungen\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/plans-3-1-1.webp\" alt=\"Terminerinnerungen\" \/>\n                    <\/div>\n                    <h3>Terminerinnerungen<\/h3>\n                    <p>Terminausf\u00e4lle reduzieren mit automatischen E-Mail-Best\u00e4tigungen und Erinnerungen. Optional: SMS-Benachrichtigungen als kostenpflichtiges Add-on.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/zahlung-abrechnung\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2025\/07\/plans-11-1.png\" alt=\"Zahlung und Abrechnung\" \/>\n                    <\/div>\n                    <h3>Zahlung &amp; Abrechnung<\/h3>\n                    <p>Schneller Kassenabschluss, individuelle Rechnungen, Abrechnungscodes und vollst\u00e4ndige Zahlungs\u00fcbersicht \u2013 mit nur wenigen Klicks erledigt.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n               \n                <a href=\"https:\/\/getruana.com\/de\/funktionen\/berichte-statistiken\/\" class=\"ruana-feature-card\">\n                    <div class=\"ruana-feature-card-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/plans-9-1.webp\" alt=\"Berichte und Statistiken\" \/>\n                    <\/div>\n                    <h3>Berichte &amp; Statistiken<\/h3>\n                    <p>Behalte Ums\u00e4tze, Trinkgelder, Zahlungen und Termindaten f\u00fcr jeden Zeitraum im Blick. Berichte als PDF exportieren oder drucken \u2013 mit einem Klick.<\/p>\n                    <span class=\"ruana-feature-card-link\">Mehr erfahren \u2192<\/span>\n                <\/a>\n            <\/div>\n        <\/section>\n       \n        <section class=\"ruana-cta-section\">\n            <h2>Bereit, Deinen Praxisalltag zu vereinfachen?<\/h2>\n           \n            <p>Starte jetzt mit Ruana und entdecke, wie unkompliziert Praxisverwaltung sein kann. Keine Kreditkarte notwendig.<\/p>\n            <a href=\"https:\/\/getruana.com\/auth\/sign-up\" class=\"ruana-cta-button\">Kostenlos testen<\/a>\n            <span class=\"ruana-cta-subtext\">14 Tage unverbindlich und kostenlos testen. Keine Kreditkarte notwendig.<\/span>\n                <div class=\"ruana-review-wide\">\n                    <div class=\"ruana-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p class=\"ruana-review-text\">\u201eDer Umstieg auf Ruana war reibungslos. Alles, was ich brauche, ist an einem Ort \u2013 und die automatischen Erinnerungen haben meine Terminausf\u00e4lle praktisch auf null reduziert.&#8221;<\/p>\n                    <span class=\"ruana-review-author\">\u2014 Michael L., Praxisinhaber<\/span>\n                <\/div>\n        <\/section>\n    <\/main>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Funktionen Online-Terminbuchung Terminverwaltung Kundendatenbank &amp; Patientenverwaltung Behandlungsdokumentation Anmeldeformulare Pakete &amp; Mitgliedschaften Terminerinnerungen Zahlung &amp; Abrechnung Berichte &amp; Statistiken Alles, was Du brauchst, um Deine Praxis erfolgreich zu f\u00fchren Ruana vereint alle smarten Tools, die Du f\u00fcr die Terminverwaltung, Behandlungsdokumentation, Kundenpflege und das Wachstum Deiner Praxis brauchst \u2013 ohne den Verwaltungsaufwand herk\u00f6mmlicher Praxissoftware. Von der Online-Terminbuchung [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-3627","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.2 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Alle Funktionen \u2013 Praxissoftware f\u00fcr Masseure &amp; Therapeuten | Ruana<\/title>\n<meta name=\"description\" content=\"Entdecke alle Ruana-Funktionen: Online-Terminbuchung, Terminverwaltung, Behandlungsdokumentation, Kundendatenbank, Abrechnung und mehr. 14 Tage kostenlos testen \u2013 keine Kreditkarte notwendig.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/getruana.com\/de\/funktionen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Alle Funktionen \u2013 Praxissoftware f\u00fcr Masseure &amp; Therapeuten | Ruana\" \/>\n<meta property=\"og:description\" content=\"Entdecke alle Ruana-Funktionen: Online-Terminbuchung, Terminverwaltung, Behandlungsdokumentation, Kundendatenbank, Abrechnung und mehr. 14 Tage kostenlos testen \u2013 keine Kreditkarte notwendig.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/getruana.com\/de\/funktionen\/\" \/>\n<meta property=\"og:site_name\" content=\"Ruana\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-20T09:44:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/Online-booking-page-from-Ruana.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Funktionen\" \/>\n<meta name=\"twitter:site\" content=\"@RuanaLLC\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/\",\"url\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/\",\"name\":\"Alle Funktionen \u2013 Praxissoftware f\u00fcr Masseure & Therapeuten | Ruana\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/getruana.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Online-booking-page-from-Ruana.webp\",\"datePublished\":\"2026-03-11T18:55:14+00:00\",\"dateModified\":\"2026-05-20T09:44:14+00:00\",\"description\":\"Entdecke alle Ruana-Funktionen: Online-Terminbuchung, Terminverwaltung, Behandlungsdokumentation, Kundendatenbank, Abrechnung und mehr. 14 Tage kostenlos testen \u2013 keine Kreditkarte notwendig.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#primaryimage\",\"url\":\"https:\\\/\\\/getruana.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Online-booking-page-from-Ruana.webp\",\"contentUrl\":\"https:\\\/\\\/getruana.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Online-booking-page-from-Ruana.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/getruana.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Funktionen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/getruana.com\\\/de\\\/\",\"name\":\"Ruana\",\"description\":\"Practice Management Software for Health &amp; Wellness Professionals\",\"publisher\":{\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/#organization\"},\"alternateName\":\"Ruana Practice Management Software\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/getruana.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":[\"Organization\",\"Place\"],\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/#organization\",\"name\":\"Ruana\",\"alternateName\":\"Ruana Practice Management Software\",\"url\":\"https:\\\/\\\/getruana.com\\\/de\\\/\",\"logo\":{\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#local-main-organization-logo\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/RuanaLLC\",\"https:\\\/\\\/www.instagram.com\\\/ruana_llc\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rouzbeh-noroozy-a29b82355\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@RuanaApp\"],\"description\":\"Ruana is a modern practice management software designed for chiropractors, massage therapists, physiotherapists, mental health practitioners, osteopaths, and Heilpraktiker. The platform helps health and wellness practices manage scheduling, online booking, patient records, SOAP notes, digital intake forms, billing, invoices, and clinic operations in one secure system. Ruana is built to simplify daily workflows, reduce administrative work shown, and support both solo practitioners and multi-location practices across Europe and internationally.\",\"legalName\":\"Ruana LLC\",\"foundingDate\":\"2023-11-21\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"},\"telephone\":[],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"},{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Saturday\",\"Sunday\"],\"opens\":\"00:00\",\"closes\":\"00:00\"}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/getruana.com\\\/de\\\/funktionen\\\/#local-main-organization-logo\",\"url\":\"https:\\\/\\\/getruana.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Logo-1.png\",\"contentUrl\":\"https:\\\/\\\/getruana.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Logo-1.png\",\"width\":56,\"height\":56,\"caption\":\"Ruana\"}]}<\/script>\n<meta name=\"geo.region\" content=\"Vereinigte Staaten von Amerika\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Alle Funktionen \u2013 Praxissoftware f\u00fcr Masseure & Therapeuten | Ruana","description":"Entdecke alle Ruana-Funktionen: Online-Terminbuchung, Terminverwaltung, Behandlungsdokumentation, Kundendatenbank, Abrechnung und mehr. 14 Tage kostenlos testen \u2013 keine Kreditkarte notwendig.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/getruana.com\/de\/funktionen\/","og_locale":"de_DE","og_type":"article","og_title":"Alle Funktionen \u2013 Praxissoftware f\u00fcr Masseure & Therapeuten | Ruana","og_description":"Entdecke alle Ruana-Funktionen: Online-Terminbuchung, Terminverwaltung, Behandlungsdokumentation, Kundendatenbank, Abrechnung und mehr. 14 Tage kostenlos testen \u2013 keine Kreditkarte notwendig.","og_url":"https:\/\/getruana.com\/de\/funktionen\/","og_site_name":"Ruana","article_modified_time":"2026-05-20T09:44:14+00:00","og_image":[{"url":"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/Online-booking-page-from-Ruana.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"Funktionen","twitter_site":"@RuanaLLC","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/getruana.com\/de\/funktionen\/","url":"https:\/\/getruana.com\/de\/funktionen\/","name":"Alle Funktionen \u2013 Praxissoftware f\u00fcr Masseure & Therapeuten | Ruana","isPartOf":{"@id":"https:\/\/getruana.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/getruana.com\/de\/funktionen\/#primaryimage"},"image":{"@id":"https:\/\/getruana.com\/de\/funktionen\/#primaryimage"},"thumbnailUrl":"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/Online-booking-page-from-Ruana.webp","datePublished":"2026-03-11T18:55:14+00:00","dateModified":"2026-05-20T09:44:14+00:00","description":"Entdecke alle Ruana-Funktionen: Online-Terminbuchung, Terminverwaltung, Behandlungsdokumentation, Kundendatenbank, Abrechnung und mehr. 14 Tage kostenlos testen \u2013 keine Kreditkarte notwendig.","breadcrumb":{"@id":"https:\/\/getruana.com\/de\/funktionen\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/getruana.com\/de\/funktionen\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/getruana.com\/de\/funktionen\/#primaryimage","url":"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/Online-booking-page-from-Ruana.webp","contentUrl":"https:\/\/getruana.com\/wp-content\/uploads\/2026\/02\/Online-booking-page-from-Ruana.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/getruana.com\/de\/funktionen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/getruana.com\/de\/"},{"@type":"ListItem","position":2,"name":"Funktionen"}]},{"@type":"WebSite","@id":"https:\/\/getruana.com\/de\/#website","url":"https:\/\/getruana.com\/de\/","name":"Ruana","description":"Practice Management Software for Health &amp; Wellness Professionals","publisher":{"@id":"https:\/\/getruana.com\/de\/#organization"},"alternateName":"Ruana Practice Management Software","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/getruana.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":["Organization","Place"],"@id":"https:\/\/getruana.com\/de\/#organization","name":"Ruana","alternateName":"Ruana Practice Management Software","url":"https:\/\/getruana.com\/de\/","logo":{"@id":"https:\/\/getruana.com\/de\/funktionen\/#local-main-organization-logo"},"image":{"@id":"https:\/\/getruana.com\/de\/funktionen\/#local-main-organization-logo"},"sameAs":["https:\/\/x.com\/RuanaLLC","https:\/\/www.instagram.com\/ruana_llc","https:\/\/www.linkedin.com\/in\/rouzbeh-noroozy-a29b82355\/","https:\/\/www.youtube.com\/@RuanaApp"],"description":"Ruana is a modern practice management software designed for chiropractors, massage therapists, physiotherapists, mental health practitioners, osteopaths, and Heilpraktiker. The platform helps health and wellness practices manage scheduling, online booking, patient records, SOAP notes, digital intake forms, billing, invoices, and clinic operations in one secure system. Ruana is built to simplify daily workflows, reduce administrative work shown, and support both solo practitioners and multi-location practices across Europe and internationally.","legalName":"Ruana LLC","foundingDate":"2023-11-21","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"},"telephone":[],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"],"opens":"09:00","closes":"17:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Saturday","Sunday"],"opens":"00:00","closes":"00:00"}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/getruana.com\/de\/funktionen\/#local-main-organization-logo","url":"https:\/\/getruana.com\/wp-content\/uploads\/2024\/10\/Logo-1.png","contentUrl":"https:\/\/getruana.com\/wp-content\/uploads\/2024\/10\/Logo-1.png","width":56,"height":56,"caption":"Ruana"}]},"geo.region":"Vereinigte Staaten von Amerika"},"_links":{"self":[{"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/pages\/3627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/comments?post=3627"}],"version-history":[{"count":11,"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/pages\/3627\/revisions"}],"predecessor-version":[{"id":4823,"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/pages\/3627\/revisions\/4823"}],"wp:attachment":[{"href":"https:\/\/getruana.com\/de\/wp-json\/wp\/v2\/media?parent=3627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}