> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections/pylon.md).

# Pylon

## 在 GitBook Assistant 中

来自 Pylon 的会话可作为上下文传递给 [GitBook 助手](/docs/documentation/zh/ai-yu-sou-suo/gitbook-ai-assistant.md).

## 在更改请求中

GitBook Agent 可以 [识别内容缺口](/docs/documentation/zh/gitbook-agent/automatic-docs-improvements.md) 来自 Pylon 中已解决的支持会话。

## 我们存储什么

* GitBook 只会索引 Pylon 中已解决的会话，这些会话至少有一条来自人工或 AI 支持客服的回复。我们不会索引开放或未解决的会话，也不会索引垃圾会话。
* GitBook 只存储对话内容。我们不存储元数据或用户信息。
* GitBook 会在存储前对对话中的敏感信息进行编辑处理。我们不会存储对话本身中的敏感信息。

## 如何连接

* 连接到 Pylon 需要具有对 Pylon 中会话读取权限的凭证。


---

# 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://gitbook.com/docs/documentation/zh/ai-yu-sou-suo/connections/pylon.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.
