15 Coze

Font Size:

Introduction

Key Features

    Uniqueness

    Frequently Asked Questions

    Open-Source?
    Registration Needed?
    Installation Required?
    AI-empowered?

    Specifications

    URL:
    Country or Region:
    Author(s):
    License:
    Operating System(s):
    Language(s):
    Registration Needed:
    Installation Required:

    Video Demonstration

    User Guide

    Coze User Guide
    Access Coze Website
    Configure a Coze AI Bot
    Manage Knowledge Base
    Publish AI Agent to External Platform
    Integrate Agent into a Website

    This guide outlines how to access the Coze platform, configure an AI bot, manage its knowledge base, and publish it to external platforms or a website.

    (Access Date: 21 July 2025)

    Access Coze Website

    a. Navigate to the website: https://www.coze.com/;
    b. Click Get started to log in or register with a Google account or phone number;

    Configure a Coze AI Bot

    a. Click the + icon from the dashboard and select Create agent;
    b. Choose the Standard tab for manual configuration or the AI-based tab for prompt-generated agents;
    c. Select the Standard configuration, enter an Agent name and optional Agent description, then click Confirm (for standard configuration);
    d. Select AI-based generation, input a prompt in the text field, click Generate, and then click Confirm (for AI-based generation);
    e. Define the agent's identity, role, and operational instructions in the Persona & Prompt section;
    f. Navigate to the Arrangement section to configure the Model, Plugins, Workflow, Knowledge base, Memory, and Chat experience;
    g. Utilise the Preview & Debug section to test and refine your agent's responses;
    h. Toggle the User message billing button in the top panel to determine who covers the credit costs.

    Manage Knowledge Base

    a. Access the Knowledge section within the Arrangement area;
    b. Select a knowledge type between Text and Table;
    c. Click the + icon (Note: Coze supports various file formats, including TXT, PDF, DOCX, and XLSX);
    d. Click Create knowledge;
    e. Set the name, description, and import type for the knowledge base;
    f. Upload relevant documents or input necessary information;
    g. Select a Segmentation Strategy, click Next, and then click Confirm;
    h. Click Add to agent once the system processes and indexes the content;
    i. Use the Preview & Debug section to verify the agent's ability to retrieve information from the added knowledge (Note: The knowledge base enhances your agent's ability to provide accurate, context-specific answers).

    Publish AI Agent to External Platform

    a. Click the Publish button in the top-right corner of the agent configuration interface and select Skip and Publish;
    b. Select the desired platform(s) in the pop-up window, such as Discord, WhatsApp, or Chat SDK;
    c. Click Publish, and then click Finish;
    d. Follow the platform-specific instructions to generate and copy the necessary token or code snippet.

    Integrate Agent into a Website

    a. Select Chat SDK on the publish page, then click Publish, Install, and Copy to generate the Agent Chat SDK;
    b. Navigate to the Coze dashboard, click Coze API, select Authorization, choose Personal Access Tokens, and click Add;
    c. Set the Name, Expiration time, and Permissions, specify the Access team space, and click Confirm;
    d. Copy the generated Personal Access Token;
    e. Replace the placeholder 'pat_**********' in the Agent Chat SDK code with your copied Personal Access Token;
    f. Embed the updated Agent Chat SDK code into the website (Note: The exact steps for publishing may vary depending on the platform. Always refer to Coze's up-to-date documentation for platform-specific instructions).

    Embed Example:

    Insert the updated Agent Chat SDK code into the following HTML template, replacing the placeholder comment.

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
    <!-- Place holder: Place your Coze Web SDK initialization code here -->
    </body>
    </html>

    Educational Scenarios

    Educators' Perspectives
    Learners' Perspectives