> For the complete documentation index, see [llms.txt](https://docs.kindx.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kindx.org/overview/slack-your-digital-hq/what-is-slack.md).

# What is Slack?

{% embed url="<https://www.youtube.com/watch?v=q19RtuCHt1Q>" %}

Also check the [Demo for Slack](https://slackdemo.com/) and see the following sections of how to use Slack.

**Why it’s important:**  Collaboration is key to your nonprofit's success, and that's where KindX integrates the power of Slack. With Slack, you can easily communicate and collaborate with your team members, volunteers, and partners.&#x20;

Share updates, coordinate tasks, and exchange ideas seamlessly within dedicated channels. This fosters teamwork, enhances efficiency, and promotes a culture of collaboration that drives your nonprofit forward.

At [KindCause.org](/about/kindcause.org.md), we use Slack to remain in constant touch with our volunteers and other stakeholders within the nonprofit. Further, we have also integrated Slack with Salesforce so as to have a seamless communication going and more efficiency.

<figure><img src="/files/esJKMMvyYuOxj3ZMlZsJ" alt=""><figcaption></figcaption></figure>


---

# 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.kindx.org/overview/slack-your-digital-hq/what-is-slack.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.
