{"id":3688,"date":"2026-03-31T17:07:41","date_gmt":"2026-03-31T09:07:41","guid":{"rendered":"https:\/\/paulwright.ai\/?page_id=3688"},"modified":"2026-04-10T12:24:47","modified_gmt":"2026-04-10T04:24:47","slug":"ai-agent-quickstart","status":"publish","type":"page","link":"https:\/\/paulwright.ai\/en-us\/ai-agent-quickstart\/","title":{"rendered":"AI Agent \u81ea\u52d5\u5316\u5be6\u6230\uff1a\u7701\u4e0b\u4e00\u500b\u4eba\u529b\u6210\u672c | \u5de5\u7a0b\u5e2b\u5e36\u4f60\u8f15\u9b06\u4e0a\u624b"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3688\" class=\"elementor elementor-3688\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63e2598 e-con-full e-flex e-con e-parent\" data-id=\"63e2598\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86055a2 elementor-widget elementor-widget-html\" data-id=\"86055a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t  <meta property=\"og:title\" content=\"AI Agent \u81ea\u52d5\u5316\u8da8\u52e2\uff1a\u7701\u4e0b\u4e00\u500b\u4eba\u529b\u6210\u672c | \u5de5\u7a0b\u5e2b\u5e36\u59b3\u8f15\u9b06\u4e0a\u624b\">\r\n  \r\n  <meta property=\"og:description\" content=\"\u7acb\u5373\u9810\u7d04\u514d\u8cbb\u8b1b\u5ea7\uff0c\u958b\u555f\u4f60\u7684 AI \u8f49\u578b\u6642\u4ee3\u3002\u5b78\u7fd2\u5982\u4f55\u5229\u7528 AI Agent \u63d0\u5347\u6548\u7387\u3002\">\r\n  \r\n  <meta property=\"og:image\" content=\"https:\/\/paulwright.ai\/wp-content\/uploads\/2026\/04\/dm.png\">\r\n  \r\n  <meta property=\"og:url\" content=\"https:\/\/paulwright.ai\/ai_agent_masterclass\/\">\r\n  \r\n  <meta property=\"og:type\" content=\"website\">\r\n<style>\r\n  \/* 1. \u96b1\u85cf TranslatePress & Dify \u804a\u5929\u6c23\u6ce1 *\/\r\n  .trp-language-switcher, \r\n  #dify-chatbot-bubble-button { \r\n    display: none !important; \r\n  }\r\n\r\n  \/* 2. \u9801\u9762\u7d14\u6de8\u5316\u8a2d\u5b9a *\/\r\n  html, body { \r\n    margin: 0 !important; \r\n    padding: 0 !important; \r\n    height: auto !important; \r\n    overflow: visible !important; \r\n    background-color: #0a0a0a !important; \r\n  }\r\n\r\n  .form-container {\r\n    width: 100%;\r\n    min-height: 100vh;\r\n    display: block;\r\n    -webkit-overflow-scrolling: touch;\r\n  }\r\n\r\n  iframe {\r\n    width: 100%;\r\n    \/* \u8a2d\u5b9a\u4e00\u500b\u8f03\u5927\u7684\u521d\u59cb\u9ad8\u5ea6\uff0c\u9632\u6b62\u8f09\u5165\u77ac\u9593\u9583\u720d *\/\r\n    min-height: 1600px; \r\n    border: none;\r\n    display: block;\r\n    transition: height 0.3s ease; \/* \u8b93\u9ad8\u5ea6\u8b8a\u5316\u5e73\u6ed1\u4e00\u9ede *\/\r\n  }\r\n<\/style>\r\n\r\n<div class=\"form-container\">\r\n  <iframe \r\n    id=\"registration-iframe\"\r\n    src=\"https:\/\/script.google.com\/macros\/s\/AKfycbyllsMCxNSoQsOYt6DBsB2S0h_h-0KQQciWr-cu_-pV3UtHrcU15FmKMfVlI5xTFa6N\/exec\" \r\n    allow=\"clipboard-read; clipboard-write\"\r\n    sandbox=\"allow-forms allow-scripts allow-same-origin allow-popups allow-modals\"\r\n    frameborder=\"0\"\r\n    scrolling=\"no\">\r\n  <\/iframe>\r\n<\/div>\r\n\r\n<script>\r\n  function getQueryParam(name) {\r\n    const urlParams = new URLSearchParams(window.location.search);\r\n    return urlParams.get(name);\r\n  }\r\n\r\n  function adjustIframeHeight() {\r\n    const iframe = document.getElementById('registration-iframe');\r\n\r\n    if (iframe) {\r\n      \/\/ \u53d6\u5f97\u4f86\u6e90\u53c3\u6578\uff08\u4f8b\u5982 ref\uff09\r\n      const ref = getQueryParam('ref') || 'direct';\r\n\r\n      \/\/ \u628a ref \u52a0\u5230 iframe URL\r\n      const baseUrl = \"https:\/\/script.google.com\/macros\/s\/AKfycbyllsMCxNSoQsOYt6DBsB2S0h_h-0KQQciWr-cu_-pV3UtHrcU15FmKMfVlI5xTFa6N\/exec\";\r\n      iframe.src = baseUrl + \"?ref=\" + encodeURIComponent(ref);\r\n\r\n      \/\/ \u9ad8\u5ea6\u63a7\u5236\uff08\u4f60\u539f\u672c\u7684\uff09\r\n      const isMobile = window.innerWidth <= 768;\r\n      iframe.style.height = isMobile ? \"3000px\" : \"1600px\";\r\n    }\r\n  }\r\n\r\n  window.addEventListener('load', adjustIframeHeight);\r\n  window.addEventListener('resize', adjustIframeHeight);\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-3688","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/pages\/3688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/comments?post=3688"}],"version-history":[{"count":41,"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/pages\/3688\/revisions"}],"predecessor-version":[{"id":3747,"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/pages\/3688\/revisions\/3747"}],"wp:attachment":[{"href":"https:\/\/paulwright.ai\/en-us\/wp-json\/wp\/v2\/media?parent=3688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}