# LobeChat

***

### **客户端支持**

&#x20; <img src="/files/l5Lo7JHAelaRUtySkxx7" alt="" data-size="line"> **Web**    <img src="/files/f2OFSVInB8bAsAfu2Ve8" alt="" data-size="line"> **PWA**

***

### **一键对接教程** <a href="#id-2" id="id-2"></a>

在[官网](https://one.ocoolai.com/)登录后点击顶栏的<mark style="background-color:blue;">小白一键配置</mark>按钮,找到LobeChat后点击前往LobeChat即可直接使用无需配置。

<figure><img src="/files/ZwxexMmYAuy9PjxdloEU" alt=""><figcaption></figcaption></figure>

### **手动对接教程** <a href="#id-2" id="id-2"></a>

**1.访问网站**

你可以到ocool[`自部署站点`](https://ai.ooo.cool/)使用。

进入网站后等待加载完毕，点击`立即开始`。

**2.填写API Key**

在对话界面随便发一条消息，会有弹窗让你输入密码，以下为操作步骤：

<figure><img src="/files/AB2gbnGnKlrhDBwtFPrr" alt=""><figcaption></figcaption></figure>

* 1.点击弹窗上的`自定义API Key`切换到填写Key的页面;
* 2.在[ocool API](https://one.ocoolai.com/login)站注册并获取API Key;
* 3.点击弹出提示界面当中的`自定义 API Key`,将你获取到的API Key粘贴到输入框中并点击`确认并重试`。

在手机端使用时，点击`立即开始`后需要再点击`随便聊聊`选项才能进入对话界面。

注：密码不用填写，忽略密码那一项就行。使用本站API Key只需要填写`自定义API Key`这一项，其余都不用填写。

至此你就可以正常使用了。

***

<details>

<summary>其他问题</summary>

一般到上一步如果成功回复了就说明配置成功了，不需要再做接下来这一步，下面这一步仅针对首次进入页面发消息没有弹窗出现或者想更换已经配置好的秘钥的情况。\
如果你进入对话页面按照上述步骤不显示弹窗（小概率），或者你想更换API Key，可以到`设置`→`语言模型`→`OpenAI`→`OpenAI API Key`来添加或更改设置<br>

</details>

#### 三、使用教程 <a href="#id-3" id="id-3"></a>

参考[官方使用说明](https://lobehub.com/zh/docs/usage/agents/concepts)


---

# Agent Instructions: 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:

```
GET https://documentation.ocoolai.com/app_guides/app/lobechat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
