{"id":2309,"date":"2025-04-02T16:48:29","date_gmt":"2025-04-02T14:48:29","guid":{"rendered":"https:\/\/aisema.eu\/?page_id=2309"},"modified":"2025-08-14T10:52:54","modified_gmt":"2025-08-14T08:52:54","slug":"pricing","status":"publish","type":"page","link":"https:\/\/aisema.eu\/pl\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2309\" class=\"elementor elementor-2309\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0d8e93 e-flex e-con-boxed e-con e-parent\" data-id=\"b0d8e93\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fae79e elementor-widget elementor-widget-html\" data-id=\"3fae79e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n  .pricing-section {\n    font-family: \"Satoshi\", Sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  \n  .pricing-tables {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-bottom: 40px;\n    justify-content: center;\n  }\n  \n  .pricing-table {\n    box-shadow: 0 0 1rem #1d1d1d33;\n    border-radius: 0;\n    padding: 2rem;\n    flex: 1;\n    color: white;\n    min-width: 250px;\n    background: white;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n  \n  .pricing-table.demo {\n    background: #ffffff;\n    color: #1d1d1d;\n  }\n  \n  .pricing-table.team {\n    padding: 1.75rem;\n    font-size: 13px;\n    background: #62c453;\n    transform: scale(1.15);\n    margin: 1rem 0;\n  }\n  \n  .pricing-table.enterprise {\n    background: #1d1d1d;\n  }\n  \n  .pricing-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n  \n  .pricing-title {\n    font-size: 30px;\n    font-weight: bolder;\n    margin-bottom: 10px;\n  }\n  \n  .pricing-price {\n    font-size: 20px;\n    font-weight: light;\n  }\n  \n  .pricing-period {\n    font-size: 14px;\n    color: #666;\n  }\n  \n  .pricing-features {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n  }\n  \n  .pricing-features li {\n    padding: 8px 0;\n  }\n  \n  .pricing-features li:not(:last-of-type) {\n    border-bottom: 1.5px solid #aaa5;\n  }\n  \n  .pricing-features li a {\n    color: #62c453;\n  }\n  \n  .pricing-features li:hover a {\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n  \n  .pricing-table.team .pricing-features li {\n    border-color: #ccc;\n  }\n  \n  .pricing-button {\n    display: block;\n    text-align: center;\n    padding: .75rem 1rem;\n    background-color: #62c453;\n    color: white;\n    text-decoration: none;\n    font-weight: bold;\n    margin-top: 20px;\n    transition: background-color 0.3s;\n  }\n  \n  .features-button {\n    display: block;\n    text-align: center;\n    padding: .75rem 1rem;\n    background-color: #1d1d1d;\n    color: white;\n    text-decoration: none;\n    font-weight: bold;\n    margin-top: 20px;\n    transition: background-color 0.3s;\n  }\n  \n  .enterprise .features-button {\n      background-color: white;\n      color: black;\n  }\n  \n  .pricing-table.team .pricing-button {\n     background-color: #fff;\n        color: #1d1d1d;\n  }\n  \n  .pricing-button:hover {\n    background-color: #45a049;\n    color: white;\n  }\n  \n  .features-button:hover {\n    background-color: #454545;\n    color: white;\n  }\n  \n  .calculator {\n    background: #f5f5f5;\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  \n  .calculator-title {\n    text-align: center;\n    margin-bottom: 20px;\n    font-size: 24px;\n  }\n  \n  .calculator-form {\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n  }\n  \n  .form-group {\n    display: flex;\n    flex-direction: column;\n  }\n  \n  .form-group label {\n    margin-bottom: 5px;\n    font-weight: bold;\n  }\n  \n  .form-group input, .form-group select {\n    padding: 10px;\n    border: 1px solid #ddd;\n    border-radius: 4px;\n    font-size: 16px;\n  }\n  \n  .form-group input:disabled {\n    background-color: #f0f0f0;\n    color: #999;\n  }\n  \n  .calculate-button,\n  .payment-button {\n    padding: 12px;\n    color: white !important;\n    border: none;\n    width: 100%;\n    border-radius: 4px;\n    font-size: 16px;\n    font-weight: bold;\n    cursor: pointer;\n    transition: background-color 0.3s;\n  }\n  \n  .calculate-button {\n      background-color: #62c453;\n  }\n  \n  .payment-button {\n      display: none;\n      background-color: #1d1d1d;\n  }\n  \n  .calculate-button:hover,\n  .calculate-button:active,\n  .calculate-button:focus-visible,\n  .calculate-button:focus-within {\n    background-color: #45a049;\n    outline: none;\n  }\n  \n  .payment-button:hover,\n  .payment-button:active,\n  .payment-button:focus-visible,\n  .payment-button:focus-within {\n    background-color: #454545;\n    outline: none;\n  }\n  \n  .calculator-result {\n    margin: 20px 0;\n    position: relative;\n    padding: 15px;\n    padding-bottom: 10px;\n    background: white;\n    border-radius: 4px;\n    border: 1px solid #ddd;\n    display: none;\n  }\n  \n  .result-title {\n    font-weight: bold;\n    margin-bottom: 10px;\n  }\n  \n  .result-price {\n    font-size: 24px;\n    font-weight: bold;\n    color: #62c453;\n    margin-bottom: 10px;\n  }\n  \n  .highlight {\n    color: white;\n    font-weight: 500;\n    background-color: #1d1d1d;\n    padding: 4px 6px;\n    border-radius: 5px;\n  }\n  \n  .savings-info {\n    margin-top: 5px;\n    font-size: 14px;\n  }\n  \n  .savings-info:has(p),\n  .potential-savings:has(p) {\n    margin-top: 10px;\n    padding-top: 15px;\n    border-top: 1px dashed #ddd;\n    font-size: 13px;\n    color: #666;\n  }\n  \n  .currency-section {\n    display: flex;\n    gap: 15px;\n    position: absolute;\n    right: 1.5rem;\n    top: 1.5rem;\n    margin-bottom: 15px;\n    align-items: center;\n  }\n  \n  .currency-option {\n    display: flex;\n    align-items: center;\n    cursor: pointer;\n  }\n  \n  .currency-option input {\n    margin-right: 5px;\n  }\n  \n  .exchange-rate {\n    display: block;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 15px;\n  }\n  \n  .exchange-rate input {\n    max-width: 100px;\n    padding: 8px;\n    border: 1px solid #ddd;\n    border-radius: 4px;\n  }\n<\/style>\n\n<div class=\"pricing-section\">\n  <div class=\"pricing-tables\">\n    <!-- Demo Plan -->\n    <div class=\"pricing-table demo\">\n        <div>\n      <div class=\"pricing-header\">\n        <div class=\"pricing-title\">DEMO<\/div>\n        <div class=\"pricing-price\">FREE<\/div>\n        <div class=\"pricing-period\">(7 days trial)<\/div>\n      <\/div>\n      <ul class=\"pricing-features\">\n        <li>Fully functional<\/li>\n        <li>Allows you to fill in your contact details - which will remain in AISEMA even after your trial period ends<\/li>\n      <\/ul>\n      <\/div>\n      <div>\n          <a href=\"\/pl\/features\/\" class=\"features-button\">Features<\/a>\n      <a href=\"\/pl\/demo-request\/\" class=\"pricing-button\">Register<\/a>\n      <\/div>\n    <\/div>\n    \n    <!-- Team Plans (combined) -->\n    <div class=\"pricing-table team\">\n        <div>\n          <div class=\"pricing-header\">\n            <div class=\"pricing-title\">TEAM PLAN<\/div>\n            <div class=\"pricing-price\">From \u20ac25\/month<\/div>\n            <div class=\"pricing-period\">(per user)<\/div>\n          <\/div>\n          <ul class=\"pricing-features\">\n              <li><strong>ALL FEATURES AVAILABLE \u2713<\/strong><\/li>\n        <li><strong>CONTACT DETAILS: <\/strong>Possibility to add Contact Details to your organization <strong>\u2713<\/strong><\/li>\n            <li><strong>SINGLE USER (1 account):<\/strong> Check price on 1 year plan!<\/li>\n            <li><strong>SMALL TEAM (2-3 accounts):<\/strong> From 10% to 20% discount<\/li>\n            <li><strong>MID TEAM (4-10 accounts):<\/strong> From 20% to 30% discount<\/li>\n          <\/ul>\n        <\/div>\n        <div>\n            <a href=\"\/pl\/features\/\" class=\"features-button\">Features<\/a>\n        <a href=\"#calculate\" class=\"pricing-button\">Calculate<\/a>\n        <\/div>\n    <\/div>\n    \n    <!-- Enterprise Plan -->\n    <div class=\"pricing-table enterprise\">\n        <div>\n      <div class=\"pricing-header\">\n        <div class=\"pricing-title\">ENTERPRISE<\/div>\n        <div class=\"pricing-price\">Custom<\/div>\n        <div class=\"pricing-period\">(11+ accounts)<\/div>\n      <\/div>\n      <ul class=\"pricing-features\">\n        <li><strong>ALL FEATURES AVAILABLE \u2713<\/strong><\/li>\n        <li><strong>CONTACT DETAILS: <\/strong>Possibility to add Contact Details to your organization <strong>\u2713<\/strong><\/li>\n        <li><strong>PERSONALIZED OFFER: <\/strong>Get a special plan for your organization <strong>\u2713<\/strong><\/li>\n        <li><strong>CUSTOMIZED VERSION: <\/strong>Talk to us about personalizing AISEMA to your needs <strong>\u2713<\/strong><\/li>\n      <\/ul>\n      <\/div>\n                <a href=\"\/pl\/features\/\" class=\"features-button\">Features<\/a>\n      <a href=\"\/pl\/offer-request\/\" class=\"pricing-button\">Contact<\/a>\n    <\/div>\n  <\/div>\n  \n  <!-- Calculator -->\n  <div id=\"calculate\" class=\"calculator\">\n    <h3 class=\"calculator-title\">Price Calculator<\/h3>\n    \n    <!-- \u041f\u043e\u043b\u0435 \u0434\u043b\u044f \u043a\u0443\u0440\u0441\u0430 \u043e\u0431\u043c\u0435\u043d\u0430 \u0423\u0414\u0410\u041b\u0415\u041d\u041e (teraz kurs pobierany z globalnej zmiennej window.AISEMA_EXCHANGE_RATE) -->\n    \n    <div class=\"calculator-form\">\n      <div class=\"form-group\">\n        <label for=\"accounts\">Number of accounts:<\/label>\n        <input type=\"number\" id=\"accounts\" min=\"1\" max=\"100\" value=\"1\">\n      <\/div>\n      <div class=\"form-group\">\n        <label for=\"period\">Billing period:<\/label>\n        <select id=\"period\" onchange=\"updateMonthsField()\">\n          <option value=\"month\">Monthly<\/option>\n          <option value=\"year\">Yearly (save up to 30%)<\/option>\n        <\/select>\n      <\/div>\n      <div class=\"form-group\">\n        <label for=\"months\">Number of months:<\/label>\n        <input type=\"number\" id=\"months\" min=\"1\" max=\"11\" value=\"1\">\n      <\/div>\n      <button class=\"calculate-button\" onclick=\"calculatePrice()\">Calculate Price<\/button>\n    <\/div>\n    <div class=\"calculator-result\" id=\"result\">\n        <!-- \u0421\u0435\u043a\u0446\u0438\u044f \u0432\u044b\u0431\u043e\u0440\u0430 \u0432\u0430\u043b\u044e\u0442\u044b -->\n    <div class=\"currency-section\">\n      <label class=\"currency-option\">\n        <input type=\"radio\" name=\"currency\" value=\"EUR\" checked> EUR\n      <\/label>\n      <label class=\"currency-option\">\n        <input type=\"radio\" name=\"currency\" value=\"PLN\"> PLN\n      <\/label>\n    <\/div>\n      <div class=\"result-title\">Your price:<\/div>\n      <div class=\"result-price\" id=\"calculated-price\">\u20ac25.00<\/div>\n      <!--<div id=\"pln-equivalent\" style=\"font-size: 16px; margin-top: 5px;\"><\/div>-->\n      <div class=\"savings-info\" id=\"savings-info\"><\/div>\n      <div class=\"potential-savings\" id=\"potential-savings\"><\/div>\n    <\/div>\n    <!--<button id=\"order-btn\" class=\"payment-button\" onclick=\"orderAndPay()\" target=\"_blank\">Order and Pay<\/button>-->\n  <\/div>\n<\/div>\n\n<script>\n  function updateMonthsField() {\n    const period = document.getElementById('period').value;\n    const monthsField = document.getElementById('months');\n    \n    if (period === \"year\") {\n      monthsField.value = 12;\n      monthsField.disabled = true;\n      monthsField.max = 12;\n    } else {\n      monthsField.disabled = false;\n      monthsField.max = 11;\n      monthsField.value = 1;\n    }\n  }\n  \n  function getExchangeRate() {\n    \/\/ Pobiera kurs z globalnej zmiennej window.AISEMA_EXCHANGE_RATE\n    const raw = window.AISEMA_EXCHANGE_RATE;\n    const parsed = parseFloat(raw);\n    return !isNaN(parsed) ? parsed : 4.50; \/\/ fallback do 4.50 je\u015bli brak zmiennej lub nieprawid\u0142owa\n  }\n  \n  function calculatePrice() {\n    const accounts = parseInt(document.getElementById('accounts').value) || 1;\n    const isYearly = document.getElementById('period').value === \"year\";\n    const months = parseInt(document.getElementById('months').value) || (isYearly ? 12 : 1);\n    const currency = document.querySelector('input[name=\"currency\"]:checked').value;\n    const exchangeRate = getExchangeRate();\n    \n    let pricePerUnit, totalPriceEUR, discount, monthlyEquivalent, savingsAmount;\n    \n    \/\/ Calculate based on the pricing table from the document\n    if (accounts === 1) {\n      pricePerUnit = isYearly ? 270 : 25;\n      discount = isYearly ? 10 : 0;\n    } else if (accounts === 2) {\n      pricePerUnit = isYearly ? 240 : 22.5;\n      discount = isYearly ? 20 : 10;\n    } else if (accounts === 3) {\n      pricePerUnit = isYearly ? 240 : 22.5;\n      discount = isYearly ? 20 : 10;\n    } else if (accounts >= 4 && accounts <= 10) {\n      pricePerUnit = isYearly ? 210 : 20;\n      discount = isYearly ? 30 : 20;\n    } else if (accounts > 10) {\n      \/\/ Enterprise pricing - show contact message\n      document.getElementById('calculated-price').textContent = 'Custom';\n      document.getElementById('pln-equivalent').textContent = '';\n      document.getElementById('savings-info').innerHTML = `\n        <p>For 11+ accounts, please <a href=\"mailto:hello@aisema.eu\">contact us<\/a> for a personalized enterprise offer.<\/p>\n        <p>Standard discount for enterprise accounts is <span class=\"highlight\">30% or more<\/span>.<\/p>\n      `;\n      document.getElementById('result').style.display = 'block';\n      document.getElementById('order-btn').style.display = 'none';\n      document.getElementById('potential-savings').innerHTML = '';\n      return;\n    }\n    \n    totalPriceEUR = isYearly ? \n      pricePerUnit * accounts : \n      pricePerUnit * accounts * months;\n    \n    \/\/ Format the price based on currency\n    let displayPrice, plnEquivalent;\n    if (currency === 'PLN') {\n      const pricePLN = totalPriceEUR * exchangeRate;\n      displayPrice = `${pricePLN.toFixed(2)} z\u0142`;\n      plnEquivalent = `(\u2248\u20ac${totalPriceEUR.toFixed(2)})`;\n    } else {\n      displayPrice = `\u20ac${totalPriceEUR.toFixed(2)}`;\n      plnEquivalent = `(\u2248${(totalPriceEUR * exchangeRate).toFixed(2)} z\u0142)`;\n    }\n    \n    document.getElementById('calculated-price').textContent = displayPrice;\n    \/\/ document.getElementById('pln-equivalent').textContent = plnEquivalent;\n    \n    \/\/ Calculate savings information\n    if (isYearly) {\n      monthlyEquivalent = 25 * accounts * 12;\n      savingsAmount = monthlyEquivalent - totalPriceEUR;\n      \n      document.getElementById('savings-info').innerHTML = `\n        <p>You save <span class=\"highlight\">\u20ac${savingsAmount.toFixed(2)} (${discount}%)<\/span> compared to monthly billing.<\/p>\n      `;\n      document.getElementById('potential-savings').innerHTML = '';\n    } else {\n      \/\/ For monthly plans\n      let yearlyPrice, potentialSavings;\n      let monthlyDiscount = '0%';\n      \n      if (accounts === 1) {\n        yearlyPrice = 270 * accounts;\n        potentialSavings = (25 * accounts * 12) - yearlyPrice;\n        monthlyDiscount = '10%';\n      } else if (accounts === 2 || accounts === 3) {\n        yearlyPrice = 240 * accounts;\n        potentialSavings = (22.5 * accounts * 12) - yearlyPrice;\n        monthlyDiscount = '20%';\n      } else if (accounts >= 4 && accounts <= 10) {\n        yearlyPrice = 210 * accounts;\n        potentialSavings = (20 * accounts * 12) - yearlyPrice;\n        monthlyDiscount = '30%';\n      }\n      \n      if (discount > 0) {\n        document.getElementById('savings-info').innerHTML = `\n            <p>You're saving <span class=\"highlight\">${discount}%<\/span><\/p>\n        `;\n      } else {\n          document.getElementById('savings-info').innerHTML = ``;\n      }\n      \n      if (accounts <= 10) {\n        document.getElementById('potential-savings').innerHTML = `\n          <p>Switch to yearly plan to save <span class=\"highlight\">\u20ac${potentialSavings.toFixed(2)} (${monthlyDiscount})<\/span><\/p>\n        `;\n      } else {\n        document.getElementById('potential-savings').innerHTML = '';\n      }\n    }\n    \n    document.getElementById('result').style.display = 'block';\n    \/\/ document.getElementById('order-btn').style.display = accounts <= 10 ? 'block' : 'none';\n  }\n  \n  function orderAndPay() {\n    const accounts = parseInt(document.getElementById('accounts').value) || 1;\n    const period = document.getElementById('period').value;\n    const months = parseInt(document.getElementById('months').value) || (period === \"year\" ? 12 : 1);\n    const currency = document.querySelector('input[name=\"currency\"]:checked').value;\n    const exchangeRate = getExchangeRate();\n    \n    \/\/ Calculate base price in EUR\n    let pricePerUnit;\n    const isYearly = period === \"year\";\n    \n    if (accounts === 1) {\n      pricePerUnit = isYearly ? 270 : 25;\n    } else if (accounts === 2 || accounts === 3) {\n      pricePerUnit = isYearly ? 240 : 22.5;\n    } else if (accounts >= 4 && accounts <= 10) {\n      pricePerUnit = isYearly ? 210 : 20;\n    }\n    \n    const basePriceEUR = isYearly \n      ? pricePerUnit * accounts \n      : pricePerUnit * accounts * months;\n    \n    window.location.href = `\/payment?accounts=${accounts}&period=${period}&months=${months}&base_price_eur=${basePriceEUR.toFixed(2)}&currency=${currency}&rate=${exchangeRate}`;\n  }\n  \n  \/\/ Initialize calculator with default values\n  document.addEventListener('DOMContentLoaded', function() {\n    updateMonthsField();\n    \n    \/\/ Add event listeners for currency change\n    document.querySelectorAll('input[name=\"currency\"]').forEach(radio => {\n      radio.addEventListener('change', calculatePrice);\n    });\n    \n    \n    calculatePrice();\n  });\n<\/script>\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>","protected":false},"excerpt":{"rendered":"<p>DEMO FREE (7 days trial) Fully functional Allows you to fill in your contact details &#8211; which will remain in AISEMA even after your trial period ends Features Register TEAM PLAN From \u20ac25\/month (per user) ALL FEATURES AVAILABLE \u2713 CONTACT DETAILS: Possibility to add Contact Details to your organization \u2713 SINGLE USER (1 account): Check [&hellip;]<\/p>","protected":false},"author":2,"featured_media":2282,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2309","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Check available plans and prices - buy the right option for you<\/title>\n<meta name=\"description\" content=\"How to buy access to AISEMA? If you are interested, go in and check available plans, prices for 1 or more users in monthly and annual access. You can pay by card and receive an Invoice!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aisema.eu\/pl\/pricing\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Check available plans and prices - buy the right option for you\" \/>\n<meta property=\"og:description\" content=\"How to buy access to AISEMA? If you are interested, go in and check available plans, prices for 1 or more users in monthly and annual access. You can pay by card and receive an Invoice!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aisema.eu\/pl\/pricing\/\" \/>\n<meta property=\"og:site_name\" content=\"Aisema\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-14T08:52:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png\" \/>\n\t<meta property=\"og:image:width\" content=\"627\" \/>\n\t<meta property=\"og:image:height\" content=\"433\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuta\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aisema.eu\/pricing\/\",\"url\":\"https:\/\/aisema.eu\/pricing\/\",\"name\":\"Check available plans and prices - buy the right option for you\",\"isPartOf\":{\"@id\":\"https:\/\/aisema.eu\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/aisema.eu\/pricing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/aisema.eu\/pricing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png\",\"datePublished\":\"2025-04-02T14:48:29+00:00\",\"dateModified\":\"2025-08-14T08:52:54+00:00\",\"description\":\"How to buy access to AISEMA? If you are interested, go in and check available plans, prices for 1 or more users in monthly and annual access. You can pay by card and receive an Invoice!\",\"breadcrumb\":{\"@id\":\"https:\/\/aisema.eu\/pricing\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aisema.eu\/pricing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/aisema.eu\/pricing\/#primaryimage\",\"url\":\"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png\",\"contentUrl\":\"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png\",\"width\":627,\"height\":433},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aisema.eu\/pricing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/aisema.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pricing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aisema.eu\/#website\",\"url\":\"https:\/\/aisema.eu\/\",\"name\":\"Aisema\",\"description\":\"Smarter way to find funding\",\"publisher\":{\"@id\":\"https:\/\/aisema.eu\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aisema.eu\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/aisema.eu\/#organization\",\"name\":\"Aisema\",\"url\":\"https:\/\/aisema.eu\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/aisema.eu\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/aisema.eu\/wp-content\/uploads\/2024\/06\/aisema.png\",\"contentUrl\":\"https:\/\/aisema.eu\/wp-content\/uploads\/2024\/06\/aisema.png\",\"width\":350,\"height\":150,\"caption\":\"Aisema\"},\"image\":{\"@id\":\"https:\/\/aisema.eu\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Check available plans and prices - buy the right option for you","description":"How to buy access to AISEMA? If you are interested, go in and check available plans, prices for 1 or more users in monthly and annual access. You can pay by card and receive an Invoice!","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:\/\/aisema.eu\/pl\/pricing\/","og_locale":"pl_PL","og_type":"article","og_title":"Check available plans and prices - buy the right option for you","og_description":"How to buy access to AISEMA? If you are interested, go in and check available plans, prices for 1 or more users in monthly and annual access. You can pay by card and receive an Invoice!","og_url":"https:\/\/aisema.eu\/pl\/pricing\/","og_site_name":"Aisema","article_modified_time":"2025-08-14T08:52:54+00:00","og_image":[{"width":627,"height":433,"url":"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"1 minuta"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aisema.eu\/pricing\/","url":"https:\/\/aisema.eu\/pricing\/","name":"Check available plans and prices - buy the right option for you","isPartOf":{"@id":"https:\/\/aisema.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aisema.eu\/pricing\/#primaryimage"},"image":{"@id":"https:\/\/aisema.eu\/pricing\/#primaryimage"},"thumbnailUrl":"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png","datePublished":"2025-04-02T14:48:29+00:00","dateModified":"2025-08-14T08:52:54+00:00","description":"How to buy access to AISEMA? If you are interested, go in and check available plans, prices for 1 or more users in monthly and annual access. You can pay by card and receive an Invoice!","breadcrumb":{"@id":"https:\/\/aisema.eu\/pricing\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aisema.eu\/pricing\/"]}]},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/aisema.eu\/pricing\/#primaryimage","url":"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png","contentUrl":"https:\/\/aisema.eu\/wp-content\/uploads\/2025\/04\/Group-617.png","width":627,"height":433},{"@type":"BreadcrumbList","@id":"https:\/\/aisema.eu\/pricing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aisema.eu\/"},{"@type":"ListItem","position":2,"name":"Pricing"}]},{"@type":"WebSite","@id":"https:\/\/aisema.eu\/#website","url":"https:\/\/aisema.eu\/","name":"Aisema","description":"Smarter way to find funding","publisher":{"@id":"https:\/\/aisema.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aisema.eu\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/aisema.eu\/#organization","name":"Aisema","url":"https:\/\/aisema.eu\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/aisema.eu\/#\/schema\/logo\/image\/","url":"https:\/\/aisema.eu\/wp-content\/uploads\/2024\/06\/aisema.png","contentUrl":"https:\/\/aisema.eu\/wp-content\/uploads\/2024\/06\/aisema.png","width":350,"height":150,"caption":"Aisema"},"image":{"@id":"https:\/\/aisema.eu\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/pages\/2309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/comments?post=2309"}],"version-history":[{"count":109,"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/pages\/2309\/revisions"}],"predecessor-version":[{"id":2962,"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/pages\/2309\/revisions\/2962"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/media\/2282"}],"wp:attachment":[{"href":"https:\/\/aisema.eu\/pl\/wp-json\/wp\/v2\/media?parent=2309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}