> For the complete documentation index, see [llms.txt](https://docs.dreamlabs.dev/pinbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dreamlabs.dev/pinbot/pin-troduction/welcome-to-pinbot.md).

# Welcome to PinBot!

## What the heck is a PinBot?

PinBot is an easy-to-use Discord bot which allows server managers and members to collect important and/or memorable messages (or messages of any kind) in a dedicated "pinboard channel".&#x20;

<figure><img src="https://i.helios.rip/tBHP0jP.gif" alt=""><figcaption><p>Example of pinned messages in a pinboard channel</p></figcaption></figure>

Originally created in 2020, PinBot has been trusted by thousands of Server Admins. In May 2023, PinBot was re-written from the ground up to add new features and improvements.

Aside from the obvious features such as [pinning by reaction and voting](/pinbot/configuring-pinbot/pin-by-reaction-and-voting.md), this method of "pinning" messages is often cited by Server Admins who use PinBot as a better alternative than the native Discord message pinning functionality for a few reasons:

* Pinboards give server members the ability to interact with each pinned message via reactions and replies
* Messages can be pinned from multiple different channels into one centralized location
* Server members do not require Manage Messages permissions to pin a message
* PinBot is not subject to Discord's per-channel message pin limit of 50 messages

**Ready to start using PinBot?** Let's learn more about how the bot works and how to add it to your Discord server in the next section.


---

# 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://docs.dreamlabs.dev/pinbot/pin-troduction/welcome-to-pinbot.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.
