# Slack App

- [Getting Started for Slack](https://docs.datafetch.io/slack-app/getting-started.md): Quick start guide for how to use DataFetch for Slack.
- [Adding DataFetch To A Slack Workspace](https://docs.datafetch.io/slack-app/getting-started/adding-datafetch-to-a-slack-workspace.md)
- [Adding A Data Source](https://docs.datafetch.io/slack-app/getting-started/adding-your-first-data-source.md): How to make a new data source searchable from the /datafetch command.
- [Slash Commands](https://docs.datafetch.io/slack-app/getting-started/slash-command.md): For Slack users, the /datafetch slash command is the primary why you'll retrieve information from your data sources.


---

# 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://docs.datafetch.io/slack-app.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.
