> 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/github-discussions.md).

# GitHub Discussions

## 在 GitBook Assistant 中

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

## 在更改请求中

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

## 我们存储什么

* GitBook 仅索引 GitHub 中至少有一个回复的已解决对话。我们不会索引未解决的讨论，也不会索引垃圾讨论。
* GitBook 只存储该讨论。我们不存储元数据或用户信息。
* GitBook 会在存储前对对话中的敏感信息进行编辑处理。我们不会存储对话本身中的敏感信息。

## 如何连接

* 连接到 GitHub 需要具有讨论读取权限的凭据。


---

# 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/github-discussions.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.
