{"id":9025,"date":"2023-10-09T08:40:11","date_gmt":"2023-10-09T08:40:11","guid":{"rendered":"https:\/\/restly.themepul.com\/?page_id=9025"},"modified":"2026-04-20T10:58:14","modified_gmt":"2026-04-20T10:58:14","slug":"pricing","status":"publish","type":"page","link":"https:\/\/fleetwaro.ai\/en\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9025\" class=\"elementor elementor-9025\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d27b8f e-con-full e-flex e-con e-parent\" data-id=\"1d27b8f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8d2c68b e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"8d2c68b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;slideInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b212be elementor-widget__width-initial elementor-widget elementor-widget-restly_title\" data-id=\"6b212be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-section-title-wrapper\">\r\n            <div class=\"restly-section-title\">\r\n                                \r\n                <h1 class=\"restly-section-title\">Pricing for Fleet Managers<\/h1> \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56599cd e-flex e-con-boxed e-con e-parent\" data-id=\"56599cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<h2 data-interaction-id=\"b37045e\" class=\"e-heading-base\">Turn Your Fleet Into a Profit Engine<\/h2>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-76d2dae e-flex e-con-boxed e-con e-parent\" data-id=\"76d2dae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<p class=\"e-paragraph-base\" data-interaction-id=\"e67955b\">Experience Fleetwaro, our cloud-based software-as-a-service fleet management platform that grows with your needs. Designed for modern fleet managers, Fleetwaro simplifies vehicle, driver, and cost management through smart automation and AI-powered data insights. With transparent, scalable pricing, you can easily expand your digital fleet management step by step and reduce administrative workload while improving compliance and efficiency across your entire fleet.<em>Start now by setting up a free trial account to experience and test all features, no credit card needed!&nbsp;<\/em><\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a32e42e e-flex e-con-boxed e-con e-parent\" data-id=\"a32e42e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<h2 data-interaction-id=\"79e6420\" class=\"e-79e6420-ee574f2 e-heading-base\">Flexible &amp; Scalable Pricing<\/h2>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f810f8 e-flex e-con-boxed e-con e-parent\" data-id=\"7f810f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6c90265 e-con-full e-flex e-con e-child\" data-id=\"6c90265\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70114fc elementor-widget elementor-widget-html\" data-id=\"70114fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"currency-toggle\" id=\"symbolToggle\"> \r\n  <button class=\"active\" data-symbol=\"\u20ac\">\u20ac EURO<\/button>\r\n  <button data-symbol=\"$\">$ DOLLAR<\/button>\r\n<\/div>\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n  function updatePrices(symbol) {\r\n    const priceElements = document.querySelectorAll(\"body *:not(script):not(style)\");\r\n\r\n    priceElements.forEach(el => {\r\n\r\n      \/\/ \u2705 Skip toggle buttons entirely\r\n      if (el.closest('#symbolToggle')) return;\r\n\r\n      \/\/ Only check elements without child nodes\r\n      if(el.children.length === 0) { \r\n        let text = el.textContent.trim();\r\n\r\n        \/\/ Replace \u20ac or $ at the start\r\n        if(text.startsWith(\"\u20ac\") || text.startsWith(\"$\")) {\r\n          el.textContent = symbol + text.slice(1);\r\n        }\r\n      }\r\n    });\r\n  }\r\n\r\n  const activeBtn = document.querySelector('#symbolToggle button.active');\r\n  if(activeBtn) updatePrices(activeBtn.getAttribute('data-symbol'));\r\n\r\n  document.body.addEventListener('click', function(e) {\r\n    const btn = e.target.closest('#symbolToggle button');\r\n    if(!btn) return;\r\n\r\n    document.querySelectorAll('#symbolToggle button').forEach(b => b.classList.remove('active'));\r\n    btn.classList.add('active');\r\n\r\n    updatePrices(btn.getAttribute('data-symbol'));\r\n  });\r\n\r\n});\r\n<\/script>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20d35ef e-con-full e-flex e-con e-child\" data-id=\"20d35ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b544c5 elementor-widget elementor-widget-restly_pricing_tab2\" data-id=\"1b544c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_tab2.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n\t\t\t<script>\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\"use strict\";\r\n\t\t\t\tif ($(\".pricing-tab\").length) {\r\n                    $(\".pricing-tab button:first-child\").click(function () {\r\n                        $(this).parent(\".pricing-tab\").addClass(\"for-yearly\");\r\n                    });\r\n                    $(\".pricing-tab button:last-child\").click(function () {\r\n                        $(this).parent(\".pricing-tab\").removeClass(\"for-yearly\");\r\n                    });\r\n                }\r\n\t\t\t});\r\n\t\t\t<\/script>        <div class=\"restly-pricing-tabs-wrapper pricing-tab-v2-wrapper\">\r\n            <div class=\"pricing-top-area style-two\">\r\n                <div class=\"pricing-tab nav nav-pills\" id=\"v-pills-tab-380\" role=\"tablist\" aria-orientation=\"vertical\">\r\n                                        <button class=\"nav-link active\" id=\"pricing-1-tab2\" data-bs-toggle=\"pill\" data-bs-target=\"#pricing-item2-1\" type=\"button\" role=\"tab\" aria-controls=\"pricing-item2-1\" aria-selected=\"true\">Monthly<\/button>\r\n                                        <button class=\"nav-link \" id=\"pricing-2-tab2\" data-bs-toggle=\"pill\" data-bs-target=\"#pricing-item2-2\" type=\"button\" role=\"tab\" aria-controls=\"pricing-item2-2\" aria-selected=\"true\">Yearly<\/button>\r\n                                    <\/div>\r\n                \r\n            <\/div>\r\n            <div class=\"tab-content pricing-content-areas\" id=\"v-pills-tabContent-380\">\r\n                            <div class=\"tab-pane fade show show active\" id=\"pricing-item2-1\" role=\"tabpanel\" aria-labelledby=\"pricing-1-tab2\">\r\n                \t\t<div data-elementor-type=\"section\" data-elementor-id=\"4948\" class=\"elementor elementor-4948\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1816ec88 e-grid e-con-boxed e-con e-parent\" data-id=\"1816ec88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fa24a7f elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"4fa24a7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Essential                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">Light account for smaller fleets to manage fleet data.<\/div>\r\n                            <div class=\"pricing-v6-price\">\u20ac5 \/vehicle*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p>\u00a0<\/p><ul><li><strong>Fleet management data<\/strong><\/li><li><strong>Documents &amp; images<\/strong><\/li><li><strong>AI image &amp; documents processing<\/strong><\/li><li>Assets: 5 - 100<\/li><li>Storage per Asset: 25 MB<\/li><li>AI Operations per Asset: 5<\/li><li>Max Users: 100<\/li><li>Custom Fields: No<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/app.fleetwaro.ai\/FW\/sign-up\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Start a Free Trial \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55d4ce8a elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"55d4ce8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Professional                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">Designed for larger fleets with greater requirements.<\/div>\r\n                            <div class=\"pricing-v6-price\">\u20ac7.5 \/vehicle*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p><strong>Everything from Essential plus<\/strong><\/p><ul><li><strong>Custom fields: Yes<\/strong><\/li><li><strong>Service &amp; Tasks<\/strong><\/li><li><strong>Forms<\/strong><\/li><li><strong>SAML\/SSO<\/strong><\/li><li><strong>Webhooks<\/strong><\/li><li>10 to unlimited assets<\/li><li>Storage per Asset: 50MB<\/li><li>AI Operations per Asset: 7<\/li><li>Max Users: Unlimited<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/app.fleetwaro.ai\/FW\/sign-up\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Start a Free Trial \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-538dcf76 elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"538dcf76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Premium                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">For advenced fleets with high organizational requirements.<\/div>\r\n                            <div class=\"pricing-v6-price\">\u20ac9.5 \/vehicle*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p><strong>Everything from Professional plus:<\/strong><\/p><ul><li><strong>Personal success manager<\/strong><\/li><li><strong>Personal onboarding sessions<\/strong><\/li><li><strong>Telematics Interfaces<\/strong><\/li><li><strong>Branding<\/strong><\/li><li><strong>Telematics interfaces (Mileage Data\u2026.)<\/strong><\/li><li><strong>SCIM User Sync<\/strong><\/li><li>25 to unlimited assets<\/li><li>Storage per Asset: 50 MB<\/li><li>AI Operations per Asset: 9<\/li><li>Max Users: Unlimited<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/app.fleetwaro.ai\/FW\/sign-up\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Start a Free Trail \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d265d0 elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"8d265d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Enterprise                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">Tailored for advanced projects and deeper customization.<\/div>\r\n                            <div class=\"pricing-v6-price\">Pricing as per request*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p><strong>Everything from Premium plus:<\/strong><\/p><ul><li><strong>Dedicated cloud instance<\/strong><\/li><li><strong>Integrations of AzureAD, <\/strong><strong>LDAP, Power-BI<\/strong><\/li><li><strong>Advanced SLAs<\/strong><\/li><li>100 to unlimited assets<\/li><li>Storage per Asset: 50 MB<\/li><li>AI Operations per Asset: On Request<\/li><li>Max Users: Unlimited<\/li><li>Custom Fields: Yes<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/fleetwaro.ai\/book-meeting\/\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Get a Demo \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19cec32 e-flex e-con-boxed e-con e-parent\" data-id=\"19cec32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90ed654 elementor-widget elementor-widget-text-editor\" data-id=\"90ed654\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>* <span style=\"font-family: Rubik, sans-serif;\">Pricing is shown per calendar month,\u00a0<\/span>yearly pricing plan means prepayment of 12 months in advance, <a href=\"https:\/\/fleetwaro.ai\/terms-condition\/\">terms &amp; conditions<\/a><span style=\"font-family: Rubik, sans-serif;\">\u00a0<\/span><span style=\"font-family: Rubik, sans-serif;\">apply<\/span><\/p><p><strong>Additional storage: <\/strong>50 MB additional storage per Asset: \u20ac2 per month<br \/><strong>Additional AI Operations <\/strong>(1 operation is 1 page)<strong>: <\/strong>100 AI Operations &#8230; \u20ac20, 500 AI Operations &#8230; \u20ac90, 1.000 AI Operations &#8230; \u20ac160\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n                        <div class=\"tab-pane fade show \" id=\"pricing-item2-2\" role=\"tabpanel\" aria-labelledby=\"pricing-2-tab2\">\r\n                \t\t<div data-elementor-type=\"section\" data-elementor-id=\"4957\" class=\"elementor elementor-4957\">\n\t\t\t\t<div class=\"elementor-element elementor-element-880cb2f e-grid e-con-boxed e-con e-parent\" data-id=\"880cb2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bdd00b elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"9bdd00b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Essential                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">Light account for smaller fleets to manage fleet data.<\/div>\r\n                            <div class=\"pricing-v6-price\">\u20ac4 \/ vehicle*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p>\u00a0<\/p><ul><li><strong>Fleet management data<\/strong><\/li><li><strong>Documents &amp; images<\/strong><\/li><li><strong>AI image &amp; documents processing<\/strong><\/li><li>Assets: 5 - 100<\/li><li>Storage per Asset: 25 MB<\/li><li>AI Operations per Asset: 5<\/li><li>Max Users: 100<\/li><li>Custom Fields: No<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/app.fleetwaro.ai\/FW\/sign-up\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Start a Free Trial \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87e7957 elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"87e7957\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Professional                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">Designed for larger fleets with more requirements<\/div>\r\n                            <div class=\"pricing-v6-price\">\u20ac6.5 \/ vehicle*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p><strong>Everything from Essential plus<\/strong><\/p><ul><li><strong>Custom fields: Yes<\/strong><\/li><li><strong>Service &amp; Tasks<\/strong><\/li><li><strong>Forms<\/strong><\/li><li><strong>SAML\/SSO<\/strong><\/li><li><strong>Webhooks<\/strong><\/li><li>10 to unlimited assets<\/li><li>Storage per Asset: 50MB<\/li><li>AI Operations per Asset: 7<\/li><li>Max Users: Unlimited<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/app.fleetwaro.ai\/FW\/sign-up\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Start a Free Trial \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ab8295 elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"9ab8295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Premium                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">For advenced fleets with high organizational requirements.<\/div>\r\n                            <div class=\"pricing-v6-price\">\u20ac8.5 \/vehicle*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p><strong>Everything from Professional plus:<\/strong><\/p><ul><li><strong>Personal success manager<\/strong><\/li><li><strong>Personal onboarding sessions<\/strong><\/li><li><strong>Telematics Interfaces<\/strong><\/li><li><strong>Branding<\/strong><\/li><li><strong>Telematics interfaces (Mileage Data\u2026.)<\/strong><\/li><li><strong>SCIM User Sync<\/strong><\/li><li>25 to unlimited assets<\/li><li>Storage per Asset: 50 MB<\/li><li>AI Operations per Asset: 9<\/li><li>Max Users: Unlimited<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/app.fleetwaro.ai\/FW\/sign-up\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Start a Free Trail \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a558e3b elementor-widget__width-inherit elementor-widget elementor-widget-restly_pricing_v6\" data-id=\"a558e3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_pricing_v6.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-pricing-v6-wrapper\">\r\n            <div class=\"row\">\r\n                                    <div class=\"col-xl-12 col-lg-12 col-md-12\">\r\n                        <div class=\"restly-pricing-v6-item\">\r\n                            <div class=\"pricing-v6-title\">\r\n                                Enterprise                            <\/div>\r\n                            <div class=\"pricing-v6-stitle\">Tailored for advanced projects and deeper customization.<\/div>\r\n                            <div class=\"pricing-v6-price\">Pricing as per request*<\/div>\r\n                            <div class=\"pricing-v6-featur-item\"> \r\n                                <p><strong>Everything from Premium plus:<\/strong><\/p><ul><li><strong>Dedicated cloud instance<\/strong><\/li><li><strong>Integrations of AzureAD, <\/strong><strong>LDAP, Power-BI<\/strong><\/li><li><strong>Advanced SLAs<\/strong><\/li><li>100 to unlimited assets<\/li><li>Storage per Asset: 50 MB<\/li><li>AI Operations per Asset: On Request<\/li><li>Max Users: Unlimited<\/li><li>Custom Fields: Yes<\/li><\/ul>                            <\/div>\r\n                            <div class=\"pricing-v6-button\">\r\n                                 \r\n                                <a href=\"https:\/\/fleetwaro.ai\/book-meeting\/\" class=\"theme-btns\"  target=\"_blank\" rel=\"nofollow\">\r\n                                Get a Demo \r\n                                    <i class=\"fas fa-angle-double-right\"><\/i> \r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                 \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67970b4 e-flex e-con-boxed e-con e-parent\" data-id=\"67970b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96b6c90 elementor-widget elementor-widget-text-editor\" data-id=\"96b6c90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>* <span style=\"font-family: Rubik, sans-serif;\">Pricing is shown per calendar month,\u00a0<\/span>yearly pricing plan means prepayment of 12 months in advance, <a href=\"https:\/\/fleetwaro.ai\/terms-condition\/\">terms &amp; conditions<\/a><span style=\"font-family: Rubik, sans-serif;\">\u00a0<\/span><span style=\"font-family: Rubik, sans-serif;\">apply<\/span><\/p><p><strong>Additional storage: <\/strong>50 MB additional storage per Asset: \u20ac18 per year<br \/><strong>Additional AI Operations <\/strong>(1 operation is 1 page)<strong>: <\/strong>100 AI Operations &#8230; \u20ac20, 500 AI Operations &#8230; \u20ac90, 1.000 AI Operations &#8230; \u20ac160\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n                        <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2be0351 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2be0351\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c68035d\" data-id=\"c68035d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-cf1a704 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"cf1a704\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d4de6bb\" data-id=\"d4de6bb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<h2 data-interaction-id=\"cb02769\" class=\"e-heading-base\">Comparison of Fleet-Management Features <\/h2>\n\t\t\t\t<div class=\"elementor-element elementor-element-d17b976 pricing-table elementor-hidden-mobile elementor-widget elementor-widget-Table\" data-id=\"d17b976\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"pricing-table\" data-widget_type=\"Table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<table class=\"tafe-table \">\n\t\t\t<thead  class=\"tafe-table-header\">\n\t\t\t\t<tr>\n\t\t\t\t\t<th class=\"elementor-inline-editing elementor-repeater-item-272853b\"   ><\/th><th class=\"elementor-inline-editing elementor-repeater-item-233787a\"   >Essential Plan <\/th><th class=\"elementor-inline-editing elementor-repeater-item-28602d2\"   >Professional Plan <\/th><th class=\"elementor-inline-editing elementor-repeater-item-1b7af5d\"   >Premium Plan <\/th><th class=\"elementor-inline-editing elementor-repeater-item-fd539b7\"   >Enterprise Plan <\/th>\t\t\t\t<\/tr>\n\t\t\t<\/thead>\n\t\t\t\t\t\t<tbody class=\"tafe-table-body\">\n\t\t\t\t<tr>\n\t\t\t\t\t<td data-label=\"\"   class=\"elementor-repeater-item-4c83669 td-content-type-default\" ><strong>Minimum assets count<\/strong> <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-758158d td-content-type-default\" >5<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-19e544e td-content-type-default\" >10<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-aba420e td-content-type-default\" >25<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-ad92036 td-content-type-default\" >100<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-1e8255e td-content-type-default\" ><strong>Maximum asset count <\/strong> <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-22e019f td-content-type-default\" >100<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-9e46e74 td-content-type-default\" >Unlimited <\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-dd3cbc5 td-content-type-default\" >Unlimited <\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-e62701a td-content-type-default\" >Unlimited <\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-b1e2651 td-content-type-default\" ><strong>Data storage per asset <\/strong> <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-70e5e2f td-content-type-default\" >25MB <\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-11f4bfb td-content-type-default\" >50MB <\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-6a36bb5 td-content-type-default\" >50MB <\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-26386df td-content-type-default\" >50MB <\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-37887cf td-content-type-default\" ><strong>Monthly AI operation per asset Document processing, image recognition, VIN checks   <\/strong> <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-01466f9 td-content-type-default\" >5<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-9b92687 td-content-type-default\" >7<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-20e0ea7 td-content-type-default\" >9<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-e4540c2 td-content-type-default\" >On request<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-4004f50 td-content-type-default\" ><strong>Users <\/strong> \n<br>\n Number of user or drivers count<\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-36f915d td-content-type-default\" >2 per asset <\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-10f5889 td-content-type-default\" >5 per asset <\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-4117ac6 td-content-type-default\" >10 per asset <\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-79c30cf td-content-type-default\" >2 per asset <\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-53a3919 td-content-type-default\" ><strong>Fleet management data <\/strong> \n<br>\n Upload fleet data, start getting data by VIN check <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-d7bd2ef td-content-type-default\" >YES<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-cbcead0 td-content-type-default\" >YES<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-d6886e9 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-5675f8a td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-e3e3acc td-content-type-default\" ><strong>Documents &amp; images <\/strong>\n<br>\nUpload images and documents and let AI analyze and recognize images  <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-16dcf5a td-content-type-default\" >YES<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-a709b4d td-content-type-default\" >YES<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-97c1076 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-58a3bbc td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-1bc8c45 td-content-type-default\" ><strong>Service &amp; Tasks<\/strong> \n<br>\n Create and automate service due or tire reminders  <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-25ab8d7 td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-26b96f3 td-content-type-default\" >YES<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-1a68a90 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-51bf0eb td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-cc42070 td-content-type-default\" ><strong>Custom fields<\/strong>\n<br>\nAdd specific data <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-9ad5c80 td-content-type-default\" >0<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-2b2b162 td-content-type-default\" >10<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-162bab2 td-content-type-default\" >25<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-115e59f td-content-type-default\" >50<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-31a930b td-content-type-default\" ><strong>Custom forms <\/strong>\n<br>\n Use forms for vehicle handover and return <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-c7ac839 td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-fd838dc td-content-type-default\" >YES<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-bc850e6 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-c4230bd td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-b038479 td-content-type-default\" ><strong>API data exchange <\/strong>\n<br>\n Use webhooks or interfaces (JSON) to exchange data <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-4e63468 td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-abfa7fe td-content-type-default\" >YES<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-bfc2506 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-cabbf4f td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-85a647e td-content-type-default\" ><strong>Personal service <\/strong>\n <br>\nPersonal onboarding sessions and dedicated success manger <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-a7bfd60 td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-d889ec5 td-content-type-default\" >-<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-6e6a76a td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-ce4d5f7 td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-18c1039 td-content-type-default\" ><strong>User SSO <\/strong>\n<br>\n Manage driver data and user login safely with single-sign-on (SAML2, SCIM) <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-0739b69 td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-d3d5b98 td-content-type-default\" >-<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-151f247 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-8896168 td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-4238896 td-content-type-default\" ><strong>Telematics interface<\/strong>\n<br>\n(load mileage, odometer, operating hours from 3rd party providers or OEMs) <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-aebf2af td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-d717b11 td-content-type-default\" >-<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-6f54c55 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-50da94c td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-4da2abd td-content-type-default\" ><strong>Personal service <\/strong>\n<br>\n Personal onboarding sessions and dedicated success manger <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-cea46c5 td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-814ea25 td-content-type-default\" >-<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-d768041 td-content-type-default\" >YES<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-c27af30 td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-98a392c td-content-type-default\" ><strong>Dedicated Cloud server <\/strong>\n<br>\n Separate instance, service, mointoring and backup on AWS Frankfurt (EU) <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-3c80499 td-content-type-default\" >-<\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-fe92bfd td-content-type-default\" >-<\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-1c4da0c td-content-type-default\" >-<\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-bef8a0b td-content-type-default\" >YES<\/td><\/tr><tr><td data-label=\"\"   class=\"elementor-repeater-item-f731469 td-content-type-default\" ><strong>Customized integration <\/strong>\n<br>\n LDAP, Power BI, advanced SLAs, ... based on quotes <\/td><td data-label=\"Essential Plan\"   class=\"elementor-repeater-item-393370f td-content-type-default\" ><\/td><td data-label=\"Professional Plan\"   class=\"elementor-repeater-item-5ff37ab td-content-type-default\" ><\/td><td data-label=\"Premium Plan\"   class=\"elementor-repeater-item-a76fd89 td-content-type-default\" ><\/td><td data-label=\"Enterprise Plan\"   class=\"elementor-repeater-item-a3df410 td-content-type-default\" ><\/td>\t\t\t\t<\/tr>\n\t\t\t<\/tbody>\n\t\t<\/table>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-c5f6299 e-flex e-con-boxed e-con e-parent\" data-id=\"c5f6299\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-794cb77 e-con-full e-flex e-con e-child\" data-id=\"794cb77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a1765d e-transform e-transform e-transform elementor-widget elementor-widget-restly_button\" data-id=\"1a1765d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-20,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.3,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"restly_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"restly-button-wrapper\">\r\n            <div class=\"restly-button\">\r\n                <a href=\"https:\/\/fleetwaro.ai\/en\/sign-up-for-a-free-trial\/\" class=\"theme-btns\"  >Cut Costs, Run Better!<\/a>\r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8540751 e-flex e-con-boxed e-con e-parent\" data-id=\"8540751\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<h2 data-interaction-id=\"63a1fa0\" class=\"e-heading-base\">Frequently Asked Questions About Pricing Plans <\/h2>\n\t\t\t\t<div class=\"elementor-element elementor-element-30ffd13 elementor-widget elementor-widget-restly_faq\" data-id=\"30ffd13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"restly_faq.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"accordion accordion-flush faq-accordion\" id=\"accordionFlushExample1885056\">\n                        <div class=\"accordion-item\">\n                <h2 class=\"accordion-header\" id=\"faq-18850561\">\n                <button class=\"accordion-button collapse\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-item-18850561\" aria-expanded=\"false\" aria-controls=\"faq-item-18850561\">\n                   Is the trial really free?                 <\/button>\n                <\/h2>\n                <div id=\"faq-item-18850561\" class=\"accordion-collapse collapse show\" aria-labelledby=\"faq-18850561\" data-bs-parent=\"#accordionFlushExample1885056\">\n                    <div class=\"accordion-body\"><p>Yes, you can use Fleetwaro for 14 days for free. We have just limited to usage of AI document imports to 10 pages.\u00a0<\/p><\/div>\n                <\/div>\n            <\/div>\n                        <div class=\"accordion-item\">\n                <h2 class=\"accordion-header\" id=\"faq-18850562\">\n                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-item-18850562\" aria-expanded=\"false\" aria-controls=\"faq-item-18850562\">\n                   How does the manual or annual billing work?                 <\/button>\n                <\/h2>\n                <div id=\"faq-item-18850562\" class=\"accordion-collapse collapse \" aria-labelledby=\"faq-18850562\" data-bs-parent=\"#accordionFlushExample1885056\">\n                    <div class=\"accordion-body\"><p>If you decide to go with annual billing, you will get get a lower price with a prepayment of 12 months at once. If you want more flexibility, you can stick with manual pricing.<\/p><\/div>\n                <\/div>\n            <\/div>\n                        <div class=\"accordion-item\">\n                <h2 class=\"accordion-header\" id=\"faq-18850563\">\n                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-item-18850563\" aria-expanded=\"false\" aria-controls=\"faq-item-18850563\">\n                   How can I reduce my billing plan?                 <\/button>\n                <\/h2>\n                <div id=\"faq-item-18850563\" class=\"accordion-collapse collapse \" aria-labelledby=\"faq-18850563\" data-bs-parent=\"#accordionFlushExample1885056\">\n                    <div class=\"accordion-body\"><p>You can reduce the number of assets by deleting assets.<\/p><\/div>\n                <\/div>\n            <\/div>\n                        <div class=\"accordion-item\">\n                <h2 class=\"accordion-header\" id=\"faq-18850564\">\n                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-item-18850564\" aria-expanded=\"false\" aria-controls=\"faq-item-18850564\">\n                   Can I change from one plan to another?                 <\/button>\n                <\/h2>\n                <div id=\"faq-item-18850564\" class=\"accordion-collapse collapse \" aria-labelledby=\"faq-18850564\" data-bs-parent=\"#accordionFlushExample1885056\">\n                    <div class=\"accordion-body\"><p>Details will follow.<\/p><\/div>\n                <\/div>\n            <\/div>\n                        <div class=\"accordion-item\">\n                <h2 class=\"accordion-header\" id=\"faq-18850565\">\n                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-item-18850565\" aria-expanded=\"false\" aria-controls=\"faq-item-18850565\">\n                   What are AI Operations?                <\/button>\n                <\/h2>\n                <div id=\"faq-item-18850565\" class=\"accordion-collapse collapse \" aria-labelledby=\"faq-18850565\" data-bs-parent=\"#accordionFlushExample1885056\">\n                    <div class=\"accordion-body\"><p>Fleetwaro uses AI to recognize uploaded documents. For scanning and processing 1 page, 1 credit will be deducted. The number of credits depends on the number of active assets and is renewed for each billing cycle (monthly or yearly).<\/p><p>You can purchase more AI credits online.<\/p><\/div>\n                <\/div>\n            <\/div>\n                        <div class=\"accordion-item\">\n                <h2 class=\"accordion-header\" id=\"faq-18850566\">\n                <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#faq-item-18850566\" aria-expanded=\"false\" aria-controls=\"faq-item-18850566\">\n                   What about the data storage in MB?                <\/button>\n                <\/h2>\n                <div id=\"faq-item-18850566\" class=\"accordion-collapse collapse \" aria-labelledby=\"faq-18850566\" data-bs-parent=\"#accordionFlushExample1885056\">\n                    <div class=\"accordion-body\"><p>Fleetwaro uses cloud storage for storing your uploaded documents. The\u00a0 total storage size depends on the amounts of documents or pictures that you upload. Each pricing plan comes with a maximum limit of data storage per asset.\u00a0<\/p><p>You can purchase more data storage online.<\/p><\/div>\n                <\/div>\n            <\/div>\n                    <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Pricing for Fleet Managers Turn Your Fleet Into a Profit Engine Experience Fleetwaro, our cloud-based software-as-a-service fleet management platform that grows with your needs. Designed for modern fleet managers, Fleetwaro simplifies vehicle, driver, and cost management through smart automation and AI-powered data insights. With transparent, scalable pricing, you can easily expand your digital fleet management [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-template.php","meta":{"footnotes":""},"class_list":["post-9025","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Fleetwaro Pricing | Scalable AI Fleet Management Plans<\/title>\n<meta name=\"description\" content=\"Fleetwaro pricing plans for fleets of any size, Essential, Professional, Premium, or Enterprise, offering AI-powered fleet management.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fleetwaro.ai\/en\/pricing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pricing\" \/>\n<meta property=\"og:description\" content=\"Fleetwaro pricing plans for fleets of any size, Essential, Professional, Premium, or Enterprise, offering AI-powered fleet management.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fleetwaro.ai\/en\/pricing\/\" \/>\n<meta property=\"og:site_name\" content=\"FleetWaro\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-20T10:58:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fleetwaro.ai\/wp-content\/uploads\/2026\/01\/fleet-management-software-chaos-to-dashboard.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@fleetwaro\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/\"},\"author\":{\"name\":\"Michael Bartos\",\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#\\\/schema\\\/person\\\/926c934b1272d70a78ff992f9feed5e6\"},\"headline\":\"Pricing\",\"datePublished\":\"2023-10-09T08:40:11+00:00\",\"dateModified\":\"2026-04-20T10:58:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/\"},\"wordCount\":964,\"publisher\":{\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#organization\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/\",\"url\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/\",\"name\":\"Fleetwaro Pricing | Scalable AI Fleet Management Plans\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#website\"},\"datePublished\":\"2023-10-09T08:40:11+00:00\",\"dateModified\":\"2026-04-20T10:58:14+00:00\",\"description\":\"Fleetwaro pricing plans for fleets of any size, Essential, Professional, Premium, or Enterprise, offering AI-powered fleet management.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/pricing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pricing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/\",\"name\":\"Fleetwaro\",\"description\":\"Digital Fleet Management with AI-Power\",\"publisher\":{\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#organization\",\"name\":\"FleetWaro\",\"url\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/fleetwaro.ai\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-cropped-favicon-1.png\",\"contentUrl\":\"https:\\\/\\\/fleetwaro.ai\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-cropped-favicon-1.png\",\"width\":512,\"height\":512,\"caption\":\"FleetWaro\"},\"image\":{\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/fleetwaro\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/fleetwaro\\\/about\\\/\",\"https:\\\/\\\/www.instagram.com\\\/fleetwaro\\\/\"],\"description\":\"With Softwaro GmbH, the provider of fleetwaro.ai, you gain a reliable partner for your fleet with over 20 years of experience, more than 700 fleet customers, and proven, tried-and-tested solutions. Since our founding in 2004, we have developed into a leading provider of software for telematics and fleet management. Our mission is to support companies, cities, and municipalities in the efficient digitization and management of their fleets, vehicles, machines, mobile equipment, and small devices.\",\"email\":\"info@fleetwaro.ai\",\"telephone\":\"+43 7672 31788\",\"legalName\":\"Softwaro GmbH\",\"foundingDate\":\"2004-03-01\",\"vatID\":\"ATU61277433\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/fleetwaro.ai\\\/en\\\/#\\\/schema\\\/person\\\/926c934b1272d70a78ff992f9feed5e6\",\"name\":\"Michael Bartos\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/67ff2482751c3c0a11a82cc15d32fdea31dae1975d99e27a373afcb80da5544c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/67ff2482751c3c0a11a82cc15d32fdea31dae1975d99e27a373afcb80da5544c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/67ff2482751c3c0a11a82cc15d32fdea31dae1975d99e27a373afcb80da5544c?s=96&d=mm&r=g\",\"caption\":\"Michael Bartos\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Fleetwaro Pricing | Scalable AI Fleet Management Plans","description":"Fleetwaro pricing plans for fleets of any size, Essential, Professional, Premium, or Enterprise, offering AI-powered fleet management.","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:\/\/fleetwaro.ai\/en\/pricing\/","og_locale":"en_US","og_type":"article","og_title":"Pricing","og_description":"Fleetwaro pricing plans for fleets of any size, Essential, Professional, Premium, or Enterprise, offering AI-powered fleet management.","og_url":"https:\/\/fleetwaro.ai\/en\/pricing\/","og_site_name":"FleetWaro","article_modified_time":"2026-04-20T10:58:14+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/fleetwaro.ai\/wp-content\/uploads\/2026\/01\/fleet-management-software-chaos-to-dashboard.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@fleetwaro","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/fleetwaro.ai\/en\/pricing\/#article","isPartOf":{"@id":"https:\/\/fleetwaro.ai\/en\/pricing\/"},"author":{"name":"Michael Bartos","@id":"https:\/\/fleetwaro.ai\/en\/#\/schema\/person\/926c934b1272d70a78ff992f9feed5e6"},"headline":"Pricing","datePublished":"2023-10-09T08:40:11+00:00","dateModified":"2026-04-20T10:58:14+00:00","mainEntityOfPage":{"@id":"https:\/\/fleetwaro.ai\/en\/pricing\/"},"wordCount":964,"publisher":{"@id":"https:\/\/fleetwaro.ai\/en\/#organization"},"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/fleetwaro.ai\/en\/pricing\/","url":"https:\/\/fleetwaro.ai\/en\/pricing\/","name":"Fleetwaro Pricing | Scalable AI Fleet Management Plans","isPartOf":{"@id":"https:\/\/fleetwaro.ai\/en\/#website"},"datePublished":"2023-10-09T08:40:11+00:00","dateModified":"2026-04-20T10:58:14+00:00","description":"Fleetwaro pricing plans for fleets of any size, Essential, Professional, Premium, or Enterprise, offering AI-powered fleet management.","breadcrumb":{"@id":"https:\/\/fleetwaro.ai\/en\/pricing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fleetwaro.ai\/en\/pricing\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fleetwaro.ai\/en\/pricing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fleetwaro.ai\/en\/"},{"@type":"ListItem","position":2,"name":"Pricing"}]},{"@type":"WebSite","@id":"https:\/\/fleetwaro.ai\/en\/#website","url":"https:\/\/fleetwaro.ai\/en\/","name":"Fleetwaro","description":"Digital Fleet Management with AI-Power","publisher":{"@id":"https:\/\/fleetwaro.ai\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fleetwaro.ai\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fleetwaro.ai\/en\/#organization","name":"FleetWaro","url":"https:\/\/fleetwaro.ai\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fleetwaro.ai\/en\/#\/schema\/logo\/image\/","url":"https:\/\/fleetwaro.ai\/wp-content\/uploads\/2025\/08\/cropped-cropped-favicon-1.png","contentUrl":"https:\/\/fleetwaro.ai\/wp-content\/uploads\/2025\/08\/cropped-cropped-favicon-1.png","width":512,"height":512,"caption":"FleetWaro"},"image":{"@id":"https:\/\/fleetwaro.ai\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/fleetwaro","https:\/\/www.linkedin.com\/showcase\/fleetwaro\/about\/","https:\/\/www.instagram.com\/fleetwaro\/"],"description":"With Softwaro GmbH, the provider of fleetwaro.ai, you gain a reliable partner for your fleet with over 20 years of experience, more than 700 fleet customers, and proven, tried-and-tested solutions. Since our founding in 2004, we have developed into a leading provider of software for telematics and fleet management. Our mission is to support companies, cities, and municipalities in the efficient digitization and management of their fleets, vehicles, machines, mobile equipment, and small devices.","email":"info@fleetwaro.ai","telephone":"+43 7672 31788","legalName":"Softwaro GmbH","foundingDate":"2004-03-01","vatID":"ATU61277433","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/fleetwaro.ai\/en\/#\/schema\/person\/926c934b1272d70a78ff992f9feed5e6","name":"Michael Bartos","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/67ff2482751c3c0a11a82cc15d32fdea31dae1975d99e27a373afcb80da5544c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/67ff2482751c3c0a11a82cc15d32fdea31dae1975d99e27a373afcb80da5544c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/67ff2482751c3c0a11a82cc15d32fdea31dae1975d99e27a373afcb80da5544c?s=96&d=mm&r=g","caption":"Michael Bartos"}}]}},"_links":{"self":[{"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/pages\/9025","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/comments?post=9025"}],"version-history":[{"count":518,"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/pages\/9025\/revisions"}],"predecessor-version":[{"id":21203,"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/pages\/9025\/revisions\/21203"}],"wp:attachment":[{"href":"https:\/\/fleetwaro.ai\/en\/wp-json\/wp\/v2\/media?parent=9025"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}