> For the complete documentation index, see [llms.txt](https://trumandu.gitbook.io/kibana-plugin-development-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trumandu.gitbook.io/kibana-plugin-development-tutorial/chu-shi/chapter1.md).

# 插件资源

以下 是对开发kibana 插件有用的资源

## IRC channel

kibana 官方为大家注册了一个类似聊天室的通道，在这里大家可以获取有用咨询和交流 [Freenode Web Client](http://webchat.freenode.net/?channels=kibana).

## 文章

* [contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md)
* [kibana-plugin-notes](https://github.com/nreese/kibana-plugin-notes)(强烈推荐阅读)

## 视频

* [Contributors Guide to the Kibana Galaxy](https://www.elastic.co/elasticon/2015/sf/contributors-guide-to-the-kibana-galaxy)
* [Kibana Plugin Dev - Elasticon 2016](https://www.elastic.co/elasticon/conf/2016/sf/how-to-build-your-own-kibana-plugins)

## Plugin Generator

推荐使用 [plugin generator](https://github.com/elastic/generator-kibana-plugin)(已废弃)替代项目[template-kibana-plugin](https://github.com/elastic/template-kibana-plugin/)，使用该插件可以自动生成Plugin项目


---

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

```
GET https://trumandu.gitbook.io/kibana-plugin-development-tutorial/chu-shi/chapter1.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.
