> 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-issues.md).

# GitHub Issues

## 在 GitBook Assistant 中

来自 GitHub 的问题可作为上下文传递给 [GitBook Assistant](/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 需要具有读取 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-issues.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.
