กลับไปที่แดชบอร์ด

เอกสาร

เรียนรู้วิธีใช้ Asyntai

เริ่มต้นใช้งาน
การติดตั้ง ฐานความรู้ AI เข้าถึงเนื้อหาของคุณอย่างไร เชื่อมต่อเว็บไซต์ของคุณ ทดสอบ AI ของคุณ จัดการเว็บไซต์ เคล็ดลับคำสั่ง AI ย้ายจากแชทบอทอื่น เปรียบเทียบแผน
ฟีเจอร์
แถบ Ask AI แถบค้นหา AI การค้นหาด้วย AI สำหรับ WordPress AI Search for Joomla AI Search for Webflow AI Search for Ghost AI Search for Moodle AI Search for TYPO3 AI Search for Craft CMS AI Search for Grav AI Search for Concrete CMS AI Search for October CMS AI Search for ProcessWire AI Search for Odoo AI Search for Bagisto AI Search for Medusa AI Search for OpenCart AI Search for BigCommerce AI Search for Magento การรวบรวมข้อมูลเว็บไซต์ ช่องว่างความรู้ การ์ดสินค้า การ์ดสินค้าแบบไดนามิก ภาพแบบไดนามิก บริบทผู้ใช้ เครื่องมือที่กำหนดเอง พารามิเตอร์ลิงก์ การติดตามแบบเรียลไทม์ Human Takeover การยกระดับ การแจ้งเตือน AI รายงานประจำวัน ฟีดข้อมูลแบบเรียลไทม์ ฟีดข้อมูลแบบเรียลไทม์ Max สมาชิกในทีม การลงชื่อเข้าใช้ครั้งเดียว การยืนยันตัวตนสองขั้นตอน รวมรูปภาพ การมองเห็นรูปภาพ วิดเจ็ตแปลภาษา การปรับให้เข้ากับท้องถิ่น ความโปร่งใสของ AI ลูกค้าเป้าหมาย การจับลูกค้าเป้าหมายอัจฉริยะ ตั๋วสนับสนุน หมวดหมู่การสนทนา การจอง การฝัง ยกเว้นหน้า IP ที่ถูกบล็อก นโยบายการเก็บรักษาข้อมูล โหมดไม่เก็บข้อมูล การปกปิดข้อมูลส่วนบุคคล (PII) ตัวคัดกรองคำตอบ Access Tags การตรึงเวอร์ชันวิดเจ็ต บันทึกการตรวจสอบ โมเดลที่ฉลาดกว่า เปิดใช้งานการคิดวิเคราะห์ คำแนะนำการตอบกลับ ข้อความติดตามผล เสียงเป็นข้อความ ดาวน์โหลดบันทึกการสนทนา แชทแบบฝังตัว การฝังด้วย iframe

AI Search for Ghost

Put the AI Search Bar behind your Ghost theme's own search icon

Open AI Search Bar

Overview

Ghost search matches words. A reader who types "when are you open at the weekend" gets nothing, although your Visiting the roastery post answers it in its first line. The AI Search Bar reads the question and finds the post, even when the two share no words at all.

The bar sits behind the search icon your theme already has, so readers find it where they already look. The / and Cmd+K shortcuts open it too.

What You Need

  • A Ghost site, version 5.0 or later. Self-hosted and Ghost(Pro) both work.
  • Access to Ghost Admin, so you can open Settings.
  • An Asyntai account. The setup makes one for you if you do not have one yet, free.

Installing

  1. Download asyntai-ai-search-ghost.zip and open asyntai-search.html from it in any text editor.
  2. In Ghost Admin open Settings → Code injection.
  3. Paste the whole file into the Site footer box and press Save.
  4. Open https://yoursite.com/#asyntai-search in your browser. A setup panel appears.
  5. Press Connect and sign in, or create a free account, in the window that opens.
  6. The panel prints the same block back with your site id filled in. Press Copy the code, paste it over what you pasted in step 3, and save again.

That is the whole install. There is no theme to edit and nothing to upload.

Why you paste twice

Ghost runs no code of ours on its server, so there is nowhere on your site for your site id to live except that block. The second paste is the block writing itself out for you, with the id already in place, so there is nothing to type by hand.

Where the Bar Appears

Every official Ghost theme marks its search icon with data-ghost-search. The block takes that click before Ghost's own search sees it and opens the AI bar instead. The same is true of the / and Cmd+K shortcuts.

On a theme that has a plain search form instead of an icon, the bar takes the form's place.

Settings

Three lines sit at the top of the block. Only the first is filled in for you.

LineWhat it does
SITE_IDYour site id. The setup panel fills this in.
ACCENTHighlight colour, for example '#111111'. Leave it empty for the default.
PLACEHOLDERThe text inside the empty bar. Leave it empty for the default.

When the Bar Holds Back

The bar renders only when we confirm it can answer. It stays out of the way when:

  • your plan does not include the AI Search Bar yet,
  • this month's allowance is used up,
  • we have not finished reading your site, which takes a few minutes after you connect.

In each of those cases your theme's own search keeps working exactly as it did before. A search box that cannot answer is worse than no change at all, so the bar waits for a clear yes.

Reading Your Posts

We read your site the same way a reader does, by following your pages. Published posts and pages are found automatically, and new ones are picked up as we re-read the site. Nothing is sent to us from inside Ghost, and there is no API key to create.

Removing It

Delete the block from Settings → Code injection → Site footer and save. Your theme's search returns to normal at once.

Troubleshooting

What you seeWhat to do
The setup panel does not open Check that the block is in the Site footer box and not the header, and that you saved. The address must end in /#asyntai-search.
The panel says "Connected" but the icon opens the old search We are still reading your site. Give it a few minutes and reload. The panel tells you what we are waiting for.
The bar appears for you but not for readers The second paste is missing. Open /#asyntai-search, copy the block again, and paste it over the one in Code injection.
Nothing changed after you pasted Some Ghost themes cache the footer. Open the site in a private window to be sure you are seeing the new code.

Need Help?

Email [email protected] and we will set it up with you.