Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
54/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability56%Agent Easeof Use70%Security& Trust20%GEO, AIO, AEO76%SEO77%Performance& Accessibility49%
  • AI Discoverability 56 out of 100
  • Agent Ease of Use 70 out of 100
  • Security & Trust 20 out of 100
  • GEO, AIO and AEO 76 out of 100
  • SEO 77 out of 100
  • Performance and Accessibility 49 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

The AI Work Platform for People & Agents | monday.com favicon

The AI Work Platform for People & Agents | monday.com

Get more work done with AI agents that work side by side with your people. Execute, manage, and operate together on one AI work platform to drive business results.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
56
Needs work13101View details
Discoverability
50
Needs work630View details
Content Readiness
54
Needs work551View details
Bot Access Control
67
Needs work220View details
Agent Ease of Use
70
Needs work27163View details
API
84
Mostly ready620View details
Auth
100
Strong810View details
MCP
53
Needs work553View details
Skill Discovery
42
Priority fix480View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
76
Mostly ready4213View details
GEO Readiness
87
Mostly ready104
AIO Readiness
78
Mostly ready214View details
AEO Readiness
63
Needs work115View details
SEO
77
Mostly ready830View details
SEO
77
Mostly ready830View details
Security & Trust
20
Priority fix540View details
Security & Trust
20
Priority fix140View details
AI Training Exposure
Not Applicable
Not Applicable400
Performance and Accessibility
49
Priority fix2421View details
Performance
25
Priority fix1321View details
Accessibility
93
Strong1100

Prioritized recommendations

Issues ranked by score impact

44 items need attention

AI DiscoverabilityBot Access ControlInformational

Web Bot Auth request signing

Web Bot Auth request signing failed at "Fetch to find resource".

100 Fail

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

Why it matters

Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.

Check name

Web Bot Auth request signing

Score

0/100

Status

fail

Category

Bot Access Control

Maturity

Informational

Goal

Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.

Result

Web Bot Auth request signing failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    Web Bot Auth request signing was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/http-message-signatures-directory",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 599058
          }
        ]
      },
      "issue": "Web Bot Auth request signing was not found at the expected path.",
      "howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

High-value schema types

High-value schema types is missing or incomplete.

33 Fail

Needs attention

High-value schema types

Failed check
01

Issue

No high-value schema types (e.g. Article, Product, Service) were found.

02

Why it matters

High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.

Check name

High-value schema types

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Use schema types that describe the page's primary content or offering.

Result

High-value schema types is missing or incomplete.

Evidence
{
  "found": [],
  "expected": [
    "Article",
    "BlogPosting",
    "NewsArticle",
    "Product",
    "SoftwareApplication",
    "FAQPage",
    "LocalBusiness",
    "VideoObject",
    "HowTo",
    "Event",
    "Course",
    "Review",
    "Service"
  ],
  "allTypes": []
}

AI DiscoverabilityDiscoverabilityEstablished

JSON-LD present

JSON-LD present is missing or incomplete.

33 Fail

Needs attention

JSON-LD present

Failed check
01

Issue

JSON-LD blocks found but none use a valid schema.org @context.

02

Why it matters

JSON-LD is a low-friction structured data format that agents can extract without interpreting page presentation or microdata markup.

Check name

JSON-LD present

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Expose schema.org JSON-LD so AI search systems can parse page entities.

Result

JSON-LD present is missing or incomplete.

Evidence
{
  "blocks": 1,
  "validBlocks": 0,
  "schemaContextBlocks": 0,
  "errors": [
    "SyntaxError: Bad control character in string literal in JSON at position 2469 (line 57 column 243)"
  ],
  "documents": [],
  "nodes": []
}

AI DiscoverabilityContent ReadinessEstablished

Markdown negotiation

Markdown negotiation failed at "Markdown content type".

33 Fail

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

02

Why it matters

Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.

Check name

Markdown negotiation

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Return HTML responses as markdown when agents request it.

Result

Markdown negotiation failed at "Markdown content type".

Validation steps

  1. Markdown content type

    Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding".

  3. Structured Markdown body

    Markdown response is missing a heading.

Evidence
{
  "failedStep": "content-type",
  "steps": [
    {
      "id": "content-type",
      "title": "Markdown content type",
      "status": "fail",
      "evidence": {
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
      "howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
    },
    {
      "id": "vary-accept",
      "title": "Vary: Accept header",
      "status": "fail",
      "evidence": {
        "vary": "Accept-Encoding"
      },
      "issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
      "howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
    },
    {
      "id": "markdown-content",
      "title": "Structured Markdown body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "hasHeading": false,
        "wordCount": 120294,
        "excerpt": "<!DOCTYPE html><html id=\"main-html\" lang=\"en\"><head><meta charSet=\"utf-8\" data-next-head=\"\"/><script data-next-head=\"\">\n        \n\t\t\n\t\tconst cookieValueByName = cookieName => {\n\t\t\tif (!cookieName) return null;\n\t\t\tvar b = document.cookie.matc",
        "issue": "Markdown response is missing a heading."
      },
      "issue": "Markdown response is missing a heading.",
      "howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
    }
  ]
}

AI DiscoverabilityDiscoverabilityEstablished

Organization / WebSite schema

Organization / WebSite schema is missing or incomplete.

33 Fail

Needs attention

Organization / WebSite schema

Failed check
01

Issue

Neither Organization nor WebSite schema types were found in JSON-LD.

02

Why it matters

Organization and WebSite schema help agents identify the publisher, canonical site identity, logo, and related profiles for attribution.

Check name

Organization / WebSite schema

Score

0/100

Status

fail

Category

Discoverability

Maturity

Established

Goal

Identify the site owner and website entity in structured data.

Result

Organization / WebSite schema is missing or incomplete.

Evidence
{
  "found": [],
  "allTypes": []
}

AI DiscoverabilityContent ReadinessEstablished

Semantic HTML

Semantic HTML is missing or incomplete.

33 Fail

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; missing <footer> landmark; invalid h1 (found 2); 3 links missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing).

Details

02

Why it matters

Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.

Check name

Semantic HTML

Score

0/100

Status

fail

Category

Content Readiness

Maturity

Established

Goal

Expose readable page structure through semantic HTML and accessible controls.

Result

Semantic HTML is missing or incomplete.

Evidence
{
  "main": false,
  "nav": true,
  "footer": false,
  "meaningfulH1": false,
  "headingOrder": true,
  "accessibleLinks": false,
  "accessibleButtons": true,
  "imageAltCoverage": true,
  "formAutocompleteCoverage": false,
  "details": {
    "inaccessibleLinks": [
      "<a data-picture-with-link href=\"https://www.monday.com\" class=\"m_header-logo-desktop w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/64d0dd4b31aeec4c6cd8e685/64d0dd4b31aeec4c6cd8e6f4_monday.com.png\" alt></a>",
      "<a href=\"https://youtu.be/FsrNMGBq268?si=jsf3ESu9DNg-zGTE\" target=\"_blank\" class=\"w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69889167ae0a8bee880efceb_Frame%202147239110%20(2).avif\" alt sizes=\"(max-width: 2240px) 100vw, 2240px, 100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69889167ae0a8bee880efceb_Frame%202147239110%20(2)-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69889167ae0a8",
      "<a data-button-type=\"download-app\" href=\"https://mndyt.onelink.me/iaiX/h5uy17aw\" target=\"_blank\" class=\"appstore-badge w-inline-block af-smart-button\"><img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec9_appstore.svg\" loading=\"lazy\" alt class=\"appstore-badge-img\"></a>"
    ],
    "inaccessibleButtons": [],
    "missingAutocompleteInputs": [
      "<input class=\"google_field email_field w-input\" maxlength=\"256\" name=\"email\" data-name=\"email\" placeholder=\"Enter your work email\" type=\"email\" id=\"email-2\" required pattern=\"^[A-Z0-9a-z._%+\\-]+@[A-Za-z0-9.\\-]+.[A-Za-z]{2,63}&#x24;\" title=\"Please enter a valid email address. Example: [email protected]\">",
      "<input class=\"google_field-3 email_field w-input\" maxlength=\"256\" name=\"email\" data-name=\"email\" placeholder=\"Enter your work email\" type=\"email\" id=\"email-2\" required pattern=\"^[A-Z0-9a-z._%+\\-]+@[A-Za-z0-9.\\-]+.[A-Za-z]{2,63}&#x24;\" title=\"Please enter a valid email address. Example: [email protected]\">"
    ],
    "imagesMissingAlt": [
      "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-it.avif\" class=\"hp-tab-hero-img\">",
      "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-product.avif\" class=\"hp-tab-hero-img\">",
      "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-sales.avif\" class=\"hp-tab-hero-img\">",
      "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-hr.avif\" class=\"hp-tab-hero-img\">",
      "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-marketing.avif\" class=\"hp-tab-hero-img hide\">",
      "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-create.avif\" class=\"hp-tab-hero-img\">",
      "<img src=\"https://data.adxcel-ec2.com/pixel/?ad_log=referer&amp;action=lead&amp;value={%22af_revenue%22:%22[10]%22,%22af_order_id%22:%2253e53455%22}&amp;pixid=6c6743f6-18cf-4b8f-a17e-8bd900503cdf\" width=\"1\" height=\"1\" border=\"0\" style=\"display:none\">",
      "<img src=\"https://data.adxcel-ec2.com/pixel/?ad_log=referer&amp;action=lead&amp;value={%22af_revenue%22:%22[10]%22,%22af_order_id%22:%2253e53455%22}&amp;pixid=6c6743f6-18cf-4b8f-a17e-8bd900503cdf\" width=\"1\" height=\"1\" border=\"0\" style=\"display:none\">",
      "<img src=\"https://data.adxcel-ec2.com/pixel/?ad_log=referer&amp;action=lead&amp;value={%22af_revenue%22:%22[10]%22,%22af_order_id%22:%2253e53455%22}&amp;pixid=6c6743f6-18cf-4b8f-a17e-8bd900503cdf\" width=\"1\" height=\"1\" border=\"0\" style=\"display:none\">"
    ],
    "skippedHeadingLevels": []
  },
  "counts": {
    "h1": 2,
    "headings": 19,
    "links": 486,
    "inaccessibleLinks": 3,
    "buttons": 84,
    "inaccessibleButtons": 0,
    "images": 808,
    "imagesWithAlt": 799,
    "autocompleteInputs": 2,
    "inputsWithAutocomplete": 0,
    "missingAutocompleteInputs": 2
  }
}

Agent Ease of UseMCPInformational

WebMCP manifest

WebMCP manifest failed at "Fetch to find resource".

33 Fail

Needs attention

WebMCP manifest

Failed check
01

Issue

WebMCP manifest was not found at the expected path.

02

Why it matters

A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.

Check name

WebMCP manifest

Score

0/100

Status

fail

Category

MCP

Maturity

Informational

Goal

Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.

Result

WebMCP manifest failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    WebMCP manifest was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 599034
          },
          {
            "path": "/webmcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 599960
          },
          {
            "path": "/mcp.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 600203
          }
        ]
      },
      "issue": "WebMCP manifest was not found at the expected path.",
      "howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
    }
  ]
}

Agent Ease of UseAPIEstablished

API Catalog

API Catalog failed at "Validate RFC 9727 linkset".

33 Fail

Needs attention

API Catalog

Failed check
01

Issue

API Catalog response did not match the expected shape. no useful relations found (e.g. service-desc, mcp, agent-card).

02

Why it matters

API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.

Check name

API Catalog

Score

67/100

Status

fail

Category

API

Maturity

Established

Goal

Publish an API catalog for automated API discovery using RFC 9727.

Result

API Catalog failed at "Validate RFC 9727 linkset".

Validation steps

  1. Validate RFC 9727 linkset

    API Catalog response did not match the expected shape. no useful relations found (e.g. service-desc, mcp, agent-card).

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch API catalog",
      "status": "pass",
      "evidence": {
        "statusCode": 200,
        "contentType": "application/linkset+json; profile=\"https://www.rfc-editor.org/info/rfc9727\""
      },
      "howToFix": "Publish /.well-known/api-catalog."
    },
    {
      "id": "validate",
      "title": "Validate RFC 9727 linkset",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "API Catalog response did not match the expected shape. no useful relations found (e.g. service-desc, mcp, agent-card).",
        "compatibleContentType": true,
        "linksetItems": 2,
        "relations": [
          "profile",
          "api-catalog"
        ],
        "usefulRelations": [],
        "legacyRelations": [],
        "hrefIssues": [],
        "targetUrlIssues": [],
        "links": [
          {
            "anchor": "https://monday.com/.well-known/api-catalog",
            "rel": "profile",
            "href": "https://www.rfc-editor.org/info/rfc9727"
          },
          {
            "anchor": "https://monday.com",
            "rel": "api-catalog",
            "href": "https://api.monday.com/v2",
            "type": "application/graphql"
          },
          {
            "anchor": "https://monday.com",
            "rel": "api-catalog",
            "href": "https://developer.monday.com/api-reference",
            "type": "text/html"
          },
          {
            "anchor": "https://monday.com",
            "rel": "api-catalog",
            "href": "https://monday.com/.well-known/mcp.json",
            "type": "application/json"
          },
          {
            "anchor": "https://monday.com",
            "rel": "api-catalog",
            "href": "https://api.monday.com/v2/get_schema?format=sdl",
            "type": "text/graphql"
          },
          {
            "anchor": "https://monday.com",
            "rel": "api-catalog",
            "href": "https://api.monday.com/v2/get_schema",
            "type": "application/json"
          },
          {
            "anchor": "https://monday.com",
            "rel": "api-catalog",
            "href": "https://monday.com/openapi.json",
            "type": "application/json"
          }
        ],
        "parsedSummary": [
          {
            "anchor": "https://monday.com/.well-known/api-catalog",
            "profile": [
              {
                "href": "https://www.rfc-editor.org/info/rfc9727"
              }
            ]
          },
          {
            "anchor": "https://monday.com",
            "api-catalog": [
              {
                "href": "https://api.monday.com/v2",
                "type": "application/graphql",
                "title": "monday.com GraphQL API v2"
              },
              {
                "href": "https://developer.monday.com/api-reference",
                "type": "text/html",
                "title": "monday.com API Reference Documentation"
              },
              {
                "href": "https://monday.com/.well-known/mcp.json",
                "type": "application/json",
                "title": "monday.com MCP Server"
              },
              {
                "href": "https://api.monday.com/v2/get_schema?format=sdl",
                "type": "text/graphql",
                "title": "monday.com GraphQL Schema (SDL)"
              },
              {
                "href": "https://api.monday.com/v2/get_schema",
                "type": "application/json",
                "title": "monday.com GraphQL Schema (Introspection JSON)"
              },
              {
                "href": "https://monday.com/openapi.json",
                "type": "application/json",
                "title": "monday.com OpenAPI Specification"
              }
            ]
          }
        ],
        "rawExcerpt": "{\n  \"linkset\": [\n    {\n      \"anchor\": \"https://monday.com/.well-known/api-catalog\",\n      \"profile\": [{ \"href\": \"https://www.rfc-editor.org/info/rfc9727\" }]\n    },\n    {\n      \"anchor\": \"https://monday.com\",\n      \"api-catalog\": [\n        {\n          \"href\": \"https://api.monday.com/v2\",\n          \"type\": \"application/graphql\",\n          \"title\": \"monday.com GraphQL API v2\"\n        },\n        {\n          \"href\": \"https://developer.monday.com/api-reference\",\n          \"type\": \"text/html\",\n          \"title\": \"monday.com API Reference Documentation\"\n        },\n        {\n          \"href\": \"https://monday.com/.well-known/mcp.json\",\n          \"type\": \"application/json\",\n          \"title\": \"monday.com MCP Server\"\n        },\n        {\n          \"href\": \"https://api.monday.com/v2/get_schema?format="
      },
      "issue": "API Catalog response did not match the expected shape. no useful relations found (e.g. service-desc, mcp, agent-card).",
      "howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
    },
    {
      "id": "target-validation",
      "title": "Fetch advertised API catalog targets",
      "status": "pass",
      "evidence": {
        "checked": [
          {
            "rel": "profile",
            "href": "https://www.rfc-editor.org/info/rfc9727",
            "skipped": "External target was not fetched."
          },
          {
            "rel": "api-catalog",
            "href": "https://api.monday.com/v2",
            "skipped": "External target was not fetched."
          },
          {
            "rel": "api-catalog",
            "href": "https://developer.monday.com/api-reference",
            "skipped": "External target was not fetched."
          },
          {
            "rel": "api-catalog",
            "href": "https://monday.com/.well-known/mcp.json",
            "type": "application/json",
            "statusCode": 200,
            "contentType": "application/json; charset=utf-8",
            "typeMatches": true
          },
          {
            "rel": "api-catalog",
            "href": "https://api.monday.com/v2/get_schema?format=sdl",
            "skipped": "External target was not fetched."
          },
          {
            "rel": "api-catalog",
            "href": "https://api.monday.com/v2/get_schema",
            "skipped": "External target was not fetched."
          },
          {
            "rel": "api-catalog",
            "href": "https://monday.com/openapi.json",
            "type": "application/json",
            "statusCode": 200,
            "contentType": "application/json; charset=utf-8",
            "typeMatches": true
          }
        ],
        "failures": []
      },
      "howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

agent.json

agent.json failed at "Fetch to find resource".

25 Fail

Needs attention

agent.json

Failed check
01

Issue

agent.json was not found at the expected path.

02

Why it matters

agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.

Check name

agent.json

Score

0/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.

Result

agent.json failed at "Fetch to find resource".

Validation steps

  1. Fetch to find resource

    agent.json was not found at the expected path.

Evidence
{
  "failedStep": "fetch",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "fail",
      "evidence": {
        "checked": [
          {
            "path": "/.well-known/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 599045
          },
          {
            "path": "/agent.json",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 600170
          }
        ]
      },
      "issue": "agent.json was not found at the expected path.",
      "howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
    }
  ]
}

Security & TrustSecurity & TrustEstablished

Content-Security-Policy

Content-Security-Policy is missing or incomplete.

25 Fail

Needs attention

Content-Security-Policy

Failed check
01

Issue

Content-Security-Policy is missing or incomplete.

02

Why it matters

Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.

Check name

Content-Security-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Constrain script, style, frame, and resource loading with a Content-Security-Policy header.

Result

Content-Security-Policy is missing or incomplete.

Evidence
{
  "header": "content-security-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

Frame protection

Frame protection is missing or incomplete.

25 Fail

Needs attention

Frame protection

Failed check
01

Issue

Frame protection is missing or incomplete.

02

Why it matters

Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.

Check name

Frame protection

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.

Result

Frame protection is missing or incomplete.

Evidence
{
  "xFrameOptions": null,
  "validXFrame": false,
  "contentSecurityPolicy": null,
  "cspFrameAncestors": false
}

Security & TrustSecurity & TrustEstablished

Referrer-Policy

Referrer-Policy is missing or incomplete.

25 Fail

Needs attention

Referrer-Policy

Failed check
01

Issue

Referrer-Policy is missing or incomplete.

02

Why it matters

Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.

Check name

Referrer-Policy

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Limit how much referrer data leaves the site.

Result

Referrer-Policy is missing or incomplete.

Evidence
{
  "header": "referrer-policy",
  "value": null
}

Security & TrustSecurity & TrustEstablished

X-Content-Type-Options

X-Content-Type-Options is missing or incomplete.

25 Fail

Needs attention

X-Content-Type-Options

Failed check
01

Issue

X-Content-Type-Options is missing or incomplete.

02

Why it matters

X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.

Check name

X-Content-Type-Options

Score

0/100

Status

fail

Category

Security & Trust

Maturity

Established

Goal

Prevent MIME sniffing for browser-loaded resources.

Result

X-Content-Type-Options is missing or incomplete.

Evidence
{
  "header": "x-content-type-options",
  "value": null
}

AI DiscoverabilityContent ReadinessEstablished

Content freshness signals

Content freshness signals is partially implemented.

25 Warning

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

Why it matters

Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.

Check name

Content freshness signals

Score

25/100

Status

warning

Category

Content Readiness

Maturity

Established

Goal

Expose modified and published dates for freshness-aware retrieval and ranking.

Result

Content freshness signals is partially implemented.

Evidence
{
  "lastModified": "Wed, 03 Jun 2026 19:46:41 GMT",
  "schemaDates": [],
  "metaDateCount": 0,
  "timeDateCount": 0
}

Agent Ease of UseMCPEmerging recommendation

MCP Server Card

MCP Server Card failed at "Validate resource body".

21 Fail

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card response is missing required fields or has invalid transports.

Details

02

Why it matters

MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.

Check name

MCP Server Card

Score

38/100

Status

fail

Category

MCP

Maturity

Emerging recommendation

Goal

Publish an MCP Server Card for agent discovery.

Result

MCP Server Card failed at "Validate resource body".

Validation steps

  1. Validate resource body

    MCP Server Card response is missing required fields or has invalid transports.

    Missing required fields
    • transports array
  2. Verify advertised MCP transport endpoints

    At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.

  3. Verify advertised MCP tool execution

    MCP discovery passed, but no advertised tool could be safely executed by this scanner.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/mcp/server-card.json",
        "statusCode": 200,
        "contentType": "application/json; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": true,
        "compatibleContentType": true,
        "document": {
          "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
          "version": "1.0",
          "protocolVersion": "2025-06-18",
          "serverInfo": {
            "name": "monday-mcp",
            "title": "monday.com MCP Server",
            "version": "1.0.0"
          },
          "description": "Interact with monday.com boards, items, columns, and workflows via the GraphQL API.",
          "documentationUrl": "https://developer.monday.com",
          "transport": {
            "type": "streamable-http",
            "endpoint": "https://mcp.monday.com/mcp"
          },
          "capabilities": {
            "tools": {
              "listChanged": true
            }
          },
          "authentication": {
            "required": true,
            "schemes": [
              "oauth2"
            ]
          }
        },
        "rawExcerpt": "{\n  \"$schema\": \"https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json\",\n  \"version\": \"1.0\",\n  \"protocolVersion\": \"2025-06-18\",\n  \"serverInfo\": {\n    \"name\": \"monday-mcp\",\n    \"title\": \"monday.com MCP Server\",\n    \"version\": \"1.0.0\"\n  },\n  \"description\": \"Interact with monday.com boards, items, columns, and workflows via the GraphQL API.\",\n  \"documentationUrl\": \"https://developer.monday.com\",\n  \"transport\": {\n    \"type\": \"streamable-http\",\n    \"endpoint\": \"https://mcp.monday.com/mcp\"\n  },\n  \"capabilities\": {\n    \"tools\": {\n      \"listChanged\": true\n    }\n  },\n  \"authentication\": {\n    \"required\": true,\n    \"schemes\": [\"oauth2\"]\n  }\n}\n",
        "issue": "MCP Server Card response is missing required fields or has invalid transports.",
        "issueDetails": [
          {
            "title": "Missing required fields",
            "items": [
              "transports array"
            ]
          }
        ],
        "missing": [
          "transports array"
        ],
        "protocolVersion": "2025-06-18",
        "transportCount": 0,
        "transports": [],
        "invalidTransports": [],
        "capabilityKeys": [
          "tools"
        ]
      },
      "issue": "MCP Server Card response is missing required fields or has invalid transports.",
      "howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request.",
      "issueDetails": [
        {
          "title": "Missing required fields",
          "items": [
            "transports array"
          ]
        }
      ]
    },
    {
      "id": "endpoint-verification",
      "title": "Verify advertised MCP transport endpoints",
      "status": "fail",
      "evidence": {
        "probes": []
      },
      "issue": "At least one same-origin transport failed MCP initialize or advertised capability list probes. See probes[].capabilityProbes for the exact method, status, JSON-RPC error, and response excerpt.",
      "howToFix": "Expose a real MCP endpoint for advertised transports, or remove transports that point to ordinary HTTP APIs."
    },
    {
      "id": "tool-execution",
      "title": "Verify advertised MCP tool execution",
      "status": "warning",
      "evidence": {
        "probes": []
      },
      "issue": "MCP discovery passed, but no advertised tool could be safely executed by this scanner.",
      "howToFix": "Implement tools/call for advertised tools, or report the MCP card as discovery-only until tools are executable."
    }
  ]
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Validate resource body".

13 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card response is missing required fields or has invalid skill entries.

Details

02

Why it matters

A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.

Check name

A2A Agent Card

Score

50/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent card so A2A-compatible clients can discover capabilities.

Result

A2A Agent Card failed at "Validate resource body".

Validation steps

  1. Validate resource body

    A2A Agent Card response is missing required fields or has invalid skill entries.

    Missing required fields
    • protocolVersion
  2. Verify advertised A2A endpoint

    Passed.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/agent-card.json",
        "statusCode": 200,
        "contentType": "application/json"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": true,
        "compatibleContentType": true,
        "document": {
          "name": "monday.com MCP Server",
          "description": "Interact with monday.com boards, items, columns, and workflows via the GraphQL API.",
          "url": "https://mcp.monday.com/mcp",
          "provider": {
            "organization": "monday.com",
            "url": "https://monday.com"
          },
          "version": "1.0.0",
          "documentationUrl": "https://developer.monday.com",
          "capabilities": {
            "streaming": false,
            "pushNotifications": false,
            "stateTransitionHistory": false
          },
          "authentication": {
            "schemes": [
              "oauth2"
            ],
            "credentials": null
          },
          "defaultInputModes": [
            "text/plain",
            "application/json"
          ],
          "defaultOutputModes": [
            "text/plain",
            "application/json"
          ],
          "skills": [
            {
              "id": "monday-api",
              "name": "monday.com GraphQL API",
              "description": "Full access to the monday.com GraphQL API — manage boards, items, columns, groups, users, workspaces, automations, and more.",
              "tags": [
                "project-management",
                "work-management",
                "boards",
                "tasks",
                "automation"
              ],
              "examples": [
                "Create a new board called 'Q3 Planning'",
                "Add an item to board 12345",
                "Get all items from my sprint board",
                "Update the status column of item 67890 to Done"
              ]
            }
          ]
        },
        "rawExcerpt": "{\n  \"name\": \"monday.com MCP Server\",\n  \"description\": \"Interact with monday.com boards, items, columns, and workflows via the GraphQL API.\",\n  \"url\": \"https://mcp.monday.com/mcp\",\n  \"provider\": {\n    \"organization\": \"monday.com\",\n    \"url\": \"https://monday.com\"\n  },\n  \"version\": \"1.0.0\",\n  \"documentationUrl\": \"https://developer.monday.com\",\n  \"capabilities\": {\n    \"streaming\": false,\n    \"pushNotifications\": false,\n    \"stateTransitionHistory\": false\n  },\n  \"authentication\": {\n    \"schemes\": [\"oauth2\"],\n    \"credentials\": null\n  },\n  \"defaultInputModes\": [\"text/plain\", \"application/json\"],\n  \"defaultOutputModes\": [\"text/plain\", \"application/json\"],\n  \"skills\": [\n    {\n      \"id\": \"monday-api\",\n      \"name\": \"monday.com GraphQL API\",\n      \"description\": \"Full access to the monday.com Graph",
        "issue": "A2A Agent Card response is missing required fields or has invalid skill entries.",
        "issueDetails": [
          {
            "title": "Missing required fields",
            "items": [
              "protocolVersion"
            ]
          }
        ],
        "missing": [
          "protocolVersion"
        ],
        "endpointIssues": [],
        "protocolVersion": "",
        "latestVersion": false,
        "versionCompatibility": "unknown",
        "defaultInputModes": [
          "text/plain",
          "application/json"
        ],
        "defaultOutputModes": [
          "text/plain",
          "application/json"
        ],
        "supportedInterfaces": [],
        "cardShapeWarnings": [],
        "invalidSkills": [],
        "skills": [
          {
            "id": "monday-api",
            "name": "monday.com GraphQL API",
            "description": "Full access to the monday.com GraphQL API — manage boards, items, columns, groups, users, workspaces, automations, and more.",
            "tags": [
              "project-management",
              "work-management",
              "boards",
              "tasks",
              "automation"
            ],
            "examples": [
              "Create a new board called 'Q3 Planning'",
              "Add an item to board 12345",
              "Get all items from my sprint board",
              "Update the status column of item 67890 to Done"
            ]
          }
        ],
        "endpointUrl": "https://mcp.monday.com/mcp",
        "skillCount": 1,
        "capabilityKeys": [
          "streaming",
          "pushNotifications",
          "stateTransitionHistory"
        ]
      },
      "issue": "A2A Agent Card response is missing required fields or has invalid skill entries.",
      "howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests.",
      "issueDetails": [
        {
          "title": "Missing required fields",
          "items": [
            "protocolVersion"
          ]
        }
      ]
    },
    {
      "id": "endpoint-verification",
      "title": "Verify advertised A2A endpoint",
      "status": "informational",
      "evidence": {
        "url": "https://mcp.monday.com/mcp",
        "skipped": "External A2A endpoint was not probed."
      }
    }
  ]
}

Agent Ease of UseSkill DiscoveryInformational

agents.json

agents.json failed at "Validate resource body".

13 Fail

Needs attention

agents.json

Failed check
01

Issue

Agents JSON response did not match the expected shape. no agents found.

02

Why it matters

agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.

Check name

agents.json

Score

50/100

Status

fail

Category

Skill Discovery

Maturity

Informational

Goal

Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.

Result

agents.json failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Agents JSON response did not match the expected shape. no agents found.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/agents.json",
        "statusCode": 200,
        "contentType": "application/json; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": true,
        "compatibleContentType": true,
        "document": {
          "version": "1.0",
          "name": "monday.com",
          "description": "Work OS for project management, CRM, and team collaboration.",
          "capabilities": [
            "create_items",
            "update_items",
            "query_boards",
            "manage_columns",
            "manage_groups",
            "manage_workspaces",
            "manage_documents",
            "manage_updates",
            "manage_dashboards",
            "manage_folders",
            "manage_forms",
            "manage_views",
            "manage_automations",
            "manage_agents",
            "file_uploads",
            "notifications",
            "webhooks",
            "user_management",
            "search"
          ],
          "api": {
            "graphql": "https://api.monday.com/v2",
            "schema_sdl": "https://api.monday.com/v2/get_schema?format=sdl",
            "auth": "https://monday.com/.well-known/oauth-authorization-server"
          },
          "mcp": {
            "server": "https://monday.com/.well-known/mcp.json"
          },
          "llms_txt": "https://monday.com/llms.txt",
          "contact": "https://developer-community.monday.com/"
        },
        "rawExcerpt": "{\n  \"version\": \"1.0\",\n  \"name\": \"monday.com\",\n  \"description\": \"Work OS for project management, CRM, and team collaboration.\",\n  \"capabilities\": [\n    \"create_items\",\n    \"update_items\",\n    \"query_boards\",\n    \"manage_columns\",\n    \"manage_groups\",\n    \"manage_workspaces\",\n    \"manage_documents\",\n    \"manage_updates\",\n    \"manage_dashboards\",\n    \"manage_folders\",\n    \"manage_forms\",\n    \"manage_views\",\n    \"manage_automations\",\n    \"manage_agents\",\n    \"file_uploads\",\n    \"notifications\",\n    \"webhooks\",\n    \"user_management\",\n    \"search\"\n  ],\n  \"api\": {\n    \"graphql\": \"https://api.monday.com/v2\",\n    \"schema_sdl\": \"https://api.monday.com/v2/get_schema?format=sdl\",\n    \"auth\": \"https://monday.com/.well-known/oauth-authorization-server\"\n  },\n  \"mcp\": { \"server\": \"https://monday.com/.well",
        "issue": "Agents JSON response did not match the expected shape. no agents found.",
        "agentCount": 0,
        "invalidAgents": [],
        "agents": []
      },
      "issue": "Agents JSON response did not match the expected shape. no agents found.",
      "howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
    }
  ]
}

Agent Ease of UseMCPInformational

WebMCP

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

8 Warning

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

Why it matters

WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.

Check name

WebMCP

Score

75/100

Status

warning

Category

MCP

Maturity

Informational

Goal

Support WebMCP to expose site tools to AI agents via the browser.

Result

WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".

Validation steps

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. Validate WebMCP declarative annotation quality

    WebMCP declarative annotations need fixes.

    WebMCP declarative annotation issues
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
    • <input name="email"> is missing tool-param-description.
    • <input> is missing a name attribute.
    • <input> is missing a label.
    • <input> is missing tool-param-description.
  4. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  5. Interactive surface coverage

    Only 0% of interactive surfaces are annotated.

Evidence
{
  "failedStep": "declarative-annotation-quality",
  "steps": [
    {
      "id": "data-mcp-tool-attributes",
      "title": "Detect data-mcp-tool annotations",
      "status": "informational",
      "evidence": {
        "dataMcpToolCount": 0,
        "dataMcpTools": []
      },
      "issue": "No data-mcp-tool attributes were found on interactive elements.",
      "howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
    },
    {
      "id": "declarative-tags",
      "title": "Detect WebMCP declarative tags",
      "status": "informational",
      "evidence": {
        "totalForms": 2,
        "formsWithTags": 0,
        "totalInteractive": 553,
        "interactiveWithTags": 0,
        "totalCount": 555,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "No elements found with tool-name or tool-description attributes.",
      "howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
    },
    {
      "id": "declarative-annotation-quality",
      "title": "Validate WebMCP declarative annotation quality",
      "status": "warning",
      "evidence": {
        "issueCount": 8,
        "issues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "WebMCP declarative annotations need fixes.",
      "issueDetails": [
        {
          "title": "WebMCP declarative annotation issues",
          "items": [
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input name=\"email\"> is missing tool-param-description."
            },
            {
              "type": "code",
              "value": "<input> is missing a name attribute."
            },
            {
              "type": "code",
              "value": "<input> is missing a label."
            },
            {
              "type": "code",
              "value": "<input> is missing tool-param-description."
            }
          ]
        }
      ],
      "howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
    },
    {
      "id": "imperative-api",
      "title": "Detect WebMCP imperative API usage",
      "status": "pass",
      "evidence": {
        "staticSignals": {
          "detected": true,
          "matched": [
            "webmcp",
            "navigator.modelContext",
            "registerTool"
          ]
        },
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
    },
    {
      "id": "browser-navigator-injection",
      "title": "Detect WebMCP browser navigator injection",
      "status": "informational",
      "evidence": {
        "browser": {
          "checked": true,
          "detected": false,
          "hasNavigatorModelContext": false,
          "modelContextType": "undefined",
          "hasProvideContext": false,
          "hasRegisterTool": false
        }
      },
      "issue": "navigator.modelContext was not detected in the rendered browser page.",
      "howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
    },
    {
      "id": "surface-coverage",
      "title": "Interactive surface coverage",
      "status": "informational",
      "evidence": {
        "totalForms": 2,
        "formsWithTags": 0,
        "totalInteractive": 553,
        "interactiveWithTags": 0,
        "totalCount": 555,
        "taggedCount": 0,
        "dataMcpToolCount": 0,
        "dataMcpTools": [],
        "coverage": 0,
        "annotationIssues": [
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description.",
          "<input name=\"email\"> is missing tool-param-description.",
          "<input> is missing a name attribute.",
          "<input> is missing a label.",
          "<input> is missing tool-param-description."
        ]
      },
      "issue": "Only 0% of interactive surfaces are annotated.",
      "howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
    }
  ],
  "staticSignals": {
    "detected": true,
    "matched": [
      "webmcp",
      "navigator.modelContext",
      "registerTool"
    ]
  },
  "coverage": {
    "totalForms": 2,
    "formsWithTags": 0,
    "totalInteractive": 553,
    "interactiveWithTags": 0,
    "totalCount": 555,
    "taggedCount": 0,
    "dataMcpToolCount": 0,
    "dataMcpTools": [],
    "coverage": 0,
    "annotationIssues": [
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description.",
      "<input name=\"email\"> is missing tool-param-description.",
      "<input> is missing a name attribute.",
      "<input> is missing a label.",
      "<input> is missing tool-param-description."
    ]
  },
  "browserWebMcp": {
    "checked": true,
    "detected": false,
    "hasNavigatorModelContext": false,
    "modelContextType": "undefined",
    "hasProvideContext": false,
    "hasRegisterTool": false
  }
}

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Validate resource body".

8 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.

02

Why it matters

An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.

Check name

Agent Skills index

Score

67/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an agent skills discovery index.

Result

Agent Skills index failed at "Validate resource body".

Validation steps

  1. Validate resource body

    Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/agent-skills/index.json",
        "statusCode": 200,
        "contentType": "application/json; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "validJson": true,
        "compatibleContentType": true,
        "document": {
          "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
          "skills": [
            {
              "name": "signup-for-agents",
              "type": "skill-md",
              "description": "Create monday.com accounts for AI agents via captcha challenge, verification token, and signup-logic API (production).",
              "url": "/.well-known/agent-skills/signup-for-agents/SKILL.md",
              "digest": "sha256:b83318dc8af6e50707865a2623cada42165ffb87b994fa0d53dd2d4cc8ec9e3a"
            },
            {
              "name": "general-monday-gql-api-usage",
              "type": "skill-md",
              "description": "Manage monday.com boards, items, columns, groups, updates, and workflows via MCP server (preferred) and GraphQL API (fallback). Use when a user asks to create tasks, update statuses, manage projects, query boards, automate workflows, manage CRM, track development, or interact with any monday.com resource. Also use for AI features like AI Blocks, Sidekick skills, or agent workflows on monday.com.",
              "url": "/.well-known/agent-skills/general-monday-gql-api-usage/SKILL.md",
              "digest": "sha256:9b778ed174267f057685a29eda29c7851a70219c0422125a2cdcee78476ea617"
            }
          ]
        },
        "rawExcerpt": "{\n  \"$schema\": \"https://schemas.agentskills.io/discovery/0.2.0/schema.json\",\n  \"skills\": [\n    {\n      \"name\": \"signup-for-agents\",\n      \"type\": \"skill-md\",\n      \"description\": \"Create monday.com accounts for AI agents via captcha challenge, verification token, and signup-logic API (production).\",\n      \"url\": \"/.well-known/agent-skills/signup-for-agents/SKILL.md\",\n      \"digest\": \"sha256:b83318dc8af6e50707865a2623cada42165ffb87b994fa0d53dd2d4cc8ec9e3a\"\n    },\n    {\n      \"name\": \"general-monday-gql-api-usage\",\n      \"type\": \"skill-md\",\n      \"description\": \"Manage monday.com boards, items, columns, groups, updates, and workflows via MCP server (preferred) and GraphQL API (fallback). Use when a user asks to create tasks, update statuses, manage projects, query boards, automate workflows,",
        "issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
        "schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
        "skillCount": 2,
        "validSkillCount": 2,
        "invalidSkills": [],
        "skills": [
          {
            "name": "signup-for-agents",
            "type": "skill-md",
            "description": "Create monday.com accounts for AI agents via captcha challenge, verification token, and signup-logic API (production).",
            "url": "/.well-known/agent-skills/signup-for-agents/SKILL.md",
            "digest": "sha256:b83318dc8af6e50707865a2623cada42165ffb87b994fa0d53dd2d4cc8ec9e3a"
          },
          {
            "name": "general-monday-gql-api-usage",
            "type": "skill-md",
            "description": "Manage monday.com boards, items, columns, groups, updates, and workflows via MCP server (preferred) and GraphQL API (fallback). Use when a user asks to create tasks, update statuses, manage projects, query boards, automate workflows, manage CRM, track development, or interact with any monday.com resource. Also use for AI features like AI Blocks, Sidekick skills, or agent workflows on monday.com.",
            "url": "/.well-known/agent-skills/general-monday-gql-api-usage/SKILL.md",
            "digest": "sha256:9b778ed174267f057685a29eda29c7851a70219c0422125a2cdcee78476ea617"
          }
        ]
      },
      "issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
      "howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
    },
    {
      "id": "skill-documents",
      "title": "Fetch advertised SKILL.md files",
      "status": "pass",
      "evidence": {
        "checkedCount": 2,
        "totalCount": 2,
        "checked": [
          {
            "url": "https://monday.com/.well-known/agent-skills/signup-for-agents/SKILL.md",
            "statusCode": 200,
            "contentType": "text/markdown; charset=utf-8",
            "hasSkillHeading": true,
            "length": 32043,
            "advertisedDigest": "sha256:b83318dc8af6e50707865a2623cada42165ffb87b994fa0d53dd2d4cc8ec9e3a",
            "actualDigest": "sha256:b83318dc8af6e50707865a2623cada42165ffb87b994fa0d53dd2d4cc8ec9e3a",
            "digestMatches": true
          },
          {
            "url": "https://monday.com/.well-known/agent-skills/general-monday-gql-api-usage/SKILL.md",
            "statusCode": 200,
            "contentType": "text/markdown; charset=utf-8",
            "hasSkillHeading": true,
            "length": 37432,
            "advertisedDigest": "sha256:9b778ed174267f057685a29eda29c7851a70219c0422125a2cdcee78476ea617",
            "actualDigest": "sha256:9b778ed174267f057685a29eda29c7851a70219c0422125a2cdcee78476ea617",
            "digestMatches": true
          }
        ]
      },
      "howToFix": "Make every advertised skill URL return Markdown with a top-level heading and a matching sha256 digest, or remove broken entries from the index."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Source and trust signals

AIO: Source and trust signals scored 40/100 and needs a fix.

6 Fail

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Source and trust signals

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Source and trust signals scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://monday.com/p/about/",
      "text": "About us",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/p/about/\" class=\"m_dt-nav-link less-line-height w-inline-block\"><div class=\"m_dt-nav-link-icon-parent w-embed\"><svg width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.48346 14.2369C2.67081 14.2361 1.92258 13.813 1.52927 13.1316C1.13596 12.4503 1.15953 11.6182 1.59083 10.9583L5.61505 4.80302C6.02839 4.13279 6.78876 3.73021 7.601 3.75154C8.41324 3.77287 9.14944 4.21477 9.52383 4.90569C9.8982..."
    },
    {
      "href": "https://monday.com/p/about",
      "text": "About us",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/p/about\" class=\"m_dt-nav-link is-new w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-new-icon w-embed\"><svg width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.48346 14.2369C2.67081 14.2361 1.92258 13.813 1.52927 13.1316C1.13596 12.4503 1.15953 11.6182 1.59083 10.9583L5.61505 4.80302C6.02839 4.13279 6.78876 3.73021 7.601 3.75154C8.41324 3.77287 9.14944 4.21477 9.52383 4.90569C9.898..."
    },
    {
      "href": "https://monday.com/p/about",
      "text": "About us",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/p/about\" class=\"mobile-menu_link-wrapper w-inline-block\"><div class=\"mobile-menu_link-icon w-embed\"><svg width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.48346 14.2369C2.67081 14.2361 1.92258 13.813 1.52927 13.1316C1.13596 12.4503 1.15953 11.6182 1.59083 10.9583L5.61505 4.80302C6.02839 4.13279 6.78876 3.73021 7.601 3.75154C8.41324 3.77287 9.14944 4.21477 9.52383 4.90569C9.89822 5.59661 9..."
    },
    {
      "href": "https://monday.com/w/ai-info",
      "text": "Hey AI, learn about us",
      "html": "<a href=\"https://monday.com/w/ai-info\" class=\"footer-link\">Hey AI, learn about us</a>"
    },
    {
      "href": "https://monday.com/p/about/",
      "text": "About us",
      "html": "<a href=\"https://monday.com/p/about/\" class=\"footer-link\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/2525169/",
      "text": "",
      "html": "<a target=\"_blank\" href=\"https://www.linkedin.com/company/2525169/\" title=\"LinkedIn\" class=\"jsx-3692625068\"><div class=\"jsx-3692625068 regular-icon-container\"><svg width=\"30\" height=\"30\" viewBox=\"0 0 90 90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"jsx-3692625068\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.647 18.724C29.562 14.907 26.82 12 22.366 12S15 14.907 15 18.724c0 3.738 2.826 6.729 7.197 6.729h.083c4.54 0 7.367-2.991 7.367-6.729zm-.858 12.041h-13.02v38.929h13.02V3..."
    },
    {
      "href": "https://monday.com/p/about/",
      "text": "About us",
      "html": "<a href=\"https://monday.com/p/about/\" target=\"_blank\" class=\"footer-link-transter mobile\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/2525169/",
      "text": "",
      "html": "<a target=\"_blank\" href=\"https://www.linkedin.com/company/2525169/\" title=\"LinkedIn\" class=\"jsx-3692625068\"><div class=\"jsx-3692625068 regular-icon-container\"><svg width=\"30\" height=\"30\" viewBox=\"0 0 90 90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"jsx-3692625068\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.647 18.724C29.562 14.907 26.82 12 22.366 12S15 14.907 15 18.724c0 3.738 2.826 6.729 7.197 6.729h.083c4.54 0 7.367-2.991 7.367-6.729zm-.858 12.041h-13.02v38.929h13.02V3..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://monday.com/w/departments/it",
      "text": "ITTickets & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/departments/it\" class=\"m_dt-nav-link is-new is-agent w-inline-block\"><img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\"><div class=\"nav-group_agent-content-wrap\"><div class=\"m_dt-nav-link-title is-agent-title\">IT</div><div class=\"m_dt-nav-link-title is-agent-subtitle\">Tickets &amp; support</div></div..."
    },
    {
      "href": "https://monday.com/w/service",
      "text": "monday service For IT & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/service\" class=\"m_dt-nav-link w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-product w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><rect width=\"48\" height=\"48\" rx=\"8\" fill=\"#FA4270\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.661 14.8509C13.2565 15.8638 12.084 18.3982 13.1735 20.9858C14.5822 24.3309 20.7807 26.2303 21.0722 26.2728C21.334 26.3133 21.6404 26.1622..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link-5 in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.280..."
    },
    {
      "href": "https://monday.com/w/service",
      "text": "monday serviceFor IT & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/service\" class=\"m_dt-nav-link is-new is-company-size w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" class=\"m_dt-nav-link-icon-parent is-new-icon is-service\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5486 3.10844C2.26381 3.64933 1.63657 5.00532 2.21836 6.38858C2.97135 8.17637 6.28482 9.19299 6.44088 9.21571C6.58026 9.23693 6.74389 9.15663 6.74389 9.00209C6.74389 8.84755 6.440..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033..."
    },
    {
      "href": "https://monday.com/helpcenter/",
      "text": "Help center",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/\" class=\"m_dt-nav-link less-line-height w-inline-block\"><div class=\"m_dt-nav-link-icon-parent w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3565)\"><path d=\"M16.3125 11.8125V14.0625\" stroke=\"#676879\" stroke-width=\"1.24528\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.6875 14.0625V6.1875C1.6875 5.88914 1.80603 5.60298 2.01701 5.39..."
    },
    {
      "href": "https://monday.com/helpcenter/contact-support",
      "text": "24/7 support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/contact-support\" class=\"m_dt-nav-link less-line-height w-inline-block\"><div class=\"m_dt-nav-link-icon-parent w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3573)\"><path d=\"M3.375 13.5H2.8125C2.21576 13.5 1.64347 13.2629 1.22151 12.841C0.799553 12.419 0.5625 11.8467 0.5625 11.25V9C0.5625 8.4033 0.799553 7.83098 1.22151 7.40901C1.64347 6.98705 2...."
    },
    {
      "href": "https://monday.com/helpcenter/",
      "text": "Help center",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/\" class=\"m_dt-nav-link is-new w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-new-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3565)\"><path d=\"M16.3125 11.8125V14.0625\" stroke=\"#676879\" stroke-width=\"1.24528\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.6875 14.0625V6.1875C1.6875 5.88914 1.80603 5.60298 2.01701 5...."
    },
    {
      "href": "https://monday.com/helpcenter/contact-support",
      "text": "24/7 support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/contact-support\" class=\"m_dt-nav-link is-new w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-new-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3573)\"><path d=\"M3.375 13.5H2.8125C2.21576 13.5 1.64347 13.2629 1.22151 12.841C0.799553 12.419 0.5625 11.8467 0.5625 11.25V9C0.5625 8.4033 0.799553 7.83098 1.22151 7.40901C1.64347 6.98705..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"https://monday.com/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"nav_link-full is-header-cs w-nav-link\">Contact sales</a>"
    },
    {
      "href": "https://monday.com/w/departments/it",
      "text": "ITTickets & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/departments/it\" class=\"mobile_menu-agent-wrapper w-inline-block\"><img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\"><div class=\"nav-group_agent-content-wrap\"><div class=\"m_dt-nav-link-title is-agent-title\">IT</div><div class=\"m_dt-nav-link-title is-agent-subtitle\">Tickets &amp; support</div></div></a>"
    },
    {
      "href": "https://monday.com/helpcenter/",
      "text": "Help center",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/\" class=\"mobile-menu_link-wrapper w-inline-block\"><div class=\"mobile-menu_link-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3565)\"><path d=\"M16.3125 11.8125V14.0625\" stroke=\"#676879\" stroke-width=\"1.24528\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.6875 14.0625V6.1875C1.6875 5.88914 1.80603 5.60298 2.01701 5.39201C2.2279..."
    },
    {
      "href": "https://monday.com/helpcenter/contact-support",
      "text": "24/7 support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/contact-support\" class=\"mobile-menu_link-wrapper w-inline-block\"><div class=\"mobile-menu_link-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3573)\"><path d=\"M3.375 13.5H2.8125C2.21576 13.5 1.64347 13.2629 1.22151 12.841C0.799553 12.419 0.5625 11.8467 0.5625 11.25V9C0.5625 8.4033 0.799553 7.83098 1.22151 7.40901C1.64347 6.98705 2.21576 6.75..."
    },
    {
      "href": "https://monday.com/sales/contact-us?from=header&source=Website%20-%20Contact%20Sales",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us?from=header&amp;source=Website%20-%20Contact%20Sales\" class=\"mobile_menu-group-h-standalone _w-border-bottom\">Contact sales</a>"
    },
    {
      "href": "/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"m_button-outline w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786..."
    },
    {
      "href": "/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"m_button-outline w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786..."
    },
    {
      "href": "/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"m_button-outline w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786..."
    },
    {
      "href": "https://monday.com/help",
      "text": "Contact us",
      "html": "<a href=\"https://monday.com/help\" class=\"footer-link\">Contact us</a>"
    },
    {
      "href": "https://monday.com/helpcenter",
      "text": "24/7 support",
      "html": "<a href=\"https://monday.com/helpcenter\" class=\"footer-link\">24/7 support</a>"
    },
    {
      "href": "https://monday.com/helpcenter",
      "text": "Help Center",
      "html": "<a href=\"https://monday.com/helpcenter\" class=\"footer-link\">Help Center</a>"
    },
    {
      "href": "https://monday.com/helpcenter/academy",
      "text": "Academy",
      "html": "<a href=\"https://monday.com/helpcenter/academy\" class=\"footer-link\">Academy</a>"
    },
    {
      "href": "https://support.monday.com/hc/en-us/articles/360006506699",
      "text": "",
      "html": "<a aria-label=\"HIPAA icon\" href=\"https://support.monday.com/hc/en-us/articles/360006506699\" target=\"_blank\" class=\"w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447e_hipaa-logo.png\" alt class=\"m_footer-compliance-icon\"></a>"
    },
    {
      "href": "https://monday.com/sales/contact-us?from=footer",
      "text": "Contact sales",
      "html": "<a href=\"https://monday.com/sales/contact-us?from=footer\" class=\"footer-link-transter mobile highlighted\">Contact sales</a>"
    },
    {
      "href": "https://monday.com/help",
      "text": "Contact us",
      "html": "<a href=\"https://monday.com/help\" class=\"footer-link-transter mobile highlighted\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://monday.com/l/",
      "text": "Terms of Service",
      "html": "<a href=\"https://monday.com/l/\"><span class=\"link_underline text-color-black\"><br>Terms of Service</span></a>"
    },
    {
      "href": "https://monday.com/l/privacy/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://monday.com/l/privacy/privacy-policy/\" class=\"link_underline text-color-black\">Privacy Policy</a>"
    },
    {
      "href": "https://monday.com/l/",
      "text": "Terms of Service",
      "html": "<a href=\"https://monday.com/l/\"><span class=\"link_underline text-color-black\"><br>Terms of Service</span></a>"
    },
    {
      "href": "https://monday.com/l/privacy/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://monday.com/l/privacy/privacy-policy/\" class=\"link_underline text-color-black\">Privacy Policy</a>"
    },
    {
      "href": "https://monday.com/terms/gdpr",
      "text": "",
      "html": "<a aria-label=\"GDPR compliance icon\" href=\"https://monday.com/terms/gdpr\" target=\"_blank\" class=\"w-inline-block\"><img loading=\"lazy\" height=\"Auto\" alt=\"GDPR compliance logo\" src=\"https://cdn.prod.website-files.com/6318588b0036387847c21c9a/632b459adca58ef19316e143_gdpr-logo.png\" class=\"m_footer-compliance-icon\"></a>"
    },
    {
      "href": "https://monday.com/terms/soc2",
      "text": "",
      "html": "<a aria-label=\"AICPA SOC icon\" href=\"https://monday.com/terms/soc2\" target=\"_blank\" class=\"w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447a_soc-logo.webp\" alt class=\"m_footer-compliance-icon\"></a>"
    },
    {
      "href": "https://monday.com/l/legal/tos/",
      "text": "Terms of Service",
      "html": "<a href=\"https://monday.com/l/legal/tos/\" class=\"m_footer-small-link\">Terms of Service</a>"
    },
    {
      "href": "https://monday.com/l/privacy/privacy-policy/",
      "text": "Privacy policy",
      "html": "<a href=\"https://monday.com/l/privacy/privacy-policy/\" class=\"m_footer-small-link\">Privacy policy</a>"
    },
    {
      "href": "javascript:void 0",
      "text": "Your privacy choices",
      "html": "<a class=\"footer-small-link\" href=\"javascript:void 0\" onclick=\"window.cookiehub.openSettings()\">Your privacy choices</a>"
    },
    {
      "href": "https://monday.com/l/",
      "text": "Terms and privacy",
      "html": "<a href=\"https://monday.com/l/\" class=\"footer-link-transter mobile underline\">Terms and privacy</a>"
    }
  ],
  "score": 40,
  "weight": 20
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer evidence and trust

AEO: Answer evidence and trust scored 40/100 and needs a fix.

5 Fail

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer evidence and trust

Score

40/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer evidence and trust scored 40/100 and needs a fix.

Evidence
{
  "signals": {
    "author": false,
    "publisher": false,
    "freshnessDate": false,
    "aboutOrContact": true,
    "policyLinks": true
  },
  "missing": [
    "author",
    "publisher",
    "freshnessDate"
  ],
  "authorMeta": "",
  "schemaAuthors": [],
  "schemaPublishers": [],
  "schemaDates": [],
  "visibleDates": [],
  "aboutLinks": [
    {
      "href": "https://monday.com/p/about/",
      "text": "About us",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/p/about/\" class=\"m_dt-nav-link less-line-height w-inline-block\"><div class=\"m_dt-nav-link-icon-parent w-embed\"><svg width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.48346 14.2369C2.67081 14.2361 1.92258 13.813 1.52927 13.1316C1.13596 12.4503 1.15953 11.6182 1.59083 10.9583L5.61505 4.80302C6.02839 4.13279 6.78876 3.73021 7.601 3.75154C8.41324 3.77287 9.14944 4.21477 9.52383 4.90569C9.8982..."
    },
    {
      "href": "https://monday.com/p/about",
      "text": "About us",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/p/about\" class=\"m_dt-nav-link is-new w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-new-icon w-embed\"><svg width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.48346 14.2369C2.67081 14.2361 1.92258 13.813 1.52927 13.1316C1.13596 12.4503 1.15953 11.6182 1.59083 10.9583L5.61505 4.80302C6.02839 4.13279 6.78876 3.73021 7.601 3.75154C8.41324 3.77287 9.14944 4.21477 9.52383 4.90569C9.898..."
    },
    {
      "href": "https://monday.com/p/about",
      "text": "About us",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/p/about\" class=\"mobile-menu_link-wrapper w-inline-block\"><div class=\"mobile-menu_link-icon w-embed\"><svg width=\"20\" height=\"18\" viewBox=\"0 0 20 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.48346 14.2369C2.67081 14.2361 1.92258 13.813 1.52927 13.1316C1.13596 12.4503 1.15953 11.6182 1.59083 10.9583L5.61505 4.80302C6.02839 4.13279 6.78876 3.73021 7.601 3.75154C8.41324 3.77287 9.14944 4.21477 9.52383 4.90569C9.89822 5.59661 9..."
    },
    {
      "href": "https://monday.com/w/ai-info",
      "text": "Hey AI, learn about us",
      "html": "<a href=\"https://monday.com/w/ai-info\" class=\"footer-link\">Hey AI, learn about us</a>"
    },
    {
      "href": "https://monday.com/p/about/",
      "text": "About us",
      "html": "<a href=\"https://monday.com/p/about/\" class=\"footer-link\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/2525169/",
      "text": "",
      "html": "<a target=\"_blank\" href=\"https://www.linkedin.com/company/2525169/\" title=\"LinkedIn\" class=\"jsx-3692625068\"><div class=\"jsx-3692625068 regular-icon-container\"><svg width=\"30\" height=\"30\" viewBox=\"0 0 90 90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"jsx-3692625068\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.647 18.724C29.562 14.907 26.82 12 22.366 12S15 14.907 15 18.724c0 3.738 2.826 6.729 7.197 6.729h.083c4.54 0 7.367-2.991 7.367-6.729zm-.858 12.041h-13.02v38.929h13.02V3..."
    },
    {
      "href": "https://monday.com/p/about/",
      "text": "About us",
      "html": "<a href=\"https://monday.com/p/about/\" target=\"_blank\" class=\"footer-link-transter mobile\">About us</a>"
    },
    {
      "href": "https://www.linkedin.com/company/2525169/",
      "text": "",
      "html": "<a target=\"_blank\" href=\"https://www.linkedin.com/company/2525169/\" title=\"LinkedIn\" class=\"jsx-3692625068\"><div class=\"jsx-3692625068 regular-icon-container\"><svg width=\"30\" height=\"30\" viewBox=\"0 0 90 90\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"jsx-3692625068\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M29.647 18.724C29.562 14.907 26.82 12 22.366 12S15 14.907 15 18.724c0 3.738 2.826 6.729 7.197 6.729h.083c4.54 0 7.367-2.991 7.367-6.729zm-.858 12.041h-13.02v38.929h13.02V3..."
    }
  ],
  "contactLinks": [
    {
      "href": "https://monday.com/w/departments/it",
      "text": "ITTickets & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/departments/it\" class=\"m_dt-nav-link is-new is-agent w-inline-block\"><img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\"><div class=\"nav-group_agent-content-wrap\"><div class=\"m_dt-nav-link-title is-agent-title\">IT</div><div class=\"m_dt-nav-link-title is-agent-subtitle\">Tickets &amp; support</div></div..."
    },
    {
      "href": "https://monday.com/w/service",
      "text": "monday service For IT & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/service\" class=\"m_dt-nav-link w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-product w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><rect width=\"48\" height=\"48\" rx=\"8\" fill=\"#FA4270\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.661 14.8509C13.2565 15.8638 12.084 18.3982 13.1735 20.9858C14.5822 24.3309 20.7807 26.2303 21.0722 26.2728C21.334 26.3133 21.6404 26.1622..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link-5 in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.280..."
    },
    {
      "href": "https://monday.com/w/service",
      "text": "monday serviceFor IT & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/service\" class=\"m_dt-nav-link is-new is-company-size w-inline-block\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" viewBox=\"0 0 16 16\" fill=\"none\" class=\"m_dt-nav-link-icon-parent is-new-icon is-service\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5486 3.10844C2.26381 3.64933 1.63657 5.00532 2.21836 6.38858C2.97135 8.17637 6.28482 9.19299 6.44088 9.21571C6.58026 9.23693 6.74389 9.15663 6.74389 9.00209C6.74389 8.84755 6.440..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033..."
    },
    {
      "href": "https://monday.com/helpcenter/",
      "text": "Help center",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/\" class=\"m_dt-nav-link less-line-height w-inline-block\"><div class=\"m_dt-nav-link-icon-parent w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3565)\"><path d=\"M16.3125 11.8125V14.0625\" stroke=\"#676879\" stroke-width=\"1.24528\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.6875 14.0625V6.1875C1.6875 5.88914 1.80603 5.60298 2.01701 5.39..."
    },
    {
      "href": "https://monday.com/helpcenter/contact-support",
      "text": "24/7 support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/contact-support\" class=\"m_dt-nav-link less-line-height w-inline-block\"><div class=\"m_dt-nav-link-icon-parent w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3573)\"><path d=\"M3.375 13.5H2.8125C2.21576 13.5 1.64347 13.2629 1.22151 12.841C0.799553 12.419 0.5625 11.8467 0.5625 11.25V9C0.5625 8.4033 0.799553 7.83098 1.22151 7.40901C1.64347 6.98705 2...."
    },
    {
      "href": "https://monday.com/helpcenter/",
      "text": "Help center",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/\" class=\"m_dt-nav-link is-new w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-new-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3565)\"><path d=\"M16.3125 11.8125V14.0625\" stroke=\"#676879\" stroke-width=\"1.24528\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.6875 14.0625V6.1875C1.6875 5.88914 1.80603 5.60298 2.01701 5...."
    },
    {
      "href": "https://monday.com/helpcenter/contact-support",
      "text": "24/7 support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/contact-support\" class=\"m_dt-nav-link is-new w-inline-block\"><div class=\"m_dt-nav-link-icon-parent is-new-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3573)\"><path d=\"M3.375 13.5H2.8125C2.21576 13.5 1.64347 13.2629 1.22151 12.841C0.799553 12.419 0.5625 11.8467 0.5625 11.25V9C0.5625 8.4033 0.799553 7.83098 1.22151 7.40901C1.64347 6.98705..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us\" class=\"m_button-link in-headre w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033..."
    },
    {
      "href": "https://monday.com/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"https://monday.com/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"nav_link-full is-header-cs w-nav-link\">Contact sales</a>"
    },
    {
      "href": "https://monday.com/w/departments/it",
      "text": "ITTickets & support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/w/departments/it\" class=\"mobile_menu-agent-wrapper w-inline-block\"><img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\"><div class=\"nav-group_agent-content-wrap\"><div class=\"m_dt-nav-link-title is-agent-title\">IT</div><div class=\"m_dt-nav-link-title is-agent-subtitle\">Tickets &amp; support</div></div></a>"
    },
    {
      "href": "https://monday.com/helpcenter/",
      "text": "Help center",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/\" class=\"mobile-menu_link-wrapper w-inline-block\"><div class=\"mobile-menu_link-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3565)\"><path d=\"M16.3125 11.8125V14.0625\" stroke=\"#676879\" stroke-width=\"1.24528\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.6875 14.0625V6.1875C1.6875 5.88914 1.80603 5.60298 2.01701 5.39201C2.2279..."
    },
    {
      "href": "https://monday.com/helpcenter/contact-support",
      "text": "24/7 support",
      "html": "<a data-header-sub-menu-link href=\"https://monday.com/helpcenter/contact-support\" class=\"mobile-menu_link-wrapper w-inline-block\"><div class=\"mobile-menu_link-icon w-embed\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_595_3573)\"><path d=\"M3.375 13.5H2.8125C2.21576 13.5 1.64347 13.2629 1.22151 12.841C0.799553 12.419 0.5625 11.8467 0.5625 11.25V9C0.5625 8.4033 0.799553 7.83098 1.22151 7.40901C1.64347 6.98705 2.21576 6.75..."
    },
    {
      "href": "https://monday.com/sales/contact-us?from=header&source=Website%20-%20Contact%20Sales",
      "text": "Contact sales",
      "html": "<a data-button-type=\"homepage-contact-sales\" href=\"https://monday.com/sales/contact-us?from=header&amp;source=Website%20-%20Contact%20Sales\" class=\"mobile_menu-group-h-standalone _w-border-bottom\">Contact sales</a>"
    },
    {
      "href": "/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"m_button-outline w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786..."
    },
    {
      "href": "/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"m_button-outline w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786..."
    },
    {
      "href": "/sales/contact-us",
      "text": "Contact sales",
      "html": "<a href=\"/sales/contact-us\" data-button-type=\"homepage-contact-sales\" class=\"m_button-outline w-inline-block\"><div>Contact sales</div><div class=\"m_button-arrow w-embed\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\"> <g clip-path=\"url(#clip0_2450_390)\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.03033 0.21967C6.73744 -0.0732233 6.26256 -0.0732233 5.96967 0.21967C5.67678 0.512563 5.67678 0.987437 5.96967 1.28033L8.93934 4.25H1C0.585786..."
    },
    {
      "href": "https://monday.com/help",
      "text": "Contact us",
      "html": "<a href=\"https://monday.com/help\" class=\"footer-link\">Contact us</a>"
    },
    {
      "href": "https://monday.com/helpcenter",
      "text": "24/7 support",
      "html": "<a href=\"https://monday.com/helpcenter\" class=\"footer-link\">24/7 support</a>"
    },
    {
      "href": "https://monday.com/helpcenter",
      "text": "Help Center",
      "html": "<a href=\"https://monday.com/helpcenter\" class=\"footer-link\">Help Center</a>"
    },
    {
      "href": "https://monday.com/helpcenter/academy",
      "text": "Academy",
      "html": "<a href=\"https://monday.com/helpcenter/academy\" class=\"footer-link\">Academy</a>"
    },
    {
      "href": "https://support.monday.com/hc/en-us/articles/360006506699",
      "text": "",
      "html": "<a aria-label=\"HIPAA icon\" href=\"https://support.monday.com/hc/en-us/articles/360006506699\" target=\"_blank\" class=\"w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447e_hipaa-logo.png\" alt class=\"m_footer-compliance-icon\"></a>"
    },
    {
      "href": "https://monday.com/sales/contact-us?from=footer",
      "text": "Contact sales",
      "html": "<a href=\"https://monday.com/sales/contact-us?from=footer\" class=\"footer-link-transter mobile highlighted\">Contact sales</a>"
    },
    {
      "href": "https://monday.com/help",
      "text": "Contact us",
      "html": "<a href=\"https://monday.com/help\" class=\"footer-link-transter mobile highlighted\">Contact us</a>"
    }
  ],
  "privacyLinks": [
    {
      "href": "https://monday.com/l/",
      "text": "Terms of Service",
      "html": "<a href=\"https://monday.com/l/\"><span class=\"link_underline text-color-black\"><br>Terms of Service</span></a>"
    },
    {
      "href": "https://monday.com/l/privacy/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://monday.com/l/privacy/privacy-policy/\" class=\"link_underline text-color-black\">Privacy Policy</a>"
    },
    {
      "href": "https://monday.com/l/",
      "text": "Terms of Service",
      "html": "<a href=\"https://monday.com/l/\"><span class=\"link_underline text-color-black\"><br>Terms of Service</span></a>"
    },
    {
      "href": "https://monday.com/l/privacy/privacy-policy/",
      "text": "Privacy Policy",
      "html": "<a href=\"https://monday.com/l/privacy/privacy-policy/\" class=\"link_underline text-color-black\">Privacy Policy</a>"
    },
    {
      "href": "https://monday.com/terms/gdpr",
      "text": "",
      "html": "<a aria-label=\"GDPR compliance icon\" href=\"https://monday.com/terms/gdpr\" target=\"_blank\" class=\"w-inline-block\"><img loading=\"lazy\" height=\"Auto\" alt=\"GDPR compliance logo\" src=\"https://cdn.prod.website-files.com/6318588b0036387847c21c9a/632b459adca58ef19316e143_gdpr-logo.png\" class=\"m_footer-compliance-icon\"></a>"
    },
    {
      "href": "https://monday.com/terms/soc2",
      "text": "",
      "html": "<a aria-label=\"AICPA SOC icon\" href=\"https://monday.com/terms/soc2\" target=\"_blank\" class=\"w-inline-block\"><img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447a_soc-logo.webp\" alt class=\"m_footer-compliance-icon\"></a>"
    },
    {
      "href": "https://monday.com/l/legal/tos/",
      "text": "Terms of Service",
      "html": "<a href=\"https://monday.com/l/legal/tos/\" class=\"m_footer-small-link\">Terms of Service</a>"
    },
    {
      "href": "https://monday.com/l/privacy/privacy-policy/",
      "text": "Privacy policy",
      "html": "<a href=\"https://monday.com/l/privacy/privacy-policy/\" class=\"m_footer-small-link\">Privacy policy</a>"
    },
    {
      "href": "javascript:void 0",
      "text": "Your privacy choices",
      "html": "<a class=\"footer-small-link\" href=\"javascript:void 0\" onclick=\"window.cookiehub.openSettings()\">Your privacy choices</a>"
    },
    {
      "href": "https://monday.com/l/",
      "text": "Terms and privacy",
      "html": "<a href=\"https://monday.com/l/\" class=\"footer-link-transter mobile underline\">Terms and privacy</a>"
    }
  ],
  "score": 40,
  "weight": 22
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first sections

AEO: Answer-first sections scored 65/100 and needs improvement.

4 Warning

Needs attention

AEO: Answer-first sections

Warning
01

Issue

17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer-first sections

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer-first sections scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 17,
  "passing": 0,
  "failing": [
    {
      "heading": "Meet your new teammates",
      "headingHtml": "<h2 class=\"hor-scroll-mega-text\">Meet your new teammates</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get more done with agents and people working side by side",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-collab\">Get more done with agents and people working side by side</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get more done with agents and people",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-collab m_padding-global\">Get more done with agents and people</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "An agent for every use case",
      "headingHtml": "<h2 class=\"hp-agents_h2-3 is-use-case\">An agent for every use case</h2>",
      "firstParagraph": "Surface deep intelligence and actionable insights from any subject.",
      "paragraphHtml": "<p data-acc-par class=\"apl-acc-par\">Surface deep intelligence and actionable insights from any subject.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "An agent for every use case",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-mb\">An agent for every use&#xa0;case</h2>",
      "firstParagraph": "Surface deep intelligence and actionable insights from any subject.",
      "paragraphHtml": "<p data-acc-par class=\"apl-acc-par-mb\">Surface deep intelligence and actionable insights from any subject.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Work in context",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-work-in-context\">Work in context</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Consider yourself limitless",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Consider yourself limitless",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bring your own agent",
      "headingHtml": "<h3 class=\"hp-agents_h3 is-limitless\">Bring your own agent</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use your favorite AI tools",
      "headingHtml": "<h3 class=\"hp-agents_h3 is-limitless\">Use your favorite AI tools</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Let work flow",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Let work flow",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Full control",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-full-control\">Full control</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Gain full control",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-full-control\">Gain full control</h2>",
      "firstParagraph": "Track every agent action across your organization with a real-time log of what was done and when.",
      "paragraphHtml": "<p class=\"control-acc-par\">Track every agent action across your organization with a real-time log of what was done and when.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our customers achieve more",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-customers\">Our customers achieve more</h2>",
      "firstParagraph": "We replaced a 15-minute screening call with an AI agent that does it in 5 minutes.",
      "paragraphHtml": "<p class=\"hp-agents_splide-par\">We replaced a 15-minute screening call with <span class=\"pinkish-span\">an AI agent</span> that does it <span class=\"pinkish-span\">in 5 minutes.</span></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by enterprises. Recognized by industry leaders.",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-trust\">Trusted by enterprises. Recognized by industry leaders.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise-grade security",
      "headingHtml": "<h2 class=\"heading-style-h3 for-hp-ent\">Enterprise-grade security </h2>",
      "firstParagraph": "Enterprise-grade AI infrastructure with built-in protection and security, data privacy, governance, permissions, and compliance.",
      "paragraphHtml": "<p class=\"m_par-16-3 for-trust-sub\">Enterprise-grade AI infrastructure with built-in protection and security, data privacy, governance, permissions, and compliance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question-led structure

AEO: Question-led structure scored 50/100 and needs improvement.

3 Warning

Needs attention

AEO: Question-led structure

Warning
01

Issue

No question-led h2 sections or FAQ pattern was detected.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Question-led structure

Score

50/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Question-led structure scored 50/100 and needs improvement.

Evidence
{
  "h2Count": 15,
  "questionH2s": [],
  "hasFaq": false,
  "score": 50,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Explanatory content depth

GEO: Explanatory content depth scored 75/100 and needs improvement.

2 Warning

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

No substantial explanatory paragraphs were found.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Explanatory content depth

Score

75/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Explanatory content depth scored 75/100 and needs improvement.

Evidence
{
  "candidatePassages": 1,
  "citablePassages": 0,
  "failingCandidateParagraphs": [],
  "citableParagraphs": [],
  "score": 75,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Entity clarity

GEO: Entity clarity scored 85/100 and needs improvement.

2 Warning

Needs attention

GEO: Entity clarity

Warning
01

Issue

Title/H1 terms missing from description: monday, com, lead, act.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Entity clarity

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Entity clarity scored 85/100 and needs improvement.

Evidence
{
  "title": "The AI Work Platform for People & Agents | monday.com",
  "h1": "You lead. Agents act.",
  "description": "Get more work done with AI agents that work side by side with your people. Execute, manage, and operate together on one AI work platform to drive business results.",
  "topicOverlap": 0.5,
  "topicTerms": [
    "work",
    "platform",
    "people",
    "agents",
    "monday",
    "com",
    "lead",
    "act"
  ],
  "descriptionTerms": [
    "get",
    "more",
    "work",
    "done",
    "agents",
    "side",
    "people",
    "execute",
    "manage",
    "operate",
    "together",
    "one",
    "platform",
    "drive",
    "business",
    "results"
  ],
  "missingFromDescription": [
    "monday",
    "com",
    "lead",
    "act"
  ],
  "score": 85,
  "weight": 28
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Extraction-friendly structure

GEO: Extraction-friendly structure scored 85/100 and needs improvement.

2 Warning

Needs attention

GEO: Extraction-friendly structure

Warning
01

Issue

Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Extraction-friendly structure

Score

85/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Extraction-friendly structure scored 85/100 and needs improvement.

Evidence
{
  "hasSummary": false,
  "tableCount": 0,
  "tablesWithHead": 0,
  "tablesMissingThead": [],
  "orderedLists": 0,
  "hasFaq": false,
  "definitionPatterns": 16,
  "schemaBlocks": 1,
  "missingSignals": [
    "optional top summary / TL;DR / key takeaways block",
    "table with <thead> only if the page already has tabular/comparative data",
    "ordered list only if the page explains a workflow/process",
    "optional visible FAQ or FAQPage schema"
  ],
  "score": 85,
  "weight": 24
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Answer block readiness

AIO: Answer block readiness scored 65/100 and needs improvement.

2 Warning

Needs attention

AIO: Answer block readiness

Warning
01

Issue

17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Answer block readiness

Score

65/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Answer block readiness scored 65/100 and needs improvement.

Evidence
{
  "sectionCount": 17,
  "passing": 0,
  "failing": [
    {
      "heading": "Meet your new teammates",
      "headingHtml": "<h2 class=\"hor-scroll-mega-text\">Meet your new teammates</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get more done with agents and people working side by side",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-collab\">Get more done with agents and people working side by side</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Get more done with agents and people",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-collab m_padding-global\">Get more done with agents and people</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "An agent for every use case",
      "headingHtml": "<h2 class=\"hp-agents_h2-3 is-use-case\">An agent for every use case</h2>",
      "firstParagraph": "Surface deep intelligence and actionable insights from any subject.",
      "paragraphHtml": "<p data-acc-par class=\"apl-acc-par\">Surface deep intelligence and actionable insights from any subject.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "An agent for every use case",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-mb\">An agent for every use&#xa0;case</h2>",
      "firstParagraph": "Surface deep intelligence and actionable insights from any subject.",
      "paragraphHtml": "<p data-acc-par class=\"apl-acc-par-mb\">Surface deep intelligence and actionable insights from any subject.</p>",
      "words": 9,
      "direct": false,
      "issue": "First paragraph is 9 words and does not look like a concise direct answer."
    },
    {
      "heading": "Work in context",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-work-in-context\">Work in context</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Consider yourself limitless",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Consider yourself limitless",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Bring your own agent",
      "headingHtml": "<h3 class=\"hp-agents_h3 is-limitless\">Bring your own agent</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Use your favorite AI tools",
      "headingHtml": "<h3 class=\"hp-agents_h3 is-limitless\">Use your favorite AI tools</h3>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Let work flow",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Let work flow",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Full control",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-full-control\">Full control</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Gain full control",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-full-control\">Gain full control</h2>",
      "firstParagraph": "Track every agent action across your organization with a real-time log of what was done and when.",
      "paragraphHtml": "<p class=\"control-acc-par\">Track every agent action across your organization with a real-time log of what was done and when.</p>",
      "words": 17,
      "direct": false,
      "issue": "First paragraph is 17 words and does not look like a concise direct answer."
    },
    {
      "heading": "Our customers achieve more",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-customers\">Our customers achieve more</h2>",
      "firstParagraph": "We replaced a 15-minute screening call with an AI agent that does it in 5 minutes.",
      "paragraphHtml": "<p class=\"hp-agents_splide-par\">We replaced a 15-minute screening call with <span class=\"pinkish-span\">an AI agent</span> that does it <span class=\"pinkish-span\">in 5 minutes.</span></p>",
      "words": 16,
      "direct": false,
      "issue": "First paragraph is 16 words and does not look like a concise direct answer."
    },
    {
      "heading": "Trusted by enterprises. Recognized by industry leaders.",
      "headingHtml": "<h2 class=\"hp-agents_h2 is-trust\">Trusted by enterprises. Recognized by industry leaders.</h2>",
      "firstParagraph": "",
      "paragraphHtml": "",
      "words": 0,
      "direct": false,
      "issue": "No paragraph follows this heading."
    },
    {
      "heading": "Enterprise-grade security",
      "headingHtml": "<h2 class=\"heading-style-h3 for-hp-ent\">Enterprise-grade security </h2>",
      "firstParagraph": "Enterprise-grade AI infrastructure with built-in protection and security, data privacy, governance, permissions, and compliance.",
      "paragraphHtml": "<p class=\"m_par-16-3 for-trust-sub\">Enterprise-grade AI infrastructure with built-in protection and security, data privacy, governance, permissions, and compliance.</p>",
      "words": 14,
      "direct": false,
      "issue": "First paragraph is 14 words and does not look like a concise direct answer."
    }
  ],
  "score": 65,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Page experience for AIO

AIO: Page experience for AIO scored 80/100 and needs improvement.

1 Warning

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

742 image(s) are missing width/height attributes.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Page experience for AIO

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Page experience for AIO scored 80/100 and needs improvement.

Evidence
{
  "viewportContent": "width=device-width, initial-scale=1",
  "visibleWords": 3596,
  "htmlBytes": 1028411,
  "imagesMissingDimensions": [
    {
      "src": "https://cdn.prod.website-files.com/64d0dd4b31aeec4c6cd8e685/64d0dd4b31aeec4c6cd8e6f4_monday.com.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/64d0dd4b31aeec4c6cd8e685/64d0dd4b31aeec4c6cd8e6f4_monday.com.png\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10593e3b8c197d02db_header-agent-image-pmo.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10593e3b8c197d02db_header-agent-image-pmo.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a109bc818e983aff293_header-agent-image-marketing.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a109bc818e983aff293_header-agent-image-marketing.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103862b1faf5d65b2d_header-agent-image-operations.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103862b1faf5d65b2d_header-agent-image-operations.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10c168cfc39a76cdc9_header-agent-image-hr.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10c168cfc39a76cdc9_header-agent-image-hr.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a101b4845cb1d09f7f0_header-agent-image-product.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a101b4845cb1d09f7f0_header-agent-image-product.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a101a40941cd8768f10_header-agent-image-legal.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a101a40941cd8768f10_header-agent-image-legal.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103dc524a6a1197c87_header-agent-image-sales.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103dc524a6a1197c87_header-agent-image-sales.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69427df653b813bd7e05a1e2_magic.svg",
      "width": "48",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"48\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69427df653b813bd7e05a1e2_magic.svg\" class=\"m_dt-nav-link-icon-parent-2 is-product\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69888013661834b1b741b93c_Group%202147203975.png",
      "width": "48",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"48\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69888013661834b1b741b93c_Group%202147203975.png\" class=\"m_dt-nav-link-icon-parent is-product is-48\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6988803c1845db03c7020e57_Group%202147203976%20(6).png",
      "width": "48",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"48\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6988803c1845db03c7020e57_Group%202147203976%20(6).png\" class=\"m_dt-nav-link-icon-parent is-product is-48\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69427eb28fa55f9b2f757019_Frame%202095585938.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69427eb28fa55f9b2f757019_Frame%202095585938.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6988804f3ca89826781d1f8c_Group%202147203977%20(1).png",
      "width": "48",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"48\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6988804f3ca89826781d1f8c_Group%202147203977%20(1).png\" class=\"m_dt-nav-link-icon-parent is-product is-48\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69889167ae0a8bee880efceb_Frame%202147239110%20(2).avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69889167ae0a8bee880efceb_Frame%202147239110%20(2).avif\" alt sizes=\"(max-width: 2240px) 100vw, 2240px, 100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69889167ae0a8bee880efceb_Frame%202147239110%20(2)-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69889167ae0a8bee880efceb_Frame%202147239110%20(2)-p-800.avif 800w, https://cdn.prod.website-files.com/656da6..."
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/remote_mondaycom_static/uploads/Yotam_Ron/switcher-icon-hp.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"switcher icon hp\" class src=\"https://dapulse-res.cloudinary.com/image/upload/remote_mondaycom_static/uploads/Yotam_Ron/switcher-icon-hp.png\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/WM.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Work Management\" class src=\"https://dapulse-res.cloudinary.com/image/upload/WM.svg\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/CRM.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"CRM\" class src=\"https://dapulse-res.cloudinary.com/image/upload/CRM.svg\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/DEV.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Dev\" class src=\"https://dapulse-res.cloudinary.com/image/upload/DEV.svg\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/v1762685395/Switcher%20icons/campaigns.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Campaigns\" class src=\"https://dapulse-res.cloudinary.com/image/upload/v1762685395/Switcher%20icons/campaigns.svg\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/SVC.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Service\" class src=\"https://dapulse-res.cloudinary.com/image/upload/SVC.svg\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69918660a385e4d6c085d475_sidekick.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69918660a385e4d6c085d475_sidekick.svg\" loading=\"lazy\" alt class=\"switcher-product-icon w-variant-a27f62ed-9b8f-eff0-b81e-2ebbb5e2f636\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/699187f705cdd91a01663ab0_Vibe.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/699187f705cdd91a01663ab0_Vibe.svg\" loading=\"lazy\" alt class=\"switcher-product-icon w-variant-a27f62ed-9b8f-eff0-b81e-2ebbb5e2f636\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/699187a06c481fe6e73f8cf6_Agents.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/699187a06c481fe6e73f8cf6_Agents.svg\" loading=\"lazy\" alt class=\"switcher-product-icon w-variant-a27f62ed-9b8f-eff0-b81e-2ebbb5e2f636\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/v1762685569/Switcher%20icons/workcanvas.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"WorkCanvas\" class src=\"https://dapulse-res.cloudinary.com/image/upload/v1762685569/Switcher%20icons/workcanvas.svg\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec3_monday.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec3_monday.com.avif\" loading=\"lazy\" alt=\"monday.com logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10593e3b8c197d02db_header-agent-image-pmo.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10593e3b8c197d02db_header-agent-image-pmo.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a109bc818e983aff293_header-agent-image-marketing.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a109bc818e983aff293_header-agent-image-marketing.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103862b1faf5d65b2d_header-agent-image-operations.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103862b1faf5d65b2d_header-agent-image-operations.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a1056848ebc67e90d57_header-agent-image-it.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10c168cfc39a76cdc9_header-agent-image-hr.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a10c168cfc39a76cdc9_header-agent-image-hr.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103dc524a6a1197c87_header-agent-image-sales.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f88a103dc524a6a1197c87_header-agent-image-sales.avif\" loading=\"lazy\" alt class=\"m_dt-nav-link-icon-parent is-agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec9_appstore.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec9_appstore.svg\" loading=\"lazy\" alt class=\"appstore-badge-img\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/mobile_menu/Monday.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"Monday\" class=\"jsx-4212101279\" src=\"https://dapulse-res.cloudinary.com/image/upload/mobile_menu/Monday.png\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg\" loading=\"lazy\" alt=\"Check - Elements Webflow Library - BRIX Templates\" class=\"hero-tab-link-cm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg\" loading=\"lazy\" alt=\"Check - Elements Webflow Library - BRIX Templates\" class=\"hero-tab-link-cm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg\" loading=\"lazy\" alt=\"Check - Elements Webflow Library - BRIX Templates\" class=\"hero-tab-link-cm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg\" loading=\"lazy\" alt=\"Check - Elements Webflow Library - BRIX Templates\" class=\"hero-tab-link-cm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg\" loading=\"lazy\" alt=\"Check - Elements Webflow Library - BRIX Templates\" class=\"hero-tab-link-cm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg\" loading=\"lazy\" alt=\"Check - Elements Webflow Library - BRIX Templates\" class=\"hero-tab-link-cm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65aa60c69355d08ed4ddf3b6_check-icon-brix-templates.svg\" loading=\"lazy\" alt=\"Check - Elements Webflow Library - BRIX Templates\" class=\"hero-tab-link-cm\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-it.avif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-it.avif\" class=\"hp-tab-hero-img\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-product.avif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-product.avif\" class=\"hp-tab-hero-img\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-sales.avif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-sales.avif\" class=\"hp-tab-hero-img\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-hr.avif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-hr.avif\" class=\"hp-tab-hero-img\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-marketing.avif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-marketing.avif\" class=\"hp-tab-hero-img hide\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-create.avif",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/hp-020626/hp-hero-tab-create.avif\" class=\"hp-tab-hero-img\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg\" loading=\"lazy\" alt class=\"fw1_hero-logo is-sm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg\" loading=\"lazy\" alt class=\"fw1_hero-logo is-sm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg\" loading=\"lazy\" alt class=\"fw1_hero-logo is-sm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/677511ceca5c05eb2f489d80_Google__G__logo%201.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/677511ceca5c05eb2f489d80_Google__G__logo%201.svg\" alt=\"Google logo icon\" class=\"google_connect-logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/675add99c1372ff6bc4bdb50_arrow-right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/675add99c1372ff6bc4bdb50_arrow-right.svg\" alt=\"right white arrow\" class=\"m_button-arrow\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c858_dependencies-bottlenecks.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c858_dependencies-bottlenecks.avif\" loading=\"lazy\" alt=\"Project dependencies and bottlenecks map showing tasks, milestones, and critical path with linked nodes and avatars.\" class=\"v4-ani-board-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c815_Frame%202147240454.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c815_Frame%25202147240454-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c815_Frame%25202147240454-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c815_Frame%202147240454.png 1068w\" alt=\"Kanban board showing Sprint Management tasks in columns: Ready to start, In progress, Waiting, and Done.\"..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability.avif 1068w\" alt=\"Q1 Campaigns dashboard with social and out-of-home campaign statuses, priorities, and markets shown.\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability.avif\" loading=\"lazy\"..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c846_deals-pipeline.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c846_deals-pipeline-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c846_deals-pipeline.avif 1068w\" alt=\"Deals pipeline Kanban board with columns for New, Meeting, Proposal, and Won stages showing company deals and values.\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c846_deals-pipeline.avif\" loadin..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c84c_budget-vibes-dashboard.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c84c_budget-vibes-dashboard-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c84c_budget-vibes-dashboard.avif 1068w\" alt=\"Dashboard showing finances thriving with savings, spending trend, user ranking, and budget remaining details.\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c84c_budget-vibes-dashbo..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c81b_Frame%202147240461.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c81b_Frame%25202147240461-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c81b_Frame%25202147240461-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c81b_Frame%202147240461.png 1068w\" alt=\"Project dashboard showing Annual Conference timeline, task progress bars, and team agents on left panel.\"..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f201903128dac7df4a883d_hero-vibe-board-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f201903128dac7df4a883d_hero-vibe-board-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f201903128dac7df4a883d_hero-vibe-board-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f201903128dac7df4a883d_hero-vibe-board-3.avif 1602w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f201903128dac7df4a883d_hero-vibe-board-3.avi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf1e3a90c211c06c870_Portfolio.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf1e3a90c211c06c870_Portfolio-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf1e3a90c211c06c870_Portfolio.avif 1068w\" alt=\"Portfolio dashboard showing projects, owners, health status, progress bars, and priority levels.\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf1e3a90c211c06c870_Portfolio.avif\" loading=\"lazy\" class=\"v4-ani-board-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c840_marketing-performance.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c840_marketing-performance-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c840_marketing-performance.avif 1068w\" alt=\"Dashboard greeting Alex showing 362 agent tasks last night with sales updates and team avatars.\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c840_marketing-performance.avif\" loading..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c852_work-focus-dashboard.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c852_work-focus-dashboard-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c852_work-focus-dashboard.avif 1068w\" alt=\"Work focus dashboard showing timer at 13:41 for new client web design with tasks and project progress.\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c852_work-focus-dashboard.avif\" loa..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability.avif 1068w\" alt=\"Q1 Campaigns dashboard with social and out-of-home campaign statuses, priorities, and markets shown.\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c85e_team-availability.avif\" loading=\"lazy\"..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg\" loading=\"lazy\" alt class=\"fw1_hero-logo is-sm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fc_logo-white-canva.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fa_logo-white-cc.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c812_logo-white-vistra.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c811_logo-white-universal.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c810_logo-white-holt.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7fb_logo-white-lionsgate.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ebf0e3a90c211c06c7f9_logo-white-carrefour.svg\" alt class=\"fw1_hero-logo inverted\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6887c74c65ff1082aef1f4da_logo-height-vml.svg\" loading=\"lazy\" alt class=\"fw1_hero-logo is-sm\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabe_agent-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabe_agent-image-1.png\" loading=\"lazy\" alt class=\"mega-marquee-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbaba_agent-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbaba_agent-image-2.png\" loading=\"lazy\" alt class=\"mega-marquee-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac2_agent-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac2_agent-image-3.png\" loading=\"lazy\" alt class=\"mega-marquee-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac4_agent-image-4.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac4_agent-image-4.png\" loading=\"lazy\" alt class=\"mega-marquee-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabc_agent-image-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabc_agent-image-5.png\" loading=\"lazy\" alt class=\"mega-marquee-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac0_agent-image-6.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac0_agent-image-6.png\" loading=\"lazy\" alt class=\"mega-marquee-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabe_agent-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabe_agent-image-1.png\" alt class=\"hp-agents-tm-mb_image is-1\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, -60vh) rotate(-5deg);\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabc_agent-image-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbabc_agent-image-5.png\" alt class=\"hp-agents-tm-mb_image is-2\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, -165vh) rotate(5deg);\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbaba_agent-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbaba_agent-image-2.png\" alt class=\"hp-agents-tm-mb_image is-3\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, -85vh) rotate(-10deg);\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac4_agent-image-4.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac4_agent-image-4.png\" alt class=\"hp-agents-tm-mb_image is-4\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, -110vh) rotate(15deg);\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac2_agent-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac2_agent-image-3.png\" alt class=\"hp-agents-tm-mb_image is-5\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, -190vh) rotate(8deg);\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac0_agent-image-6.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f56eebe81c2f578fbac0_agent-image-6.png\" alt class=\"hp-agents-tm-mb_image is-6\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, -140vh) rotate(-12deg);\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon is-prev\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif 2658w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif 2658w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif 2658w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif 2658w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0c71d982d1fc016de_pmo-agent-1.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1728216689924ffc5_pmo-tab-image-1.avif 2658w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f088c043f26e86bbb3_pmo-agent-2.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f1444f0e9cf386b9f5_pmo-tab-image-2.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f0a656d84a3f0a8531_pmo-agent-3.avif\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f7f14381cfa1305ef270_pmo-tab-image-3.avif 2583w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon is-prev\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaaceb831e555c748d9_marketing-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad52b6244c225fe3da_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faaada6c7657148bfa5c_marketing-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faada7e84de2060baca0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faabe1433ca0460105c2_marketing-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1faad3095defacdff0ee0_marketing-t..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon is-prev\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif 2658w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif 2658w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif 2658w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif 2658w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe7d783b8f41790688_it-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbebd58070882451c45_it-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbec8e5be80f149229c_it-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbeabf908d3040ad58d_it-tab-image-2.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbee136bf052723e0dd_it-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fcbe8b4bce18649ccfc9_it-tab-image-3.avif 2658w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon is-prev\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9139f7d466c5d4de3_product-agent-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda9b505c3d204aa9261_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda830b7c101861fd51d_product-agent-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda93e1beeb3550d633f_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda8a7e84de2060db6a0_product-agent-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1fda94faf954e026f5867_product-tab-image..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon is-prev\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-160..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-160..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-160..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-160..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754448715dfe2364750_sales-agent-image-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21756a8b0267093e8dc31_sales-tab-image-1.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754b1975b23b552884f_sales-agent-image-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21755536e72caa83074dc_sales-tab-image-2.avif..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21754d06e0aa51ddd32e2_sales-agent-image-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217561fb15f3d320bef73_sales-tab-image-3-p-160..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon is-prev\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f319f04a81d680871a33_Move%20Arrow%20Right.svg\" alt class=\"hp-agents_arrow-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif 2658w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif\" loading=\"la..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif 2658w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif\" loading=\"la..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif 2658w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif\" loading=\"la..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif 2658w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif\" loading=\"la..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f166da740919253837_hr-agent-tab-1.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69faeabe9ddf9c3bcfb07d3a_hr-tab-image-1.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f172ec9038b578634d_hr-agent-tab-2.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif 2658w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f34faf954e0276869c_hr-tab-image-2.avif\" loading=\"la..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f1bc809775b32416bb_hr-agent-tab-3.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3-p-1080.avif 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f217f3a4ec52514958120c_hr-tab-image-3.avif 2583w\" alt s..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21a95bbc995a3692506fb_create-agent-image.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f21a95bbc995a3692506fb_create-agent-image.png\" alt class=\"hp-agents-collab_agent-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif\" alt=\"3D character with purple hair and headset above text: 3 emerging trends identified.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif\" alt=\"Stylized woman with large dark hair, orange jacket, headphones, and sunglasses, caption reads &apos;5 top-match vendors found&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif\" alt=\"3D character with sunglasses and pink jacket showing text: 40 pricing changes tracked.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif\" alt=\"3D character with purple hair and headset above text: 3 emerging trends identified.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif\" alt=\"Stylized woman with large dark hair, orange jacket, headphones, and sunglasses, caption reads &apos;5 top-match vendors found&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif\" alt=\"3D character with sunglasses and pink jacket showing text: 40 pricing changes tracked.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif\" alt=\"3D character with purple hair and headset above text: 3 emerging trends identified.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif\" alt=\"Stylized woman with large dark hair, orange jacket, headphones, and sunglasses, caption reads &apos;5 top-match vendors found&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif\" alt=\"3D character with sunglasses and pink jacket showing text: 40 pricing changes tracked.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif\" alt=\"Illustration of a woman with a headset and orange glasses wearing an orange and blue outfit.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif\" alt=\"3D illustration of a person with lilac hair, orange glasses, blue jacket, and headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif\" alt=\"Illustration of a woman with a headset and orange glasses wearing an orange and blue outfit.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif\" alt=\"3D illustration of a person with lilac hair, orange glasses, blue jacket, and headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif\" alt=\"Illustration of a woman with a headset and orange glasses wearing an orange and blue outfit.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif\" alt=\"3D illustration of a person with lilac hair, orange glasses, blue jacket, and headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif\" alt=\"3 off-track goals caught notification with a person in an orange outfit and white headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif\" alt=\"Illustration of a person with large hair and yellow glasses with text overlay: 8 anomalies detected.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif\" alt=\"3 off-track goals caught notification with a person in an orange outfit and white headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif\" alt=\"Illustration of a person with large hair and yellow glasses with text overlay: 8 anomalies detected.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif\" alt=\"3 off-track goals caught notification with a person in an orange outfit and white headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif\" alt=\"Illustration of a person with large hair and yellow glasses with text overlay: 8 anomalies detected.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif\" alt=\"Animated character in blue outfit with white hair and text saying 9 meetings scheduled.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif\" alt=\"Stylized character with orange jacket and yellow glasses, overlay text reads seven action items assigned.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif\" alt=\"Stylized character with red hair and headphones, text: &apos;4 overdue reminders sent.&apos;\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif\" alt=\"Animated character in blue outfit with white hair and text saying 9 meetings scheduled.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif\" alt=\"Stylized character with orange jacket and yellow glasses, overlay text reads seven action items assigned.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif\" alt=\"Stylized character with red hair and headphones, text: &apos;4 overdue reminders sent.&apos;\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif\" alt=\"Animated character in blue outfit with white hair and text saying 9 meetings scheduled.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif\" alt=\"Stylized character with orange jacket and yellow glasses, overlay text reads seven action items assigned.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif\" alt=\"Stylized character with red hair and headphones, text: &apos;4 overdue reminders sent.&apos;\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif\" alt=\"Stylized figure in orange jacket and blue headphones with text: 6 duplicate contacts merged.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif\" alt=\"Animated woman in purple futuristic uniform with headset and goggles, text &apos;3 automations recommended&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif\" alt=\"3D figure in blue and pink outfit with headset and glasses, text says &apos;2 broken automations fixed&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif\" alt=\"Stylized figure in orange jacket and blue headphones with text: 6 duplicate contacts merged.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif\" alt=\"Animated woman in purple futuristic uniform with headset and goggles, text &apos;3 automations recommended&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif\" alt=\"3D figure in blue and pink outfit with headset and glasses, text says &apos;2 broken automations fixed&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif\" alt=\"Stylized figure in orange jacket and blue headphones with text: 6 duplicate contacts merged.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif\" alt=\"Animated woman in purple futuristic uniform with headset and goggles, text &apos;3 automations recommended&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif\" alt=\"3D figure in blue and pink outfit with headset and glasses, text says &apos;2 broken automations fixed&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca3_Create%20Your%20Own%20Agent.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca3_Create%20Your%20Own%20Agent.avif\" alt=\"Line drawing of a futuristic person wearing round glasses and a bulky spacesuit with headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd1_popup-integrations-6.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd1_popup-integrations-6.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations.png 677w\" alt class=\"integ-badge is-create\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif\" alt=\"3D character with purple hair and headset above text: 3 emerging trends identified.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif\" alt=\"Stylized woman with large dark hair, orange jacket, headphones, and sunglasses, caption reads &apos;5 top-match vendors found&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif\" alt=\"3D character with sunglasses and pink jacket showing text: 40 pricing changes tracked.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif\" alt=\"3D character with purple hair and headset above text: 3 emerging trends identified.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif\" alt=\"Stylized woman with large dark hair, orange jacket, headphones, and sunglasses, caption reads &apos;5 top-match vendors found&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif\" alt=\"3D character with sunglasses and pink jacket showing text: 40 pricing changes tracked.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc83_Market%20Analyzer.avif\" alt=\"3D character with purple hair and headset above text: 3 emerging trends identified.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc93_Vendor%20Scout.avif\" alt=\"Stylized woman with large dark hair, orange jacket, headphones, and sunglasses, caption reads &apos;5 top-match vendors found&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb0_Research%20Agents.avif\" alt=\"3D character with sunglasses and pink jacket showing text: 40 pricing changes tracked.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif\" alt=\"Illustration of a woman with a headset and orange glasses wearing an orange and blue outfit.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif\" alt=\"3D illustration of a person with lilac hair, orange glasses, blue jacket, and headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif\" alt=\"Illustration of a woman with a headset and orange glasses wearing an orange and blue outfit.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif\" alt=\"3D illustration of a person with lilac hair, orange glasses, blue jacket, and headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb8_Reporting%20Agents.avif\" alt=\"Illustration of a woman with a headset and orange glasses wearing an orange and blue outfit.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc9_popup-integrations-2.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc97_Executive%20Digest.avif\" alt=\"3D illustration of a person with lilac hair, orange glasses, blue jacket, and headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif\" alt=\"3 off-track goals caught notification with a person in an orange outfit and white headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif\" alt=\"Illustration of a person with large hair and yellow glasses with text overlay: 8 anomalies detected.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif\" alt=\"3 off-track goals caught notification with a person in an orange outfit and white headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif\" alt=\"Illustration of a person with large hair and yellow glasses with text overlay: 8 anomalies detected.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8f_Goal%20Tracker.avif\" alt=\"3 off-track goals caught notification with a person in an orange outfit and white headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbc_Status%20Reporter.avif\" alt=\"Character with headset and glasses wearing blue and yellow jacket with text 12 weekly reports delivered.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9f_Anomaly%20Detector.avif\" alt=\"Illustration of a person with large hair and yellow glasses with text overlay: 8 anomalies detected.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif\" alt=\"Animated character in blue outfit with white hair and text saying 9 meetings scheduled.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif\" alt=\"Stylized character with orange jacket and yellow glasses, overlay text reads seven action items assigned.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif\" alt=\"Stylized character with red hair and headphones, text: &apos;4 overdue reminders sent.&apos;\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif\" alt=\"Animated character in blue outfit with white hair and text saying 9 meetings scheduled.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif\" alt=\"Stylized character with orange jacket and yellow glasses, overlay text reads seven action items assigned.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif\" alt=\"Stylized character with red hair and headphones, text: &apos;4 overdue reminders sent.&apos;\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca8_Meeting%20Assistants.avif\" alt=\"Animated character in blue outfit with white hair and text saying 9 meetings scheduled.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd3_popup-integrations-1.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccb4_Transcript%20Summarizer.avif\" alt=\"Stylized character with orange jacket and yellow glasses, overlay text reads seven action items assigned.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc9b_Follow-Up%20Tracker.avif\" alt=\"Stylized character with red hair and headphones, text: &apos;4 overdue reminders sent.&apos;\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif\" alt=\"Stylized figure in orange jacket and blue headphones with text: 6 duplicate contacts merged.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif\" alt=\"Animated woman in purple futuristic uniform with headset and goggles, text &apos;3 automations recommended&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif\" alt=\"3D figure in blue and pink outfit with headset and glasses, text says &apos;2 broken automations fixed&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif\" alt=\"Stylized figure in orange jacket and blue headphones with text: 6 duplicate contacts merged.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif\" alt=\"Animated woman in purple futuristic uniform with headset and goggles, text &apos;3 automations recommended&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif\" alt=\"3D figure in blue and pink outfit with headset and glasses, text says &apos;2 broken automations fixed&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc87_Duplicates%20Finder.avif\" alt=\"Stylized figure in orange jacket and blue headphones with text: 6 duplicate contacts merged.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cc8b_Process%20Automator.avif\" alt=\"Animated woman in purple futuristic uniform with headset and goggles, text &apos;3 automations recommended&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccac_Drift%20Detector.avif\" alt=\"3D figure in blue and pink outfit with headset and glasses, text says &apos;2 broken automations fixed&apos;.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img data-plus loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca6_hp-agents-plus.svg\" class=\"acc-plus-mb\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca3_Create%20Your%20Own%20Agent.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cca3_Create%20Your%20Own%20Agent.avif\" alt=\"Line drawing of a futuristic person wearing round glasses and a bulky spacesuit with headphones.\" class=\"agents-slide-card-image\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc5_popup-integrations-11.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc1_popup-integrations-10.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd5_popup-integrations-8.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccb_popup-integrations-9.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc3_popup-integrations-7.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd1_popup-integrations-6.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccd1_popup-integrations-6.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccf_popup-integrations-5.png\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5cccd_popup-integrations-4.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccbf_popup-integrations-3.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1ec67e45f069c1fb5ccc7_frame.avif\" loading=\"lazy\" alt class=\"integ-badge\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f223e188edd78c1c44e228_integrations.png 677w\" alt class=\"integ-badge is-create\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceff_floating-image-1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceff_floating-image-1-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceff_floating-image-1-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceff_floating-image-1-p-1080.png 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceff_floating-image-1.png 1444w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cee3_floating-image-2.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"hp-agents-context_floating-item is-2\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cee3_floating-image-2.png\" data-gsap-role=\"context-item\" alt sizes=\"100vw\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cee3_floating-image-2-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cee3_floating-image-2-p-800.png 800w, https://cdn.prod.website-fil..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef1_floating-image-3.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef1_floating-image-3-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef1_floating-image-3-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef1_floating-image-3-p-1080.png 1080w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef1_floating-image-3.png 1168w\" a..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceea_floating-image-4.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceea_floating-image-4-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceea_floating-image-4-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceea_floating-image-4.png 1080w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ceea_floating-image-4.png\" loadi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cedc_floating-image-5.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"hp-agents-context_floating-item is-5\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cedc_floating-image-5.png\" data-gsap-role=\"context-item\" alt sizes=\"100vw\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cedc_floating-image-5-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cedc_floating-image-5-p-800.png 800w, https://cdn.prod.website-fil..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef8_floating-6.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img class=\"hp-agents-context_floating-item is-6\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef8_floating-6.png\" data-gsap-role=\"context-item\" alt sizes=\"100vw\" loading=\"lazy\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef8_floating-6-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35cef8_floating-6-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea30..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ced6_floating-image-7.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ced6_floating-image-7-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ced6_floating-image-7-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ced6_floating-image-7.png 1080w\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f22cafd828264e35ced6_floating-image-7.png\" loadi..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-6\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg\" alt class=\"hp-agents-limitless_ai-logo is-header is-6\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a687_monday-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a687_monday-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-monday is-first\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-1\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-3\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-4\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-5\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a690_plus-icon-circle.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a699_gemini-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a686_copilot-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69a_perplexity-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a69b_chatgpt-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a685_claude-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a687_monday-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1f07236c38c800a45a687_monday-logo.svg\" alt class=\"hp-agents-limitless_ai-logo is-card is-monday is-second\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc7_created-ticket-image.svg",
      "width": "380",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"380\" loading=\"lazy\" alt src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc7_created-ticket-image.svg\" class=\"hp-agents-workflows_image is-ticket-created\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc6_check-ticket-image.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc6_check-ticket-image.svg\" alt class=\"hp-agents-workflows_image is-check-ticket\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd9_yes-button.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd9_yes-button.svg\" alt class=\"hp-agents-workflows_image is-yes\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfcc_notify%20escalation%20team.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfcc_notify%20escalation%20team.svg\" alt class=\"hp-agents-workflows_image is-notify-yes\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfcd_slack.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfcd_slack.svg\" alt class=\"hp-agents-workflows_image is-slack\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd3_escalation-caller-agent-gradient.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd3_escalation-caller-agent-gradient.svg\" alt class=\"hp-agents-workflows_image is-gradient\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd8_escalation-caller-agent.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd8_escalation-caller-agent.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd4_escalation-caller-agent-icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd4_escalation-caller-agent-icon.png\" alt class=\"hp-agents-workflows_ticket-agent\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd6_workflows-bottom-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd6_workflows-bottom-plus.svg\" alt class=\"hp-agents-workflows_image is-bottom-svg\" style=\"translate: none; rotate: none; scale: none; transform: translate3d(0px, -1.4845px, 0px) scale(1.0037, 1.0037); opacity: 1.0742;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc8_no.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc8_no.svg\" alt class=\"hp-agents-workflows_image is-no\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc9_notify%20on%20call%20team.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfc9_notify%20on%20call%20team.svg\" alt class=\"hp-agents-workflows_image is-notify-no\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd2_gmail.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd2_gmail.svg\" alt class=\"hp-agents-workflows_image is-gmail\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd0_ticket-resolver-agent-icon.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd0_ticket-resolver-agent-icon.png\" alt class=\"hp-agents-workflows_ticket-agent\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd7_ticket-resolver-agent.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd7_ticket-resolver-agent.svg\" alt>"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd6_workflows-bottom-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f1edea86495efae954dfd6_workflows-bottom-plus.svg\" alt class=\"hp-agents-workflows_image is-bottom-svg\" style=\"translate: none; rotate: none; scale: none; transform: translate3d(0px, -1.4845px, 0px) scale(1.0037, 1.0037); opacity: 1.0742;\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg\" loading=\"lazy\" alt class=\"control-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg\" loading=\"lazy\" alt class=\"control-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg\" loading=\"lazy\" alt class=\"control-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg\" loading=\"lazy\" alt class=\"control-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg\" loading=\"lazy\" alt class=\"control-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a0990aded6e058ad7c00f85_hp-control-plus.svg\" loading=\"lazy\" alt class=\"control-plus\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg\" alt class=\"hp-agents_arrow-icon is-prev\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/66f7bd314e0406042717dcd8_carousel-arrow-next.svg\" alt class=\"hp-agents_arrow-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6a046b460c7b44dca7b526dd_trust-badges.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a046b460c7b44dca7b526dd_trust-badges.png\" loading=\"lazy\" sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6a046b460c7b44dca7b526dd_trust-badges-p-500.png 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6a046b460c7b44dca7b526dd_trust-badges-p-800.png 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/6a046b460c7b44dca7b526dd_trust-badges-p-1080.png 1080w, htt..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c812b47e2c6520f86855_gdpr-logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c812b47e2c6520f86855_gdpr-logo.png\" loading=\"lazy\" alt=\"gdpr logo\" class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c8121da431cca6be60fb_aicpa-soc2-logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c8121da431cca6be60fb_aicpa-soc2-logo.png\" loading=\"lazy\" alt=\"aicpa soc2 logo\" class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/68f62a0bd0c61c457518cca2_iso.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/68f62a0bd0c61c457518cca2_iso.png\" loading=\"lazy\" alt class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c78c0f507978af960894_hipa-logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c78c0f507978af960894_hipa-logo.png\" loading=\"lazy\" alt=\"hipaa logo\" class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c812b47e2c6520f86855_gdpr-logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c812b47e2c6520f86855_gdpr-logo.png\" loading=\"lazy\" alt=\"gdpr logo\" class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c8121da431cca6be60fb_aicpa-soc2-logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c8121da431cca6be60fb_aicpa-soc2-logo.png\" loading=\"lazy\" alt=\"aicpa soc2 logo\" class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/68f62a0bd0c61c457518cca2_iso.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/68f62a0bd0c61c457518cca2_iso.png\" loading=\"lazy\" alt class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c78c0f507978af960894_hipa-logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c78c0f507978af960894_hipa-logo.png\" loading=\"lazy\" alt=\"hipaa logo\" class=\"plat-trust-card-badge-2\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c6b92cbac229556cbcd3_gartner-logo-black.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c6b92cbac229556cbcd3_gartner-logo-black.svg\" loading=\"lazy\" alt=\"Gartner Logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c71959bd3f91bc37f3f6_forrester-logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6909c71959bd3f91bc37f3f6_forrester-logo.svg\" loading=\"lazy\" alt=\"forrester logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif 1392w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae0..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif 1444w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif\" class=\"mega-marquee-image is-closure\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif 1392w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae0..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif 1444w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif\" class=\"mega-marquee-image is-closure\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif 1392w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae0..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif 1444w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif\" class=\"mega-marquee-image is-closure\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1-p-800.avif 800w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae033013e5a64a_closure-avatars-image-1.avif 1392w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33ba14bae0..."
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img sizes=\"100vw\" srcset=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png-p-500.avif 500w, https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif 1444w\" alt loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/69f33bed3576d36c224e9708_closure-avatars-image-2png.avif\" class=\"mega-marquee-image is-closure\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4483_monday.com.webp",
      "width": "107",
      "height": "",
      "loading": "lazy",
      "html": "<img width=\"107\" loading=\"lazy\" alt=\"monday.com logo\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4483_monday.com.webp\" class=\"dt-footer-logo\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/product%20logos/agents_footer.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/product%20logos/agents_footer.svg\" alt=\"monday vibe logo\" class=\"footer-product-icon\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/product%20logos/sidekick_footer.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/product%20logos/sidekick_footer.svg\" alt=\"monday sidekick logo\" class=\"footer-product-icon\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/product%20logos/vibe_footer.svg",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/product%20logos/vibe_footer.svg\" alt=\"monday vibe logo\" class=\"footer-product-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab46e3eb7d10d106048a_CRM_Symbol.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab46e3eb7d10d106048a_CRM_Symbol.svg\" alt class=\"footer-product-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6827aa82ed04cf73eed78f9e_SVC_Symbol.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6827aa82ed04cf73eed78f9e_SVC_Symbol.svg\" alt class=\"footer-product-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab2aea46b8d3ee1f3ce4_DEV_Symbol.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab2aea46b8d3ee1f3ce4_DEV_Symbol.svg\" alt class=\"footer-product-icon\">"
    },
    {
      "src": "https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Home%20Page%20-%202022%20Rebrand/footer/workcanvas_icon_footer.png",
      "width": "",
      "height": "",
      "loading": "",
      "html": "<img alt=\"workcanvas icon footer\" class src=\"https://dapulse-res.cloudinary.com/image/upload/Generator_featured%20images/Home%20Page%20-%202022%20Rebrand/footer/workcanvas_icon_footer.png\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4479_workforms_icon_footer.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb4479_workforms_icon_footer.svg\" alt class=\"product-icons\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/6318588b0036387847c21c9a/632b459adca58ef19316e143_gdpr-logo.png",
      "width": "",
      "height": "Auto",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" height=\"Auto\" alt=\"GDPR compliance logo\" src=\"https://cdn.prod.website-files.com/6318588b0036387847c21c9a/632b459adca58ef19316e143_gdpr-logo.png\" class=\"m_footer-compliance-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447c_iso-logo1.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447c_iso-logo1.png\" alt class=\"m_footer-compliance-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447a_soc-logo.webp",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447a_soc-logo.webp\" alt class=\"m_footer-compliance-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447e_hipaa-logo.png",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img loading=\"lazy\" src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/65829074fc3601290cdb447e_hipaa-logo.png\" alt class=\"m_footer-compliance-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec3_monday.com.avif",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/658290685ff5e03443593ec3_monday.com.avif\" loading=\"lazy\" alt=\"monday.com logo\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab54688e3dd2d5bca021_WM_Symbol.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab54688e3dd2d5bca021_WM_Symbol.svg\" loading=\"lazy\" alt class=\"footer-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab46e3eb7d10d106048a_CRM_Symbol.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab46e3eb7d10d106048a_CRM_Symbol.svg\" loading=\"lazy\" alt class=\"footer-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/690735b4354cf7990ff6f515_camp%20logo.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/690735b4354cf7990ff6f515_camp%20logo.svg\" loading=\"lazy\" alt class=\"footer-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab2aea46b8d3ee1f3ce4_DEV_Symbol.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6827ab2aea46b8d3ee1f3ce4_DEV_Symbol.svg\" loading=\"lazy\" alt class=\"footer-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/6827aa82ed04cf73eed78f9e_SVC_Symbol.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/6827aa82ed04cf73eed78f9e_SVC_Symbol.svg\" loading=\"lazy\" alt class=\"footer-link-icon\">"
    },
    {
      "src": "https://cdn.prod.website-files.com/656da6fea306219773d04208/680793b5784dff59f274e76d_icon-ai.svg",
      "width": "",
      "height": "",
      "loading": "lazy",
      "html": "<img src=\"https://cdn.prod.website-files.com/656da6fea306219773d04208/680793b5784dff59f274e76d_icon-ai.svg\" loading=\"lazy\" alt class=\"mb-menu-ai-icon-small\">"
    }
  ],
  "possibleDialogs": [],
  "score": 80,
  "weight": 10
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Visible structured data match

AIO: Visible structured data match scored 89/100 and needs improvement.

1 Warning

Needs attention

AIO: Visible structured data match

Warning
01

Issue

2 structured-data value(s) were not found in visible page text.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Visible structured data match

Score

89/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Visible structured data match scored 89/100 and needs improvement.

Evidence
{
  "schemaCount": 5,
  "checkedFields": [
    {
      "path": "$[0].@graph[0].name",
      "value": "monday.com"
    },
    {
      "path": "$[0].@graph[1].name",
      "value": "The AI Work Platform for People & Agents | monday.com"
    },
    {
      "path": "$[0].@graph[1].description",
      "value": "Where people and agents drive results together on one secure work platform. Automate workflows, execute tasks 24/7, and drive business results across PMO, marketing, IT, product, sales, and HR."
    },
    {
      "path": "$[0].@graph[2].name",
      "value": "monday.com"
    },
    {
      "path": "$[0].@graph[3].name",
      "value": "monday.com"
    },
    {
      "path": "$[0].@graph[3].alternateName",
      "value": "monday agents"
    },
    {
      "path": "$[0].@graph[3].description",
      "value": "AI work platform where people and AI agents collaborate to drive business results. Includes Work Management, CRM, Dev, Campaigns, and Service — with Agent Factory for building custom agents and monday sidekick as an AI assistant."
    },
    {
      "path": "$[0].@graph[3].offers[0].name",
      "value": "Free Plan"
    },
    {
      "path": "$[0].@graph[3].offers[1].name",
      "value": "Paid Plans"
    },
    {
      "path": "$[1].name",
      "value": "monday.com"
    },
    {
      "path": "$[2].name",
      "value": "The AI Work Platform for People & Agents | monday.com"
    },
    {
      "path": "$[2].description",
      "value": "Where people and agents drive results together on one secure work platform. Automate workflows, execute tasks 24/7, and drive business results across PMO, marketing, IT, product, sales, and HR."
    },
    {
      "path": "$[3].name",
      "value": "monday.com"
    },
    {
      "path": "$[4].name",
      "value": "monday.com"
    },
    {
      "path": "$[4].alternateName",
      "value": "monday agents"
    },
    {
      "path": "$[4].description",
      "value": "AI work platform where people and AI agents collaborate to drive business results. Includes Work Management, CRM, Dev, Campaigns, and Service — with Agent Factory for building custom agents and monday sidekick as an AI assistant."
    },
    {
      "path": "$[4].offers[0].name",
      "value": "Free Plan"
    },
    {
      "path": "$[4].offers[1].name",
      "value": "Paid Plans"
    }
  ],
  "mismatches": [
    {
      "path": "$[0].@graph[3].offers[1].name",
      "value": "Paid Plans"
    },
    {
      "path": "$[4].offers[1].name",
      "value": "Paid Plans"
    }
  ],
  "score": 89,
  "weight": 18
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer intent coverage

AEO: Answer intent coverage scored 70/100 and needs improvement.

1 Warning

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, cost, compare.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Answer intent coverage

Score

70/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Answer intent coverage scored 70/100 and needs improvement.

Evidence
{
  "headings": [
    {
      "text": "Meet your new teammates",
      "html": "<h2 class=\"hor-scroll-mega-text\">Meet your new teammates</h2>"
    },
    {
      "text": "Get more done with agents and people working side by side",
      "html": "<h2 class=\"hp-agents_h2 is-collab\">Get more done with agents and people working side by side</h2>"
    },
    {
      "text": "Get more done with agents and people",
      "html": "<h2 class=\"hp-agents_h2 is-collab m_padding-global\">Get more done with agents and people</h2>"
    },
    {
      "text": "An agent for every use case",
      "html": "<h2 class=\"hp-agents_h2-3 is-use-case\">An agent for every use case</h2>"
    },
    {
      "text": "An agent for every use case",
      "html": "<h2 class=\"hp-agents_h2 is-mb\">An agent for every use&#xa0;case</h2>"
    },
    {
      "text": "Work in context",
      "html": "<h2 class=\"hp-agents_h2 is-work-in-context\">Work in context</h2>"
    },
    {
      "text": "Consider yourself limitless",
      "html": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>"
    },
    {
      "text": "Consider yourself limitless",
      "html": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>"
    },
    {
      "text": "Let work flow",
      "html": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>"
    },
    {
      "text": "Let work flow",
      "html": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>"
    },
    {
      "text": "Full control",
      "html": "<h2 class=\"hp-agents_h2 is-full-control\">Full control</h2>"
    },
    {
      "text": "Gain full control",
      "html": "<h2 class=\"hp-agents_h2 is-full-control\">Gain full control</h2>"
    },
    {
      "text": "Our customers achieve more",
      "html": "<h2 class=\"hp-agents_h2 is-customers\">Our customers achieve more</h2>"
    },
    {
      "text": "Trusted by enterprises. Recognized by industry leaders.",
      "html": "<h2 class=\"hp-agents_h2 is-trust\">Trusted by enterprises. Recognized by industry leaders.</h2>"
    },
    {
      "text": "Enterprise-grade security",
      "html": "<h2 class=\"heading-style-h3 for-hp-ent\">Enterprise-grade security </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is The AI Work Platform for People & Agents?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Work Platform for People & Agents work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The AI Work Platform for People & Agents?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Work Platform for People & Agents free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Work Platform for People & Agents compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is The AI Work Platform for People & Agents?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Work Platform for People & Agents work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Work Platform for People & Agents free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Work Platform for People & Agents compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 8
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 88/100 and needs improvement.

1 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: monday, com, lead, act.

Details

02

Why it matters

Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.

Check name

AEO: Entity and definition clarity

Score

88/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to answer from directly.

Result

AEO: Entity and definition clarity scored 88/100 and needs improvement.

Evidence
{
  "title": "The AI Work Platform for People & Agents | monday.com",
  "h1": "You lead. Agents act.",
  "description": "Get more work done with AI agents that work side by side with your people. Execute, manage, and operate together on one AI work platform to drive business results.",
  "topicOverlap": 0.5,
  "definitionCount": 16,
  "topicTerms": [
    "work",
    "platform",
    "people",
    "agents",
    "monday",
    "com",
    "lead",
    "act"
  ],
  "descriptionTerms": [
    "get",
    "more",
    "work",
    "done",
    "agents",
    "side",
    "people",
    "execute",
    "manage",
    "operate",
    "together",
    "one",
    "platform",
    "drive",
    "business",
    "results"
  ],
  "missingFromDescription": [
    "monday",
    "com",
    "lead",
    "act"
  ],
  "score": 88,
  "weight": 18
}

Agent Ease of UseAPIEmerging recommendation

AI context endpoint

AI context endpoint is informational for this page.

Informational

Needs attention

AI context endpoint

Informational
01

Issue

AI context endpoint is informational for this page.

02

Why it matters

A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.

Check name

AI context endpoint

Score

100/100

Status

informational

Category

API

Maturity

Emerging recommendation

Goal

Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.

Result

AI context endpoint is informational for this page.

Validation steps

  1. Fetch to find resource

    AI context endpoint was not found at the expected path.

Evidence
{
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch to find resource",
      "status": "informational",
      "evidence": {
        "checked": [
          {
            "path": "/api/ai/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 599200
          },
          {
            "path": "/api/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 599200
          },
          {
            "path": "/context",
            "statusCode": 404,
            "contentType": "text/html; charset=utf-8",
            "length": 599940
          }
        ]
      },
      "issue": "AI context endpoint was not found at the expected path.",
      "howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
    }
  ]
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AIO: Query intent coverage

AIO: Query intent coverage is informational for this page.

Informational

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, how, cost, compare.

Details

02

Why it matters

AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.

Check name

AIO: Query intent coverage

Score

70/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content eligible and useful for Google AI Overviews and AI Mode extraction.

Result

AIO: Query intent coverage is informational for this page.

Evidence
{
  "headings": [
    {
      "text": "Meet your new teammates",
      "html": "<h2 class=\"hor-scroll-mega-text\">Meet your new teammates</h2>"
    },
    {
      "text": "Get more done with agents and people working side by side",
      "html": "<h2 class=\"hp-agents_h2 is-collab\">Get more done with agents and people working side by side</h2>"
    },
    {
      "text": "Get more done with agents and people",
      "html": "<h2 class=\"hp-agents_h2 is-collab m_padding-global\">Get more done with agents and people</h2>"
    },
    {
      "text": "An agent for every use case",
      "html": "<h2 class=\"hp-agents_h2-3 is-use-case\">An agent for every use case</h2>"
    },
    {
      "text": "An agent for every use case",
      "html": "<h2 class=\"hp-agents_h2 is-mb\">An agent for every use&#xa0;case</h2>"
    },
    {
      "text": "Work in context",
      "html": "<h2 class=\"hp-agents_h2 is-work-in-context\">Work in context</h2>"
    },
    {
      "text": "Consider yourself limitless",
      "html": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>"
    },
    {
      "text": "Consider yourself limitless",
      "html": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>"
    },
    {
      "text": "Let work flow",
      "html": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>"
    },
    {
      "text": "Let work flow",
      "html": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>"
    },
    {
      "text": "Full control",
      "html": "<h2 class=\"hp-agents_h2 is-full-control\">Full control</h2>"
    },
    {
      "text": "Gain full control",
      "html": "<h2 class=\"hp-agents_h2 is-full-control\">Gain full control</h2>"
    },
    {
      "text": "Our customers achieve more",
      "html": "<h2 class=\"hp-agents_h2 is-customers\">Our customers achieve more</h2>"
    },
    {
      "text": "Trusted by enterprises. Recognized by industry leaders.",
      "html": "<h2 class=\"hp-agents_h2 is-trust\">Trusted by enterprises. Recognized by industry leaders.</h2>"
    },
    {
      "text": "Enterprise-grade security",
      "html": "<h2 class=\"heading-style-h3 for-hp-ent\">Enterprise-grade security </h2>"
    }
  ],
  "expected": [
    {
      "id": "what",
      "label": "What is The AI Work Platform for People & Agents?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Work Platform for People & Agents work?",
      "pattern": {}
    },
    {
      "id": "benefits",
      "label": "Why use The AI Work Platform for People & Agents?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Work Platform for People & Agents free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Work Platform for People & Agents compare with alternatives?",
      "pattern": {}
    }
  ],
  "missing": [
    {
      "id": "what",
      "label": "What is The AI Work Platform for People & Agents?",
      "pattern": {}
    },
    {
      "id": "how",
      "label": "How does The AI Work Platform for People & Agents work?",
      "pattern": {}
    },
    {
      "id": "cost",
      "label": "Is The AI Work Platform for People & Agents free or paid?",
      "pattern": {}
    },
    {
      "id": "compare",
      "label": "How does The AI Work Platform for People & Agents compare with alternatives?",
      "pattern": {}
    }
  ],
  "score": 70,
  "weight": 4
}

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

GEO: Q&A and FAQ opportunities

GEO: Q&A and FAQ opportunities is informational for this page.

Informational

Needs attention

GEO: Q&A and FAQ opportunities

Informational
01

Issue

15 h2 heading(s) are not phrased as questions; this is optional and only useful where Q&A wording is natural. No visible FAQ or FAQPage schema was detected; this is optional unless the page answers common questions.

Details

02

Why it matters

Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.

Check name

GEO: Q&A and FAQ opportunities

Score

75/100

Status

informational

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for AI answer engines to extract, cite, and attribute.

Result

GEO: Q&A and FAQ opportunities is informational for this page.

Evidence
{
  "h2Count": 15,
  "questionH2s": 0,
  "hasFaq": false,
  "nonQuestionH2s": [
    {
      "index": 1,
      "text": "Meet your new teammates",
      "isQuestion": false,
      "html": "<h2 class=\"hor-scroll-mega-text\">Meet your new teammates</h2>"
    },
    {
      "index": 2,
      "text": "Get more done with agents and people working side by side",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-collab\">Get more done with agents and people working side by side</h2>"
    },
    {
      "index": 3,
      "text": "Get more done with agents and people",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-collab m_padding-global\">Get more done with agents and people</h2>"
    },
    {
      "index": 4,
      "text": "An agent for every use case",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2-3 is-use-case\">An agent for every use case</h2>"
    },
    {
      "index": 5,
      "text": "An agent for every use case",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-mb\">An agent for every use&#xa0;case</h2>"
    },
    {
      "index": 6,
      "text": "Work in context",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-work-in-context\">Work in context</h2>"
    },
    {
      "index": 7,
      "text": "Consider yourself limitless",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>"
    },
    {
      "index": 8,
      "text": "Consider yourself limitless",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-limitless\">Consider yourself limitless</h2>"
    },
    {
      "index": 9,
      "text": "Let work flow",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>"
    },
    {
      "index": 10,
      "text": "Let work flow",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-workflows\">Let work flow</h2>"
    },
    {
      "index": 11,
      "text": "Full control",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-full-control\">Full control</h2>"
    },
    {
      "index": 12,
      "text": "Gain full control",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-full-control\">Gain full control</h2>"
    },
    {
      "index": 13,
      "text": "Our customers achieve more",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-customers\">Our customers achieve more</h2>"
    },
    {
      "index": 14,
      "text": "Trusted by enterprises. Recognized by industry leaders.",
      "isQuestion": false,
      "html": "<h2 class=\"hp-agents_h2 is-trust\">Trusted by enterprises. Recognized by industry leaders.</h2>"
    },
    {
      "index": 15,
      "text": "Enterprise-grade security",
      "isQuestion": false,
      "html": "<h2 class=\"heading-style-h3 for-hp-ent\">Enterprise-grade security </h2>"
    }
  ],
  "score": 75,
  "weight": 4
}

AI DiscoverabilityDiscoverabilityEstablished

IndexNow key

IndexNow key is informational for this page.

Informational

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

Why it matters

IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.

Check name

IndexNow key

Score

100/100

Status

informational

Category

Discoverability

Maturity

Established

Goal

Verify that IndexNow ownership key placement is detectable when the site advertises it.

Result

IndexNow key is informational for this page.

Validation steps

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. Fetch and validate IndexNow key file

    No discoverable IndexNow key file was found.

Evidence
{
  "steps": [
    {
      "id": "advertised-location",
      "title": "Find advertised IndexNow key location",
      "status": "informational",
      "evidence": {
        "advertised": []
      },
      "issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
      "howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
    },
    {
      "id": "fetch-key",
      "title": "Fetch and validate IndexNow key file",
      "status": "informational",
      "evidence": {
        "advertised": [],
        "checked": []
      },
      "issue": "No discoverable IndexNow key file was found.",
      "howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
    }
  ]
}

Agent Ease of UseAuthEstablished

OAuth / OIDC discovery

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Informational

Needs attention

OAuth / OIDC discovery

Informational
01

Issue

OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}].

02

Why it matters

OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.

Check name

OAuth / OIDC discovery

Score

0/100

Status

informational

Category

Auth

Maturity

Established

Goal

Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.

Result

OAuth / OIDC discovery has an informational finding because the page appears to support authentication.

Validation steps

  1. Validate resource body

    OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}].

Evidence
{
  "failedStep": "validate",
  "steps": [
    {
      "id": "fetch",
      "title": "Fetch discovery resource",
      "status": "pass",
      "evidence": {
        "path": "/.well-known/openid-configuration",
        "statusCode": 200,
        "contentType": "application/json; charset=utf-8"
      }
    },
    {
      "id": "validate",
      "title": "Validate resource body",
      "status": "fail",
      "evidence": {
        "valid": false,
        "issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}].",
        "compatibleContentType": true,
        "missing": [
          "jwks_uri"
        ],
        "endpointIssues": [
          {
            "field": "jwks_uri",
            "issue": "Missing URL."
          }
        ],
        "issuer": "https://auth.monday.com",
        "authorizationEndpoint": "https://auth.monday.com/oauth2/authorize",
        "tokenEndpoint": "https://auth.monday.com/oauth2/token",
        "responseTypesSupported": [
          "code"
        ],
        "grantTypesSupported": [
          "authorization_code"
        ],
        "idTokenSigningAlgValuesSupported": [],
        "rawExcerpt": "{\n  \"issuer\": \"https://auth.monday.com\",\n  \"authorization_endpoint\": \"https://auth.monday.com/oauth2/authorize\",\n  \"token_endpoint\": \"https://auth.monday.com/oauth2/token\",\n  \"response_types_supported\": [\"code\"],\n  \"grant_types_supported\": [\"authorization_code\"],\n  \"scopes_supported\": [\n    \"me:read\",\n    \"boards:read\",\n    \"boards:write\",\n    \"docs:read\",\n    \"docs:write\",\n    \"workspaces:read\",\n    \"workspaces:write\",\n    \"users:read\",\n    \"users:write\",\n    \"account:read\",\n    \"notifications:write\",\n    \"updates:read\",\n    \"updates:write\",\n    \"assets:read\",\n    \"tags:read\",\n    \"teams:read\",\n    \"teams:write\",\n    \"departments:read\",\n    \"departments:write\",\n    \"webhooks:write\",\n    \"webhooks:read\",\n    \"ai:consume\"\n  ],\n  \"token_endpoint_auth_methods_supported\": [\"client_secret_post\""
      },
      "issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}].",
      "howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
    },
    {
      "id": "authorization-endpoint",
      "title": "Probe authorization endpoint with an authorization-code request",
      "status": "pass",
      "evidence": {
        "url": "https://auth.monday.com/oauth2/authorize?response_type=code&client_id=can-agent-use-scanner&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Foauth%2Fcallback&scope=openid&state=can-agent-use-probe",
        "method": "GET",
        "statusCode": 302,
        "location": "https://auth.monday.com/login?oauth_payload_token=eyJhbGciOiJIUzI1NiJ9.eyJyZXNwb25zZV90eXBlIjoiY29kZSIsImNsaWVudF9pZCI6ImNhbi1hZ2VudC11c2Utc2Nhbm5lciIsInJlZGlyZWN0X3VyaSI6Imh0dHBzOi8vY2FuLWFnZW50LXVzZS5pbnZhbGlkL29hdXRoL2NhbGxiYWNrIiwic2NvcGUiOiJvcGVuaWQiLCJzdGF0ZSI6ImNhbi1hZ2VudC11c2UtcHJvYmUiLCJvYXV0aF92ZXJzaW9uIjoyfQ.IKbvZilwJ88CooCUpVj8mBE1fTvhgTVPOEzSRU-LdBc",
        "contentType": "text/html; charset=utf-8",
        "excerpt": ""
      },
      "howToFix": "Implement an authorization endpoint that can process syntactically valid authorization requests, or remove it from discovery metadata until it exists."
    },
    {
      "id": "authorization-redirect-safety",
      "title": "Reject unregistered authorization redirects",
      "status": "pass",
      "evidence": {
        "url": "https://auth.monday.com/oauth2/authorize?response_type=code&client_id=can-agent-use-unknown-client&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Fattacker-callback&scope=openid&state=can-agent-use-redirect-safety",
        "method": "GET",
        "statusCode": 302,
        "location": "https://auth.monday.com/login?oauth_payload_token=eyJhbGciOiJIUzI1NiJ9.eyJyZXNwb25zZV90eXBlIjoiY29kZSIsImNsaWVudF9pZCI6ImNhbi1hZ2VudC11c2UtdW5rbm93bi1jbGllbnQiLCJyZWRpcmVjdF91cmkiOiJodHRwczovL2Nhbi1hZ2VudC11c2UuaW52YWxpZC9hdHRhY2tlci1jYWxsYmFjayIsInNjb3BlIjoib3BlbmlkIiwic3RhdGUiOiJjYW4tYWdlbnQtdXNlLXJlZGlyZWN0LXNhZmV0eSIsIm9hdXRoX3ZlcnNpb24iOjJ9.WtSu1QguwLm5gNu0Lkdx6X1nCmzXpqf7r_-mQeS0_g0",
        "redirectedToUntrusted": false,
        "contentType": "text/html; charset=utf-8",
        "excerpt": ""
      },
      "howToFix": "Validate client_id and registered redirect_uri values before redirecting. Return a direct OAuth error for invalid clients or redirect URIs."
    },
    {
      "id": "token-endpoint",
      "title": "Probe token endpoint with advertised grant type",
      "status": "pass",
      "evidence": {
        "url": "https://auth.monday.com/oauth2/token",
        "method": "POST",
        "grantType": "authorization_code",
        "statusCode": 400,
        "oauthError": "invalid_request",
        "contentType": "application/json; charset=utf-8",
        "excerpt": "{\"error\":\"invalid_request\",\"error_description\":\"Missing client_secret param\"}"
      },
      "howToFix": "Support every advertised grant type enough to return a protocol-appropriate response, or stop advertising unsupported grants."
    }
  ],
  "authApplicability": {
    "supportsAuth": true,
    "score": 10,
    "signals": [
      {
        "source": "form:action",
        "weight": 4,
        "match": "auth form action"
      },
      {
        "source": "link:href",
        "weight": 3,
        "match": "auth link"
      },
      {
        "source": "visible-text",
        "weight": 3,
        "match": "log in"
      }
    ]
  },
  "resourceFetchSucceeded": true
}

Performance and AccessibilityBest PracticesBrowser audit

Browser errors were logged to the console

50 Fail

Check name

Browser errors were logged to the console

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Fix guidance

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)

Evidence
{
  "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}

Performance and AccessibilityBest PracticesBrowser audit

Uses deprecated APIs

50 Fail

Check name

Uses deprecated APIs

Score

0/100

Status

fail

Device

desktop

Category

Best Practices

Estimated savings

3 warnings found

Fix guidance

Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).

Evidence
{
  "displayValue": "3 warnings found",
  "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/)."
}

SEOSEOBrowser audit

Links are not crawlable

33 Fail

Check name

Links are not crawlable

Score

0/100

Status

fail

Device

desktop

Category

SEO

Fix guidance

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)

Evidence
{
  "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)"
}

SEOSEOBrowser audit

Links do not have descriptive text

33 Fail

Check name

Links do not have descriptive text

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 links found

Fix guidance

Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).

Evidence
{
  "displayValue": "2 links found",
  "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}

Performance and AccessibilityPerformanceBrowser audit

Reduce JavaScript execution time

33 Fail

Check name

Reduce JavaScript execution time

Score

0/100

Status

fail

Device

desktop

Category

Performance

Estimated savings

110.9 s

Fix guidance

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).

Evidence
{
  "displayValue": "110.9 s",
  "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
  "numericValue": 110925.93999999993
}

SEOSEOBrowser audit

robots.txt is not valid

33 Fail

Check name

robots.txt is not valid

Score

0/100

Status

fail

Device

desktop

Category

SEO

Estimated savings

2 errors found

Fix guidance

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).

Evidence
{
  "displayValue": "2 errors found",
  "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/)."
}

Performance and AccessibilityPerformanceBrowser audit

Loading performance

24 Fail

Check name

Loading performance

Score

27/100

Status

fail

Device

desktop

Category

Performance

Fix guidance

Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.

Evidence
{
  "checks": [
    {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "score": 0,
      "displayValue": "6.0 s",
      "numericValue": 5959.230800000001
    },
    {
      "id": "largest-contentful-paint",
      "title": "Largest Contentful Paint",
      "score": 0,
      "displayValue": "13.2 s",
      "numericValue": 13158.109900000003
    },
    {
      "id": "speed-index",
      "title": "Speed Index",
      "score": 0,
      "displayValue": "41.6 s",
      "numericValue": 41601.509745270814
    },
    {
      "id": "total-blocking-time",
      "title": "Total Blocking Time",
      "score": 0,
      "displayValue": "117,410 ms",
      "numericValue": 117410.14390000002
    },
    {
      "id": "max-potential-fid",
      "title": "Max Potential First Input Delay",
      "score": 0,
      "displayValue": "10,000 ms",
      "numericValue": 10000
    },
    {
      "id": "server-response-time",
      "title": "Initial server response time was short",
      "score": 100,
      "displayValue": "Root document took 250 ms",
      "numericValue": 252.548
    },
    {
      "id": "interactive",
      "title": "Time to Interactive",
      "score": 0,
      "displayValue": "147.0 s",
      "numericValue": 147041.85390000002
    },
    {
      "id": "uses-rel-preconnect",
      "title": "Preconnect to required origins",
      "score": 100
    },
    {
      "id": "network-rtt",
      "title": "Network Round Trip Times",
      "score": 100,
      "displayValue": "120 ms",
      "numericValue": 119.55900000000001
    },
    {
      "id": "third-party-summary",
      "title": "Reduce the impact of third-party code",
      "score": 0,
      "displayValue": "Third-party code blocked the main thread for 82,630 ms"
    },
    {
      "id": "largest-contentful-paint-element",
      "title": "Largest Contentful Paint element",
      "score": 0,
      "displayValue": "13,160 ms"
    }
  ]
}

Performance and AccessibilityPerformanceBrowser audit

Ensure text remains visible during webfont load

17 Warning

Check name

Ensure text remains visible during webfont load

Score

50/100

Status

warning

Device

desktop

Category

Performance

Fix guidance

Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/).

Evidence
{
  "description": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/)."
}

Improve Your Score

Send the scan details to a professional with the required report context attached.

Score history

Public scan score over time

Public reports for this website origin. Select any point or report link to open that canonical report.

1 reports
Public score history report links
Scan dateScoreReadinessReport
54/100Level 3, Bot-AwareCurrent report
Report ID 70f22ce4-6fac-4c89-9978-7cba76120139. Scanned Jun 4, 2026, 4:39 AM.
monday.com AI SEO Report: 54/100 (Level 3, Bot-Aware)