[{"data":1,"prerenderedAt":565},["ShallowReactive",2],{"{\"query\":\"\\n  query ($locale: SiteLocale!) {\\n    site: _site {\\n      favicon: faviconMetaTags(\\n        variants: [icon, appleTouchIcon, msApplication]\\n      ) {\\n        attributes\\n        content\\n        tag\\n      }\\n      globalSeo {\\n        fallbackSeo {\\n          title\\n          description\\n        }\\n      }\\n    }\\n    global(locale: $locale) {\\n      headerCta {\\n        ...LinkFragment\\n      }\\n      topBanner {\\n        showBanner\\n        bannerText\\n        bgColor\\n        variant\\n        headline\\n        cta {\\n          ...LinkFragment\\n        }\\n        badgeImage {\\n          url\\n          alt\\n          width\\n          height\\n          focalPoint {\\n            x\\n            y\\n          }\\n        }\\n      }\\n      signIn\\n      investors {\\n        title\\n        logos {\\n          url\\n        }\\n      }\\n      description\\n      footerCta {\\n        ...LinkFragment\\n      }\\n      socialMedia {\\n        platform\\n        url\\n      }\\n      locations {\\n        location\\n        address\\n        coords\\n      }\\n      emailAddress\\n      badges {\\n        url\\n      }\\n      footerCallout {\\n        image {\\n          url\\n          width\\n          height\\n          alt\\n          responsiveImage {\\n            srcSet\\n            webpSrcSet\\n            sizes\\n            src\\n            width\\n            height\\n            aspectRatio\\n            alt\\n            title\\n            base64\\n          }\\n        }\\n      }\\n      gatedHeadline\\n      gatedIntro\\n      gatedFormId\\n      signupForm {\\n        headline\\n        intro\\n        hubspotId\\n        consentText\\n      }\\n    }\\n  }\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":3,"{\"query\":\"\\n  query {\\n    menu {\\n      main {\\n        ... on MenuGroupRecord {\\n          __typename\\n          label\\n          id\\n          submenu {\\n            ... on MenuItemRecord {\\n              __typename\\n              label\\n              description\\n              ...InternalFragment\\n              external\\n              icon {\\n                url\\n              }\\n            }\\n            ... on MenuGroupRecord {\\n              __typename\\n              label\\n              submenu {\\n                ... on MenuItemRecord {\\n                  __typename\\n                  label\\n                  ...InternalFragment\\n                  external\\n                }\\n              }\\n            }\\n          }\\n        }\\n        ... on MenuItemRecord {\\n          __typename\\n          label\\n          id\\n          ...InternalFragment\\n          external\\n        }\\n      }\\n    }\\n  }\\n  \\n  fragment InternalFragment on MenuItemRecord {\\n    internal {\\n      ... on HomeRecord {\\n        __typename\\n      }\\n      ... on PostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on ProductRecord {\\n        __typename\\n        slug\\n      }\\n      ... on WhyMainRecord {\\n        __typename\\n      }\\n      ... on WhySubpageRecord {\\n        __typename\\n        slug\\n      }\\n      ... on AiFirstRecord {\\n        __typename\\n      }\\n      ... on ClientSuccessRecord {\\n        __typename\\n      }\\n      ... on BookDemoRecord {\\n        __typename\\n      }\\n      ... on BlogLandingRecord {\\n        __typename\\n      }\\n      ... on AboutRecord {\\n        __typename\\n      }\\n      ... on LeadershipRecord {\\n        __typename\\n      }\\n      ... on MediaCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on NewsCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on CasestudyLandingRecord {\\n        __typename\\n      }\\n      ... on CaseStudyRecord {\\n        __typename\\n        slug\\n      }\\n      ... on PaidLandingRecord {\\n        __typename\\n        slug\\n      }\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":179,"{\"query\":\"\\n  query {\\n    mediaPage {\\n      seo: _seoMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      hero {\\n        ...HeroFragment\\n      }\\n      footerCallout {\\n        ...FooterFragment\\n      }\\n    }\\n    allMediaCollections(orderBy: order_ASC) {\\n      title\\n      headline\\n      tag {\\n        slug\\n        name\\n      }\\n      showCallout\\n      featuredVideo {\\n        post {\\n          __typename\\n          ... on MediaPostRecord {\\n            id\\n            slug\\n            title\\n            intro\\n            publishDate\\n            tag {\\n              slug\\n              name\\n            }\\n            media {\\n              ... on ProductDemoRecord {\\n                __typename\\n                screen {\\n                  ...ResponsiveImageFragment\\n                }\\n                video {\\n                  ...VideoFragment\\n                }\\n              }\\n              ... on MediaVideoRecord {\\n                __typename\\n                image {\\n                  ...ResponsiveImageFragment\\n                }\\n                video {\\n                  ...VideoFragment\\n                }\\n              }\\n            }\\n          }\\n        }\\n      }\\n      demoDate\\n      signupForm {\\n        headline\\n        intro\\n        hubspotId\\n      }\\n    }\\n  }\\n  \\n  fragment HeroFragment on HeroRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n    image {\\n      ...ResponsiveImageFragment\\n    }\\n    video {\\n      ...VideoFragment\\n    }\\n    showG2\\n  }\\n\\n  \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n    image {\\n      ...ResponsiveImageFragment\\n    }\\n  }\\n\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n  \\n  fragment ResponsiveImageFragment on FileField {\\n    url\\n    width\\n    height\\n    alt\\n    title\\n    responsiveImage {\\n      srcSet\\n      webpSrcSet\\n      sizes\\n      src\\n      width\\n      height\\n      aspectRatio\\n      alt\\n      title\\n      base64\\n    }\\n  }\\n\\n  \\n  fragment VideoFragment on VideoRecord {\\n    file {\\n      video {\\n        muxPlaybackId\\n        title\\n        width\\n        height\\n        thumbhash\\n        blurUpThumb\\n        thumbnailUrl\\n      }\\n    }\\n    external {\\n      height\\n      provider\\n      providerUid\\n      thumbnailUrl\\n      title\\n      url\\n      width\\n    }\\n    loopClip {\\n      url\\n    }\\n    thumbnail {\\n      url\\n      alt\\n      width\\n      height\\n    }\\n  }\\n\\n\",\"variables\":{}}":360,"{\"query\":\"\\n  query ($tagId: ItemId!) {\\n    allMediaPosts(\\n      filter: { tag: { eq: $tagId } }\\n      first: 100\\n      orderBy: publishDate_DESC\\n    ) {\\n      ...MediaPostFragment\\n    }\\n  }\\n  \\n  fragment ResponsiveImageFragment on FileField {\\n    url\\n    width\\n    height\\n    alt\\n    title\\n    responsiveImage {\\n      srcSet\\n      webpSrcSet\\n      sizes\\n      src\\n      width\\n      height\\n      aspectRatio\\n      alt\\n      title\\n      base64\\n    }\\n  }\\n\\n  \\n  fragment VideoFragment on VideoRecord {\\n    file {\\n      video {\\n        muxPlaybackId\\n        title\\n        width\\n        height\\n        thumbhash\\n        blurUpThumb\\n        thumbnailUrl\\n      }\\n    }\\n    external {\\n      height\\n      provider\\n      providerUid\\n      thumbnailUrl\\n      title\\n      url\\n      width\\n    }\\n    loopClip {\\n      url\\n    }\\n    thumbnail {\\n      url\\n      alt\\n      width\\n      height\\n    }\\n  }\\n\\n  \\n  fragment MediaPostFragment on MediaPostRecord {\\n    __typename\\n    id\\n    slug\\n    title\\n    intro\\n    publishDate\\n    tag {\\n      name\\n      slug\\n    }\\n    cta {\\n      ...LinkFragment\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    gatedContent\\n    gateForm {\\n      title\\n      headline\\n      intro\\n      hubspotId\\n    }\\n    media {\\n      ... on ProductDemoRecord {\\n        __typename\\n        screen {\\n          ...ResponsiveImageFragment\\n        }\\n        video {\\n          ...VideoFragment\\n        }\\n      }\\n      ... on MediaVideoRecord {\\n        __typename\\n        image {\\n          ...ResponsiveImageFragment\\n        }\\n        video {\\n          ...VideoFragment\\n        }\\n      }\\n      ... on PodcastRecord {\\n        __typename\\n        bgColor\\n        person {\\n          name\\n          photo {\\n            url\\n          }\\n        }\\n        externalLink\\n      }\\n      ... on EbookRecord {\\n        __typename\\n        bgColor\\n        document {\\n          url\\n        }\\n      }\\n    }\\n  }\\n\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{\"tagId\":\"Ds3FqkEySgabeVQp0jgpUA\"}}":469,"{\"query\":\"\\n    query {\\n      global {\\n        footerCallout {\\n          ...FooterFragment\\n        }\\n      }\\n    }\\n    \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n    image {\\n      ...ResponsiveImageFragment\\n    }\\n  }\\n\\n    \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n    \\n  fragment ResponsiveImageFragment on FileField {\\n    url\\n    width\\n    height\\n    alt\\n    title\\n    responsiveImage {\\n      srcSet\\n      webpSrcSet\\n      sizes\\n      src\\n      width\\n      height\\n      aspectRatio\\n      alt\\n      title\\n      base64\\n    }\\n  }\\n\\n  \",\"variables\":{}}":538,"$fNHCvkdtpFHgPsfpfscyhyYCyAiB4MqlxCfwlPbYJhB4":550,"$fhaR4EkRUxbVXi4RW2_gAmVNz7bZfC45n6j2V9k1EFqE":555,"$fafV3mIY0mzuhwtOED2owbuEwwRjf73qusy4zT1O-Egw":560},{"site":4,"global":84},{"favicon":5,"globalSeo":80},[6,14,18,22,26,31,35,39,43,47,51,55,59,63,68,72,76],{"attributes":7,"content":12,"tag":13},{"sizes":8,"type":9,"rel":10,"href":11},"16x16","image/png","icon","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=16&w=16",null,"link",{"attributes":15,"content":12,"tag":13},{"sizes":16,"type":9,"rel":10,"href":17},"32x32","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=32&w=32",{"attributes":19,"content":12,"tag":13},{"sizes":20,"type":9,"rel":10,"href":21},"96x96","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=96&w=96",{"attributes":23,"content":12,"tag":13},{"sizes":24,"type":9,"rel":10,"href":25},"192x192","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=192&w=192",{"attributes":27,"content":12,"tag":13},{"sizes":28,"rel":29,"href":30},"57x57","apple-touch-icon","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=57&w=57",{"attributes":32,"content":12,"tag":13},{"sizes":33,"rel":29,"href":34},"60x60","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=60&w=60",{"attributes":36,"content":12,"tag":13},{"sizes":37,"rel":29,"href":38},"72x72","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=72&w=72",{"attributes":40,"content":12,"tag":13},{"sizes":41,"rel":29,"href":42},"76x76","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=76&w=76",{"attributes":44,"content":12,"tag":13},{"sizes":45,"rel":29,"href":46},"114x114","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=114&w=114",{"attributes":48,"content":12,"tag":13},{"sizes":49,"rel":29,"href":50},"120x120","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=120&w=120",{"attributes":52,"content":12,"tag":13},{"sizes":53,"rel":29,"href":54},"144x144","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=144&w=144",{"attributes":56,"content":12,"tag":13},{"sizes":57,"rel":29,"href":58},"152x152","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=152&w=152",{"attributes":60,"content":12,"tag":13},{"sizes":61,"rel":29,"href":62},"180x180","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=180&w=180",{"attributes":64,"content":12,"tag":67},{"name":65,"content":66},"msapplication-square70x70logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=70&w=70","meta",{"attributes":69,"content":12,"tag":67},{"name":70,"content":71},"msapplication-square150x150logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=150&w=150",{"attributes":73,"content":12,"tag":67},{"name":74,"content":75},"msapplication-square310x310logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=310&w=310",{"attributes":77,"content":12,"tag":67},{"name":78,"content":79},"msapplication-square310x150logo","https://www.datocms-assets.com/160976/1784826606-lensing-fav.png?auto=format&h=150&w=310",{"fallbackSeo":81},{"title":82,"description":83},"Lensing | ERP Reinvented for the AI Era","Lensing is an AI-native ERP platform that replaces outdated systems, streamlines operations, cuts costs, and enables rapid adaptations for faster, smarter growth.",{"headerCta":85,"topBanner":93,"signIn":91,"investors":113,"description":124,"footerCta":125,"socialMedia":130,"locations":137,"emailAddress":154,"badges":155,"footerCallout":160,"gatedHeadline":171,"gatedIntro":172,"gatedFormId":173,"signupForm":174},{"buttons":86},[87],{"label":88,"internal":89,"external":91,"style":92},"Get a Demo",{"__typename":90},"BookDemoRecord","","button",{"showBanner":94,"bannerText":95,"bgColor":96,"variant":97,"headline":98,"cta":99,"badgeImage":106},true,"\u003Cp>Everest is now&nbsp;Lensing. Read the \u003Ca href=\"https://lensing.ai/blog/everest-is-now-lensing/\">announcement from our founders\u003C/a>.&nbsp;\u003C/p>","accent","big","Everest is now Lensing. Read the announcement from our founders. ",{"buttons":100},[101],{"label":102,"internal":103,"external":91,"style":92},"Read why",{"__typename":104,"slug":105},"PostRecord","everest-is-now-lensing",{"url":107,"alt":108,"width":109,"height":110,"focalPoint":111},"https://www.datocms-assets.com/160976/1785453684-erp-article-everest-is-now-lensing.png","Everest is Now Lensing",1040,800,{"x":112,"y":112},0.5,{"title":114,"logos":115},"Investors",[116,118,120,122],{"url":117},"https://www.datocms-assets.com/160976/1749761147-sutter-hill.svg",{"url":119},"https://www.datocms-assets.com/160976/1749761146-altimeter.png",{"url":121},"https://www.datocms-assets.com/160976/1749761146-redpoint.png",{"url":123},"https://www.datocms-assets.com/160976/1750290368-dl.png","Lensing is an intelligent, AI-powered platform that replaces outdated systems, streamlines operations, cuts costs, and unlocks real-time insights for faster, smarter growth.",{"buttons":126},[127],{"label":128,"internal":129,"external":91,"style":92},"Contact",{"__typename":90},[131,134],{"platform":132,"url":133},"linkedin","https://www.linkedin.com/company/lensing-ai/",{"platform":135,"url":136},"youtube","https://www.youtube.com/@lensingai",[138,142,146,150],{"location":139,"address":140,"coords":141},"North America","280 Hope Street\nMountain View, CA 94041","130,290",{"location":143,"address":144,"coords":145},"Germany","Max-Jarecki-Straße 21, 69115\nHeidelberg, Germany","650,252",{"location":147,"address":148,"coords":149},"Brazil","Mostardeiro, 800 - room 702\nPorto Alegre - RS, 90430-000","384,636",{"location":151,"address":152,"coords":153},"South Africa","The Foundry, 74 Cardiff Street, Green Point, Cape Town, 8005, South Africa","680,624","info@lensing.ai",[156,158],{"url":157},"https://www.datocms-assets.com/160976/1749761602-aws.png",{"url":159},"https://www.datocms-assets.com/160976/1749761602-aicpa.png",{"image":161},{"url":162,"width":163,"height":164,"alt":12,"responsiveImage":165},"https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png",754,592,{"srcSet":166,"webpSrcSet":167,"sizes":168,"src":162,"width":163,"height":164,"aspectRatio":169,"alt":12,"title":12,"base64":170},"https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.25 188w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.5 377w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.75 565w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png 754w","https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.25&fm=webp 188w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.5&fm=webp 377w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?dpr=0.75&fm=webp 565w,https://www.datocms-assets.com/160976/1784814619-lensing-footer-cta.png?fm=webp 754w","(max-width: 754px) 100vw, 754px",1.2736486486486487,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLCgoWGiMVDg0YGhobHRYYFxwZHh4XFxUdHzclGikoHRYdJTUlKDkvMjIyHS44PTcwPCsxNS8BCgsLDg0OHBAPHDslHSg7NS8vLzs7Ly8vLy8vLy8vLy8vLy81Ly8vLy8vLy8vLy8vLy8vNS8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAgMAAAAAAAAAAAAAAAAAAwUBBAf/xAAeEAACAwACAwEAAAAAAAAAAAABAgADBBNBBSExEf/EABcBAAMBAAAAAAAAAAAAAAAAAAECAwD/xAAYEQEBAQEBAAAAAAAAAAAAAAABABESAv/aAAwDAQACEQMRAD8A5Cab+QAfZs24tjqvcgXmF6gtLPSNKVIVeW88yA0Wvxu2vChb2vYiS77trePUF/XcxEednzKntZuUn9Mn0XWGlAXMRJkSXXWNkQFyRERMRb//2Q==","Gated Content Headline","Please fill out this form to gain access to exclusive content","c9f28857-105a-4932-a211-4f63c780866b",{"headline":175,"intro":176,"hubspotId":177,"consentText":178},"Get the latest Lensing","Some nice copy here about what you get when you sign up.","d5c0893f-5d91-45b0-844d-7f242b0c5c44","By submitting this form, you agree to receive the Aperture newsletter from Lensing and to the processing of your personal data as described in our \u003Ca href=\"/legal/privacy-policy/\">Privacy Policy\u003C/a>. You can unsubscribe at any time.",{"menu":180},{"main":181},[182,220,302,307,340],{"__typename":183,"label":184,"id":185,"submenu":186},"MenuGroupRecord","Why Lensing","PFK4MTMsSGyvr0kIIbiuWg",[187,193,199,204,209,214],{"__typename":188,"label":189,"description":190,"external":91,"icon":12,"internal":191},"MenuItemRecord","Why Lensing ","Lensing is built for businesses with complex revenue, global operations, and rapid change.",{"__typename":192},"WhyMainRecord",{"__typename":188,"label":194,"description":195,"external":91,"icon":12,"internal":196},"Lensing vs. Legacy ERP","Legacy ERP systems weren’t built for the speed, scale, or complexity of modern businesses.",{"__typename":197,"slug":198},"WhySubpageRecord","everest-vs-legacy-erp",{"__typename":188,"label":200,"description":201,"external":91,"icon":12,"internal":202},"Lensing vs. Bolt-ons","Patchwork solutions slow your business down with manual work, system silos, and reporting gaps. ",{"__typename":197,"slug":203},"everest-vs-bolt-ons",{"__typename":188,"label":205,"description":206,"external":91,"icon":12,"internal":207},"AI-First Architecture","Lensing is ERP reinvented for the AI era.",{"__typename":208},"AiFirstRecord",{"__typename":188,"label":210,"description":211,"external":91,"icon":12,"internal":212},"Lensing Security","At Lensing, \u2028we understand that your business runs on trust.",{"__typename":197,"slug":213},"security",{"__typename":188,"label":215,"description":216,"external":91,"icon":12,"internal":217},"Integrations","Deep integrations that unite your stack.",{"__typename":218,"slug":219},"PaidLandingRecord","integrations",{"__typename":183,"label":221,"id":222,"submenu":223},"Product","ZpWZSBQDQti1xbn9l2cD_Q",[224,232,239,246,253,260,267,274,281,288,295],{"__typename":188,"label":225,"description":226,"external":91,"icon":227,"internal":229},"Order to Cash ","Streamline every step from order to cash.",{"url":228},"https://www.datocms-assets.com/160976/1749656388-quotetocash.svg",{"__typename":230,"slug":231},"ProductRecord","order-to-cash",{"__typename":188,"label":233,"description":234,"external":91,"icon":235,"internal":237},"Record to Report","Purpose-built record to report for scaling global operations.",{"url":236},"https://www.datocms-assets.com/160976/1750686191-recordtoreport.svg",{"__typename":230,"slug":238},"record-to-report",{"__typename":188,"label":240,"description":241,"external":91,"icon":242,"internal":244},"Revenue Recognition","Automate revenue recognition and simplify ASC 606 compliance.",{"url":243},"https://www.datocms-assets.com/160976/1749656415-revenuerec.svg",{"__typename":230,"slug":245},"revenue-recognition",{"__typename":188,"label":247,"description":248,"external":91,"icon":249,"internal":251},"Cloud Cost Management","Bring cloud spend into focus, directly in your ERP.",{"url":250},"https://www.datocms-assets.com/160976/1750686447-cloudcost.svg",{"__typename":230,"slug":252},"cloud-cost-management",{"__typename":188,"label":254,"description":255,"external":91,"icon":256,"internal":258},"HR Management","Understand and control people costs in one system.",{"url":257},"https://www.datocms-assets.com/160976/1749662760-hr-management.svg",{"__typename":230,"slug":259},"hr-management",{"__typename":188,"label":261,"description":262,"external":91,"icon":263,"internal":265},"Asset Management","Track and depreciate assets without extra modules.",{"url":264},"https://www.datocms-assets.com/160976/1749663705-assetman.svg",{"__typename":230,"slug":266},"asset-management",{"__typename":188,"label":268,"description":269,"external":91,"icon":270,"internal":272},"Multi-Book & Localization","Run global accounting without adding complexity.",{"url":271},"https://www.datocms-assets.com/160976/1749664554-internationalization.svg",{"__typename":230,"slug":273},"multi-book-localization",{"__typename":188,"label":275,"description":276,"external":91,"icon":277,"internal":279},"Native AI","Empower your users to develop features with AI.",{"url":278},"https://www.datocms-assets.com/160976/1755089953-native-ai.svg",{"__typename":230,"slug":280},"ai-automation",{"__typename":188,"label":282,"description":283,"external":91,"icon":284,"internal":286},"Live Sandbox","Make changes with zero risk.",{"url":285},"https://www.datocms-assets.com/160976/1750686956-lifesandboxing.svg",{"__typename":230,"slug":287},"live-sandbox",{"__typename":188,"label":289,"description":290,"external":91,"icon":291,"internal":293},"AiSpecify","Design and build applications faster with AI.",{"url":292},"https://www.datocms-assets.com/160976/1749667775-ai-automation.svg",{"__typename":218,"slug":294},"aispecify",{"__typename":188,"label":296,"description":297,"external":91,"icon":298,"internal":300},"Professional Services Automation","Manage projects from within your ERP that bill themselves.",{"url":299},"https://www.datocms-assets.com/160976/1778872637-psa_icon.svg",{"__typename":218,"slug":301},"professional-services-automation",{"__typename":188,"label":303,"id":304,"external":91,"internal":305},"Customers","Pk5Wl62WTG2Qk-pKikkiEQ",{"__typename":306},"ClientSuccessRecord",{"__typename":183,"label":308,"id":309,"submenu":310},"Learn","Sfyg47Z5TnamVqzdpjtZzw",[311,316],{"__typename":188,"label":312,"description":313,"external":91,"icon":12,"internal":314},"Blog","Insights and resources for finance and operational transformation.",{"__typename":315},"BlogLandingRecord",{"__typename":183,"label":317,"submenu":318},"Media",[319,325,330,335],{"__typename":188,"label":320,"external":91,"internal":321},"Product Demos",{"__typename":322,"tag":323},"MediaCollectionRecord",{"slug":324},"product-demos",{"__typename":188,"label":326,"external":91,"internal":327},"Product Releases",{"__typename":322,"tag":328},{"slug":329},"product-releases",{"__typename":188,"label":331,"external":91,"internal":332},"Video",{"__typename":322,"tag":333},{"slug":334},"video",{"__typename":188,"label":336,"external":91,"internal":337},"Podcasts",{"__typename":322,"tag":338},{"slug":339},"podcasts",{"__typename":183,"label":341,"id":342,"submenu":343},"About","QD9iJU7KSeaA_II0VbKWZw",[344,349,353],{"__typename":188,"label":345,"description":346,"external":91,"icon":12,"internal":347},"Our Leadership","Guiding Lensing with vision, expertise, and real-world experience.",{"__typename":348},"LeadershipRecord",{"__typename":188,"label":350,"description":351,"external":352,"icon":12,"internal":12},"Careers","Help us reinvent ERP.","https://everestruns.everest-systems.com/hook/fetch/jobs?file=index.html",{"__typename":188,"label":354,"description":355,"external":91,"icon":12,"internal":356},"News & Updates","Our latest Press and Collaboration updates.",{"__typename":357,"tag":358},"NewsCollectionRecord",{"slug":359},"press",{"mediaPage":361,"allMediaCollections":422},{"seo":362,"hero":417,"footerCallout":421},[363,365,368,371,374,377,380,384,388,392,395,399,403,406,410,413],{"attributes":12,"content":317,"tag":364},"title",{"attributes":366,"content":12,"tag":67},{"property":367,"content":317},"og:title",{"attributes":369,"content":12,"tag":67},{"name":370,"content":317},"twitter:title",{"attributes":372,"content":12,"tag":67},{"name":373,"content":83},"description",{"attributes":375,"content":12,"tag":67},{"property":376,"content":83},"og:description",{"attributes":378,"content":12,"tag":67},{"name":379,"content":83},"twitter:description",{"attributes":381,"content":12,"tag":67},{"property":382,"content":383},"og:image","https://www.datocms-assets.com/160976/1784826943-lensing-ai.png?auto=format&fit=max&w=1200",{"attributes":385,"content":12,"tag":67},{"property":386,"content":387},"og:image:width","1046",{"attributes":389,"content":12,"tag":67},{"property":390,"content":391},"og:image:height","807",{"attributes":393,"content":12,"tag":67},{"name":394,"content":383},"twitter:image",{"attributes":396,"content":12,"tag":67},{"property":397,"content":398},"og:locale","en",{"attributes":400,"content":12,"tag":67},{"property":401,"content":402},"og:type","website",{"attributes":404,"content":12,"tag":67},{"property":405,"content":82},"og:site_name",{"attributes":407,"content":12,"tag":67},{"property":408,"content":409},"article:modified_time","2026-07-30T01:10:31Z",{"attributes":411,"content":12,"tag":67},{"property":412,"content":91},"article:publisher",{"attributes":414,"content":12,"tag":67},{"name":415,"content":416},"twitter:card","summary_large_image",{"headline":418,"intro":419,"cta":12,"image":12,"video":12,"showG2":420},"Lensing Media","Lensing is the AI-native ERP built for change.",false,{"headline":91,"intro":91,"cta":12,"image":12},[423,454,457,459,462],{"title":320,"headline":424,"tag":425,"showCallout":94,"featuredVideo":427,"demoDate":449,"signupForm":450},"Live demos and product releases",{"slug":324,"name":426},"Product Demo",{"post":428},{"__typename":429,"id":430,"slug":431,"title":432,"intro":433,"publishDate":434,"tag":435,"media":438},"MediaPostRecord","CGUDYdgMSMisXcF1WHmlXw","everest-demo-in-20-minutes","Lensing demo in 20 minutes","Sophie, CPA and Senior Solutions Consultant at Lensing, walks through what Lensing stands for and several aspects of the product, from running flux analyses and AI-powered bank reconciliations to using AI to generate an entire treasury management tool in minutes.","2026-02-23",{"slug":436,"name":437},"live-demo","Live Demo",{"__typename":439,"image":12,"video":440},"MediaVideoRecord",{"file":12,"external":441,"loopClip":12,"thumbnail":12},{"height":442,"provider":443,"providerUid":444,"thumbnailUrl":445,"title":446,"url":447,"width":448},240,"vimeo","1167581119","https://i.vimeocdn.com/video/2125624908-eab3471c685fd27e49f96e783b0fbf53ed88fb3116645e6394be5e77188a6c0f-d_295x166?region=us","Everest demo (20 min)","https://vimeo.com/1167581119",426,"Every Thursday at 10am",{"headline":451,"intro":452,"hubspotId":453},"SEE THE NEXT LIVE DEMO","Get your questions answered","639f37ec-a4d9-42fd-8794-95cbfc53a8b9",{"title":326,"headline":91,"tag":455,"showCallout":420,"featuredVideo":12,"demoDate":91,"signupForm":12},{"slug":329,"name":456},"Product Release",{"title":331,"headline":91,"tag":458,"showCallout":420,"featuredVideo":12,"demoDate":91,"signupForm":12},{"slug":334,"name":331},{"title":336,"headline":91,"tag":460,"showCallout":420,"featuredVideo":12,"demoDate":91,"signupForm":12},{"slug":339,"name":461},"Podcast",{"title":463,"headline":464,"tag":465,"showCallout":420,"featuredVideo":468,"demoDate":91,"signupForm":12},"Guides","Guides, reports, and research",{"slug":466,"name":467},"guides","Guide",{"post":12},{"allMediaPosts":470},[471,484,498,512],{"__typename":429,"id":472,"slug":473,"title":474,"intro":91,"publishDate":12,"tag":475,"cta":12,"accentColor":12,"gatedContent":420,"gateForm":12,"media":476},"U-RPPyKTSiy8S_iNv1QLHQ","new-integration-ramp","New integration: Ramp",{"name":456,"slug":329},{"__typename":439,"image":12,"video":477},{"file":12,"external":478,"loopClip":12,"thumbnail":12},{"height":479,"provider":443,"providerUid":480,"thumbnailUrl":481,"title":474,"url":482,"width":483},360,"1179084377","https://i.vimeocdn.com/video/2140835144-bd26c46c14bd28add989baf0fb854c7d21c92a1819f664695117b9c2e89ee0dc-d_640?region=us","https://vimeo.com/1179084377",640,{"__typename":429,"id":485,"slug":486,"title":487,"intro":488,"publishDate":489,"tag":490,"cta":12,"accentColor":12,"gatedContent":420,"gateForm":12,"media":491},"PoPhO7X1Qh65OkmgsaQpSw","product-release-april-2026","Product release - April 2026","In this release, Andrew explains how Lensing has created best-practice financial statements that any team can adopt and customize. They've launched enhanced custom tags and you can make those tags default or discoverable from any pane. And lastly, Lensing now allows you to create disposals right from a fixed asset—just one more way we're helping you close faster.","2026-04-28",{"name":456,"slug":329},{"__typename":439,"image":12,"video":492},{"file":12,"external":493,"loopClip":12,"thumbnail":12},{"height":442,"provider":443,"providerUid":494,"thumbnailUrl":495,"title":496,"url":497,"width":448},"1187592006","https://i.vimeocdn.com/video/2151636546-57d9f83fb336a19007e27a2ed56e799cabf6596c74e4679fabe0fe69a9cd6594-d_295x166?region=us","Product release - April 2024","https://vimeo.com/1187592006",{"__typename":429,"id":499,"slug":500,"title":501,"intro":502,"publishDate":503,"tag":504,"cta":12,"accentColor":12,"gatedContent":420,"gateForm":12,"media":505},"RfJ4vVnxSjmK3hlPYjUlaw","erp-release-notes-andrew-on-tagging","ERP release notes - Andrew on tagging","We've now given you tags that give you far more control over your finance master data. Plus, you can now create adjustment books, giving you the ability to track small audit adjustments separate from your primary books.\n\n\n\n","2026-03-10",{"name":456,"slug":329},{"__typename":439,"image":12,"video":506},{"file":12,"external":507,"loopClip":12,"thumbnail":12},{"height":442,"provider":443,"providerUid":508,"thumbnailUrl":509,"title":510,"url":511,"width":448},"1172696503","https://i.vimeocdn.com/video/2132617565-8f24639ff4603b14f55700c29176a3ecc153a8863c3a1081cc01a0e70382a7a6-d_295x166?region=us","ERP product release - Feb 2025 - Andrew Corral","https://vimeo.com/1172696503",{"__typename":429,"id":513,"slug":514,"title":515,"intro":516,"publishDate":517,"tag":518,"cta":12,"accentColor":12,"gatedContent":420,"gateForm":12,"media":519},"GfqTtJD9QCGbk3VS6t3N9A","erp-release-notes-andrew-on-multibook","ERP release notes - Andrew on Multibook","Hi there. My name's Andrew Corral. I'm PM at Lensing. I've been delivering ERP for about eight years now. And what we've been working on these past few releases is to make Lensing not only a system of record, but a system where you transact. And we're doing that by enabling features like our multi-book accounting platform support, which will give you the ability to have your international accounting teams using Lensing along with usability features like smart controls on top of things like our close checklist. So let's jump in.","2026-01-01",{"name":456,"slug":329},{"__typename":520,"screen":521,"video":531},"ProductDemoRecord",{"url":522,"width":523,"height":524,"alt":12,"title":12,"responsiveImage":525},"https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png",1920,1080,{"srcSet":526,"webpSrcSet":527,"sizes":528,"src":522,"width":523,"height":524,"aspectRatio":529,"alt":12,"title":12,"base64":530},"https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png?dpr=0.25 480w,https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png?dpr=0.5 960w,https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png?dpr=0.75 1440w,https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png 1920w","https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png?dpr=0.25&fm=webp 480w,https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png?dpr=0.5&fm=webp 960w,https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png?dpr=0.75&fm=webp 1440w,https://www.datocms-assets.com/160976/1769796132-release-video-thumbnail-jan-2026-full.png?fm=webp 1920w","(max-width: 1920px) 100vw, 1920px",1.7777777777777777,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLCgoLDhgQDg0WDh0QFh0YLh8jHRYiIi0mKysjJh0oKSEWJUExKC0vMjI+HSU4PTcwPCsxMi8BCgsLDg0OHA0QHDsdFigvLzs7Ly87OzsvOzs1Ly8vLzs7Ly8vLy87Ly8vLy8vLzU7Ly81NS8vLy8vLy8vLy8vL//AABEIAA4AGAMBIgACEQEDEQH/xAAZAAABBQAAAAAAAAAAAAAAAAAFAAEDBgf/xAAhEAAABgIBBQAAAAAAAAAAAAAAAQIDBAUGIUEREhQiMv/EABYBAQEBAAAAAAAAAAAAAAAAAAQDAf/EABgRAAMBAQAAAAAAAAAAAAAAAAABAgMR/9oADAMBAAIRAxEAPwDRfMmrL5EsmZLRWrM0b7RVIOWSHE7bBl68cdqnOqOBW1SMjPoMxKzkLuHUqTozMggFxa1WV6568hgVuhSwP//Z",{"file":532,"external":12,"loopClip":12,"thumbnail":12},{"video":533},{"muxPlaybackId":534,"title":12,"width":523,"height":524,"thumbhash":535,"blurUpThumb":536,"thumbnailUrl":537},"jIrWf8nPQZTrouW8cFZ9sRIG4mohJf3f","8fcNDIADRYZXaHiXmHZgkwkZyA==","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLChYLGhQVBRYVFR0VFg4YKh8dGBYTFhUdHysjGh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0NFQ0NHC8cFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIAA4AGAMBIgACEQEDEQH/xAAYAAACAwAAAAAAAAAAAAAAAAAFBgABBP/EAB8QAAEDBAMBAAAAAAAAAAAAAAMAAQQCBhESBxQiBf/EABYBAQEBAAAAAAAAAAAAAAAAAAIDAf/EABcRAQADAAAAAAAAAAAAAAAAAAABAhL/2gAMAwEAAhEDEQA/ACPG4RFFh0/iiBGd8OlSxvljjDfSpN4A7SXy6dpEPmAF2Mu6ixXLXVGJ4dUpaa//2Q==","https://image.mux.com/jIrWf8nPQZTrouW8cFZ9sRIG4mohJf3f/thumbnail.jpg",{"global":539},{"footerCallout":540},{"headline":541,"intro":542,"cta":543,"image":548},"See how Lensing\ncan transform\nyour operations","Discover how Lensing empowers finance and operations leaders to \ndrive faster growth, smarter decisions, and stronger margins.",{"buttons":544},[545],{"label":546,"internal":547,"external":91,"style":92},"Try Lensing",{"__typename":90},{"url":162,"width":163,"height":164,"alt":12,"title":12,"responsiveImage":549},{"srcSet":166,"webpSrcSet":167,"sizes":168,"src":162,"width":163,"height":164,"aspectRatio":169,"alt":12,"title":12,"base64":170},{"name":496,"description":551,"link":497,"created_time":552,"pictures":553},"In this release, Andrew explains how Everest has created best-practice financial statements that any team can adopt and customize. They've launched enhanced custom tags and you can make those tags default or discoverable from any pane. And lastly, Everest now allows you to create disposals right from a fixed asset—just one more way we're helping you close faster.\n\nFor the latest, visit our product releases.","2026-04-29T06:38:42+00:00",{"base_link":554},"https://i.vimeocdn.com/video/2151638303-4efd4ce919c2eb5200c79c4fa22d385f77a90f1e91425a04ab255a55f26c0599-d?region=us",{"name":510,"description":556,"link":511,"created_time":557,"pictures":558},"This month we're talking about tags","2026-03-11T20:44:39+00:00",{"base_link":559},"https://i.vimeocdn.com/video/2132617565-8f24639ff4603b14f55700c29176a3ecc153a8863c3a1081cc01a0e70382a7a6-d?region=us",{"name":474,"description":561,"link":482,"created_time":562,"pictures":563},"Everest is now in the Ramp app store.","2026-04-01T03:42:07+00:00",{"base_link":564},"https://i.vimeocdn.com/video/2140835144-bd26c46c14bd28add989baf0fb854c7d21c92a1819f664695117b9c2e89ee0dc-d?region=us",1785826220274]