{"id":1072,"date":"2026-06-23T10:28:37","date_gmt":"2026-06-23T10:28:37","guid":{"rendered":"https:\/\/www.phitech.io\/?page_id=1072"},"modified":"2026-06-23T10:32:05","modified_gmt":"2026-06-23T10:32:05","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.phitech.io\/cs\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<style>\n  .phitech-contact {\n    font-family: inherit;\n    color: #111827;\n    background: #ffffff;\n    padding: 56px 20px;\n  }\n\n  .phitech-contact * {\n    box-sizing: border-box;\n  }\n\n  .phitech-contact-container {\n    max-width: 1080px;\n    margin: 0 auto;\n  }\n\n  .phitech-contact-hero {\n    text-align: center;\n    margin-bottom: 42px;\n  }\n\n  .phitech-contact-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: #eef2ff;\n    color: #3730a3;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .phitech-contact-hero h1 {\n    margin: 0 0 16px;\n    font-size: clamp(34px, 5vw, 54px);\n    line-height: 1.06;\n    letter-spacing: -0.04em;\n  }\n\n  .phitech-contact-hero p {\n    max-width: 780px;\n    margin: 0 auto;\n    color: #4b5563;\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .phitech-contact-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n    margin-top: 36px;\n  }\n\n  .phitech-contact-card {\n    display: flex;\n    flex-direction: column;\n    padding: 28px;\n    border: 1px solid #e5e7eb;\n    border-radius: 24px;\n    background: #ffffff;\n    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);\n  }\n\n  .phitech-contact-card h2 {\n    margin: 0 0 10px;\n    font-size: 24px;\n    letter-spacing: -0.02em;\n  }\n\n  .phitech-contact-card p {\n    margin: 0 0 18px;\n    color: #4b5563;\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .phitech-contact-list {\n    padding: 0;\n    margin: 0 0 24px;\n    list-style: none;\n  }\n\n  .phitech-contact-list li {\n    position: relative;\n    padding-left: 23px;\n    margin-bottom: 10px;\n    color: #374151;\n    font-size: 15px;\n    line-height: 1.45;\n  }\n\n  .phitech-contact-list li:before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: #16a34a;\n    font-weight: 800;\n  }\n\n  .phitech-contact-button {\n    display: inline-block;\n    margin-top: auto;\n    padding: 12px 18px;\n    border-radius: 12px;\n    background: #111827;\n    color: #ffffff !important;\n    text-decoration: none;\n    text-align: center;\n    font-weight: 800;\n  }\n\n  .phitech-contact-button.primary {\n    background: #4f46e5;\n  }\n\n  .phitech-contact-info {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr;\n    gap: 20px;\n    margin-top: 44px;\n  }\n\n  .phitech-contact-box {\n    padding: 26px;\n    border-radius: 24px;\n    border: 1px solid #e5e7eb;\n    background: #f9fafb;\n  }\n\n  .phitech-contact-box h2 {\n    margin: 0 0 10px;\n    font-size: 24px;\n    letter-spacing: -0.02em;\n  }\n\n  .phitech-contact-box p {\n    margin: 0;\n    color: #4b5563;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .phitech-contact-box a {\n    color: #4f46e5;\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  .phitech-language-box {\n    margin-top: 44px;\n    padding: 28px;\n    border-radius: 24px;\n    background: #eef2ff;\n    border: 1px solid #c7d2fe;\n    text-align: center;\n  }\n\n  .phitech-language-box h2 {\n    margin: 0 0 10px;\n    font-size: 26px;\n    letter-spacing: -0.02em;\n  }\n\n  .phitech-language-box p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: #374151;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .phitech-contact-cta {\n    margin-top: 44px;\n    padding: 36px 28px;\n    border-radius: 28px;\n    background: linear-gradient(135deg, #4f46e5, #111827);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .phitech-contact-cta h2 {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: clamp(28px, 4vw, 40px);\n    line-height: 1.12;\n  }\n\n  .phitech-contact-cta p {\n    max-width: 720px;\n    margin: 0 auto 22px;\n    color: #e5e7eb;\n    font-size: 17px;\n    line-height: 1.6;\n  }\n\n  .phitech-contact-cta a {\n    display: inline-block;\n    padding: 13px 22px;\n    border-radius: 12px;\n    background: #ffffff;\n    color: #111827 !important;\n    text-decoration: none;\n    font-weight: 800;\n  }\n\n  @media (max-width: 900px) {\n    .phitech-contact-grid,\n    .phitech-contact-info {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 680px) {\n    .phitech-contact {\n      padding: 40px 16px;\n    }\n\n    .phitech-contact-card,\n    .phitech-contact-box,\n    .phitech-language-box {\n      padding: 22px;\n    }\n  }\n<\/style>\n\n<section class=\"phitech-contact\">\n  <div class=\"phitech-contact-container\">\n\n    <div class=\"phitech-contact-hero\">\n      <span class=\"phitech-contact-eyebrow\">Contact PhiTech<\/span>\n      <h1>Let\u2019s talk about your AI assistant, knowledge platform or deployment<\/h1>\n      <p>\n        Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions,\n        choose the right contact option below. All requests are sent directly to the PhiTech team.\n        We support communication in Czech, English, German and Spanish.\n      <\/p>\n    <\/div>\n\n    <div class=\"phitech-contact-grid\">\n\n      <div class=\"phitech-contact-card\">\n        <h2>Sales contact<\/h2>\n        <p>\n          For pricing, demos, pilot projects, licence offers, and choosing the right PhiSuite package.\n        <\/p>\n\n        <ul class=\"phitech-contact-list\">\n          <li>PhiSuite pricing and packages<\/li>\n          <li>Proof-of-Value Pilot<\/li>\n          <li>Website chatbot projects<\/li>\n          <li>Licence and setup offers<\/li>\n        <\/ul>\n\n        <a class=\"phitech-contact-button primary\" href=\"mailto:info@phitech.io?subject=Sales%20Request%20-%20PhiSuite&#038;body=Hello%20PhiTech%20team%2C%0D%0A%0D%0AI%20would%20like%20to%20ask%20about%20PhiSuite%20pricing%2C%20a%20demo%2C%20or%20a%20commercial%20offer.%0D%0A%0D%0ACompany%3A%0D%0AName%3A%0D%0APreferred%20language%3A%0D%0AUse%20case%3A%0D%0A%0D%0AThank%20you.\">\n          Contact Sales\n        <\/a>\n      <\/div>\n\n      <div class=\"phitech-contact-card\">\n        <h2>Technical contact<\/h2>\n        <p>\n          For deployment, infrastructure, APIs, security, connectors, and technical feasibility questions.\n        <\/p>\n\n        <ul class=\"phitech-contact-list\">\n          <li>Server and deployment questions<\/li>\n          <li>API and connector requirements<\/li>\n          <li>WordPress integration<\/li>\n          <li>Security and infrastructure setup<\/li>\n        <\/ul>\n\n        <a class=\"phitech-contact-button\" href=\"mailto:info@phitech.io?subject=Technical%20Request%20-%20PhiSuite&#038;body=Hello%20PhiTech%20team%2C%0D%0A%0D%0AI%20have%20a%20technical%20question%20about%20PhiSuite.%0D%0A%0D%0ACompany%3A%0D%0AName%3A%0D%0APreferred%20language%3A%0D%0ATechnical%20topic%3A%0D%0ADeployment%20environment%3A%0D%0A%0D%0AThank%20you.\">\n          Contact Technical Team\n        <\/a>\n      <\/div>\n\n      <div class=\"phitech-contact-card\">\n        <h2>General questions<\/h2>\n        <p>\n          For partnerships, press, company information, events, or any other general enquiry.\n        <\/p>\n\n        <ul class=\"phitech-contact-list\">\n          <li>General company questions<\/li>\n          <li>Partnerships<\/li>\n          <li>Events and presentations<\/li>\n          <li>Other enquiries<\/li>\n        <\/ul>\n\n        <a class=\"phitech-contact-button\" href=\"mailto:info@phitech.io?subject=General%20Question%20-%20PhiTech&#038;body=Hello%20PhiTech%20team%2C%0D%0A%0D%0AI%20have%20a%20general%20question.%0D%0A%0D%0AName%3A%0D%0ACompany%3A%0D%0APreferred%20language%3A%0D%0AMessage%3A%0D%0A%0D%0AThank%20you.\">\n          Send General Question\n        <\/a>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"phitech-contact-info\">\n\n      <div class=\"phitech-contact-box\">\n        <h2>Located in Prague<\/h2>\n        <p>\n          PhiTech is located in Prague, Czech Republic. We work with customers on secure AI assistants,\n          knowledge platforms, website chatbots, and enterprise AI deployments.\n          We support customers in Czech, English, German and Spanish.\n        <\/p>\n      <\/div>\n\n      <div class=\"phitech-contact-box\">\n        <h2>Email contact<\/h2>\n        <p>\n          All contact requests are sent to\n          <a href=\"mailto:info@phitech.io?subject=Contact%20Request%20-%20PhiTech\">info@phitech.io<\/a>.\n          Please contact us by email first; we will share additional contact or company details when needed.\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"phitech-language-box\">\n      <h2>Languages we support<\/h2>\n      <p>\n        You can contact us in Czech, English, German or Spanish. Please mention your preferred language in your message,\n        especially for technical workshops, demos or project discussions.\n      <\/p>\n    <\/div>\n\n    <div class=\"phitech-contact-info\">\n\n      <div class=\"phitech-contact-box\">\n        <h2>What to include in your request<\/h2>\n        <p>\n          To help us respond efficiently, please include your company name, your role, the intended use case,\n          whether the assistant is internal or customer-facing, your preferred language, and any deployment or integration requirements.\n        <\/p>\n      <\/div>\n\n      <div class=\"phitech-contact-box\">\n        <h2>Privacy note<\/h2>\n        <p>\n          We use the information you send only to respond to your request and prepare relevant information.\n          For more details, please see our <a href=\"https:\/\/www.phitech.io\/business-privacy-policy\/\">Privacy Policy<\/a>.\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"phitech-contact-cta\">\n      <h2>Not sure who to contact?<\/h2>\n      <p>\n        Send us a general message and we will route your request to the right person.\n      <\/p>\n      <a href=\"mailto:info@phitech.io?subject=General%20Question%20-%20PhiTech&#038;body=Hello%20PhiTech%20team%2C%0D%0A%0D%0AI%20am%20not%20sure%20which%20contact%20type%20to%20choose.%20Please%20route%20my%20request%20to%20the%20right%20person.%0D%0A%0D%0AName%3A%0D%0ACompany%3A%0D%0APreferred%20language%3A%0D%0AMessage%3A%0D%0A%0D%0AThank%20you.\">\n        Send General Request\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos, pilot [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":1031,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-1072","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.phitech.io\/cs\/contact\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Phi Technologies - Governed AI Technology\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Contact - Phi Technologies\" \/>\n\t\t<meta property=\"og:description\" content=\"Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.phitech.io\/cs\/contact\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/03\/favicon-150x150-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/03\/favicon-150x150-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-23T10:28:37+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-23T10:32:05+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Contact - Phi Technologies\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/03\/favicon-150x150-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.phitech.io\\\/cs\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#listItem\",\"name\":\"Contact\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#listItem\",\"position\":2,\"name\":\"Contact\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/#organization\",\"name\":\"Phi Technologies s.r.o.\",\"description\":\"Governed AI Technology\",\"url\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/\",\"foundingDate\":\"2017-01-25\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.phitech.io\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/favicon-150x150-1.png\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#organizationLogo\",\"width\":150,\"height\":150},\"image\":{\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#webpage\",\"url\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/\",\"name\":\"Contact - Phi Technologies\",\"description\":\"Contact PhiTech Let\\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,\",\"inLanguage\":\"cs-CZ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.phitech.io\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/face-woman-12.svg\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#mainImage\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/contact\\\/#mainImage\"},\"datePublished\":\"2026-06-23T10:28:37+00:00\",\"dateModified\":\"2026-06-23T10:32:05+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/#website\",\"url\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/\",\"name\":\"Your Company's Own Secure AI Environment | Phi Technologies\",\"description\":\"Governed AI Technology\",\"inLanguage\":\"cs-CZ\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.phitech.io\\\/cs\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Contact - Phi Technologies","description":"Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,","canonical_url":"https:\/\/www.phitech.io\/cs\/contact\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.phitech.io\/cs\/contact\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.phitech.io\/cs#listItem","position":1,"name":"Home","item":"https:\/\/www.phitech.io\/cs","nextItem":{"@type":"ListItem","@id":"https:\/\/www.phitech.io\/cs\/contact\/#listItem","name":"Contact"}},{"@type":"ListItem","@id":"https:\/\/www.phitech.io\/cs\/contact\/#listItem","position":2,"name":"Contact","previousItem":{"@type":"ListItem","@id":"https:\/\/www.phitech.io\/cs#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.phitech.io\/cs\/#organization","name":"Phi Technologies s.r.o.","description":"Governed AI Technology","url":"https:\/\/www.phitech.io\/cs\/","foundingDate":"2017-01-25","logo":{"@type":"ImageObject","url":"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/03\/favicon-150x150-1.png","@id":"https:\/\/www.phitech.io\/cs\/contact\/#organizationLogo","width":150,"height":150},"image":{"@id":"https:\/\/www.phitech.io\/cs\/contact\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/www.phitech.io\/cs\/contact\/#webpage","url":"https:\/\/www.phitech.io\/cs\/contact\/","name":"Contact - Phi Technologies","description":"Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,","inLanguage":"cs-CZ","isPartOf":{"@id":"https:\/\/www.phitech.io\/cs\/#website"},"breadcrumb":{"@id":"https:\/\/www.phitech.io\/cs\/contact\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/05\/face-woman-12.svg","@id":"https:\/\/www.phitech.io\/cs\/contact\/#mainImage"},"primaryImageOfPage":{"@id":"https:\/\/www.phitech.io\/cs\/contact\/#mainImage"},"datePublished":"2026-06-23T10:28:37+00:00","dateModified":"2026-06-23T10:32:05+00:00"},{"@type":"WebSite","@id":"https:\/\/www.phitech.io\/cs\/#website","url":"https:\/\/www.phitech.io\/cs\/","name":"Your Company's Own Secure AI Environment | Phi Technologies","description":"Governed AI Technology","inLanguage":"cs-CZ","publisher":{"@id":"https:\/\/www.phitech.io\/cs\/#organization"}}]},"og:locale":"cs_CZ","og:site_name":"Phi Technologies - Governed AI Technology","og:type":"article","og:title":"Contact - Phi Technologies","og:description":"Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,","og:url":"https:\/\/www.phitech.io\/cs\/contact\/","og:image":"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/03\/favicon-150x150-1.png","og:image:secure_url":"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/03\/favicon-150x150-1.png","article:published_time":"2026-06-23T10:28:37+00:00","article:modified_time":"2026-06-23T10:32:05+00:00","twitter:card":"summary_large_image","twitter:title":"Contact - Phi Technologies","twitter:description":"Contact PhiTech Let\u2019s talk about your AI assistant, knowledge platform or deployment Whether you are interested in PhiSuite pricing, technical deployment, integrations, or general questions, choose the right contact option below. All requests are sent directly to the PhiTech team. We support communication in Czech, English, German and Spanish. Sales contact For pricing, demos,","twitter:image":"https:\/\/www.phitech.io\/wp-content\/uploads\/2026\/03\/favicon-150x150-1.png"},"aioseo_meta_data":{"post_id":"1072","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-23 10:28:37","updated":"2026-06-23 11:28:05","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.phitech.io\/cs\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tContact\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.phitech.io\/cs"},{"label":"Contact","link":"https:\/\/www.phitech.io\/cs\/contact\/"}],"_links":{"self":[{"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/pages\/1072","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/comments?post=1072"}],"version-history":[{"count":2,"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/pages\/1072\/revisions"}],"predecessor-version":[{"id":1075,"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/pages\/1072\/revisions\/1075"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/media\/1031"}],"wp:attachment":[{"href":"https:\/\/www.phitech.io\/cs\/wp-json\/wp\/v2\/media?parent=1072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}