# Welcome

Discord components are cool, but discord.py will support it on version 2.0. It is hard to wait, so we made a third-party library for using components such as buttons or selects!

This project is open source. You can see the repository [here](https://github.com/kiki7000/discord.py-components) ⭐.

Also, there is an official [discord server](https://discord.gg/pKM6stqPxS), so if you have any questions, feel free to ask it on this server.

If you are new to this library, we recommend you to look at [Getting started](https://devkiki7000.gitbook.io/discord-components/guide/getting-started) first.

### Features

* You can use message components and handle component interactions easily!
* third-party of discord.py.

### Docs

* [Gitbook version](https://devkiki7000.gitbook.io/discord-components)  (Up to date)
* [Sphinx version](https://discord-components.readthedocs.io/en/0.5.2.4) (Currently outdated)

### Examples

&#x20;You can see many examples [here](https://github.com/kiki7000/discord.py-components/tree/master/examples).

### License

This project is under the MIT License.


---

# 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://devkiki7000.gitbook.io/discord-components/master.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.
