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

# OVERVIEW

- [What is KindX?](https://docs.kindx.org/overview/what-is-kindx.md): Nonprofit Operating System to Help Your Nonprofit Grow.
- [Why?](https://docs.kindx.org/overview/what-is-kindx/why.md): KindX is the comprehensive operating system for any nonprofit.
- [Why Salesforce?](https://docs.kindx.org/overview/what-is-kindx/why-salesforce.md)
- [Slack - your Digital HQ!](https://docs.kindx.org/overview/slack-your-digital-hq.md): Create Digital headquarters (HQ) for your non-profit with Slack
- [What is Slack?](https://docs.kindx.org/overview/slack-your-digital-hq/what-is-slack.md): Quick overview of Slack
- [Creating Slack channels](https://docs.kindx.org/overview/slack-your-digital-hq/creating-slack-channels.md): How to Create Slack channels?
- [Message in channel](https://docs.kindx.org/overview/slack-your-digital-hq/message-in-channel.md): How to send a message in a channel in Slack
- [Customize notifications](https://docs.kindx.org/overview/slack-your-digital-hq/customize-notifications.md): How to customize Slack notifications
- [Create clips in Slack](https://docs.kindx.org/overview/slack-your-digital-hq/create-clips-in-slack.md): How to create clips in Slack
- [Add people to a channel](https://docs.kindx.org/overview/slack-your-digital-hq/add-people-to-a-channel.md): How to add people to a Slack channel
- [Schedule messages](https://docs.kindx.org/overview/slack-your-digital-hq/schedule-messages.md): How to schedule messages in Slack
- [Direct message](https://docs.kindx.org/overview/slack-your-digital-hq/direct-message.md): How to send a direct message in Slack
- [Browse channels](https://docs.kindx.org/overview/slack-your-digital-hq/browse-channels.md): How to browse channels in Slack
- [Use huddles in Slack](https://docs.kindx.org/overview/slack-your-digital-hq/use-huddles-in-slack.md): How to use huddles in Slack
- [Canvas in Slack](https://docs.kindx.org/overview/slack-your-digital-hq/canvas-in-slack.md): How to use canvases in Slack
- [Salesforce - your data source!](https://docs.kindx.org/overview/salesforce-your-data-source.md): Having one source of data, especially through Salesforce, is crucial for a nonprofit organization.
- [Why Use Salesforce?](https://docs.kindx.org/overview/salesforce-your-data-source/why-use-salesforce.md): Why Do So Many Companies Use Salesforce? Explaining the ROI of CRM | Salesforce Explained
- [Nonprofit Cloud Demo](https://docs.kindx.org/overview/salesforce-your-data-source/nonprofit-cloud-demo.md): Salesforce Nonprofit Cloud (Nonprofit Success Pack or NPSP)
- [Program Management](https://docs.kindx.org/overview/salesforce-your-data-source/program-management.md): Program Management with Salesforce NPSP - Demo
- [Case Management](https://docs.kindx.org/overview/salesforce-your-data-source/case-management.md)
- [Grantmaking](https://docs.kindx.org/overview/salesforce-your-data-source/grantmaking.md)
- [Salesforce Chatter](https://docs.kindx.org/overview/salesforce-your-data-source/salesforce-chatter.md)
- [Dashboards and Reports](https://docs.kindx.org/overview/dashboards-and-reports.md)
- [KPIs and Analytics](https://docs.kindx.org/overview/kpis-and-analytics.md)
- [Customizations](https://docs.kindx.org/overview/customizations.md)


---

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