> For the complete documentation index, see [llms.txt](https://aican.gitbook.io/aican/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aican.gitbook.io/aican/aican-system/menu/settings/security-page.md).

# 安全性页面（信任网站）

## 简介

「信任网站」用于限制对话插件的使用来源。

完成授权设置后，只有从指定网站网域进入的访客，才能正常开启对话，并显示咨询图标，以避免第三方网站未经授权使用您的对话插件。

当您使用「接入代码」方式将客服系统嵌入网站时，建议优先完成此项设置，以确保访客能够正常发起咨询。

***

## 页面内容

本页面包含以下内容。

### 信任网站列表

用于查看目前已授权的网站网域，并管理允许使用对话插件的网站来源。

您可以在此页面：

* 新增网站网域
* 编辑网站网域
* 删除网站网域
* 查询已授权的网站网域

***

## 操作说明

### 新增信任网站

<figure><img src="/files/6jXWgudGJHEtpPH4xi76" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### **步骤一：进入信任网站页面**

进入 **AICAN Pro 后台 > 设置 > 安全性页面（信任网站）**。
{% endstep %}

{% step %}

#### **步骤二：新增网站网域**

点击右上角的【新增信任网站】。
{% endstep %}

{% step %}

#### **步骤三：填写网站信息**

依序输入以下内容：

* 域名
* 备注
  {% endstep %}

{% step %}

#### **步骤四：完成设置**

点击【确定】保存设置。

完成后，系统仅允许来自已授权网站的访客发起对话。

***

{% endstep %}
{% endstepper %}

> 当您使用「接入代码」方式将客服系统嵌入网站时，必须先于「信任网站」中新增授权网域，否则咨询图标将无法正常显示，访客也无法发起对话。

{% hint style="warning" %}

#### 提醒

* 请确认输入正确的网站网域格式。
* 若网站拥有多个子网域，请分别加入授权列表。
* 删除网站网域后，来自该网站的访客将无法正常开启对话。
  {% endhint %}

***

#### 下一步

完成「信任网站」设置后，即可前往「应用商店」安装扩充功能，或继续查看「方案管理」相关说明。

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://aican.gitbook.io/aican/aican-system/menu/settings/security-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
