{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiazfnf3kh7fxavem4wzepmnoon3jsmtnfgcbwd377uuez2btjnhcu",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mpqezi3zxnb2"
  },
  "path": "/t/how-to-create-embed-chatting-bot-on-websites/556587#post_4",
  "publishedAt": "2026-07-03T10:26:02.000Z",
  "site": "https://community.openai.com",
  "textContent": "One extra thing I’d add: embedding “ChatGPT” on a website usually does not mean embedding the ChatGPT app itself. It usually means building or adding a chat interface that talks to the **OpenAI API**.\n\nThere are two common paths:\n\n-add a chat box to the website, send the user’s message to your own backend, then your backend calls OpenAI and returns the answer.\n\n-use an embeddable chatbot tool where you configure the bot, add your website content or FAQs as knowledge, and paste a script/iframe into the website. This is usually easier.",
  "title": "How to create/embed chatting bot on websites?"
}