> For the complete documentation index, see [llms.txt](https://docs.datafetch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datafetch.io/slack-app/getting-started/slash-command.md).

# Slash Commands

## Overview

When the DataFetch app is installed into a Slack Workspace, two new slash commands are made available for the Slack users.

* `/datafetch`
* `/df`

Both of these slash commands work exactly the same way and are completely interchangeable.

## How To Use The Slash Commands

#### /datafetch

Use the `/datafetch` slash command on its own to display the DataFetch search box.

#### /datafetch \[search terms]

Use the `/datafetch` slash command followed by a series of search terms to immediately search for objects that match those terms in your connected [Data Sources](/additional-resources/glossary.md#data-source).

#### /datafetch help

Use the `/datafetch` slash command followed by the word `help` to display a list of commands currently supported by DataFetch.&#x20;

The word will also be searched against your [Data Sources](/additional-resources/glossary.md#data-source). If a match is found, the results will be listed long with an option to display the commands list.

#### /datafetch feedback

Use the `/datafetch` slash command followed by the word `feedback` to display a feedback form.

The word will also be searched against your [Data Sources](/additional-resources/glossary.md#data-source). If a match is found, the results will be listed long with an option to display the feedback form.

#### /datafetch new source

Use the `/datafetch` slash command followed by the words `new source` to display a button allowing the user to immediately start adding a new [Data Source](/additional-resources/glossary.md#data-source).

The word will also be searched against your [Data Sources](/additional-resources/glossary.md#data-source). If a match is found, the results will be listed long with an option to start adding a new data source.

#### /datafetch insights

Use the `/datafetch` slash command followed by the word `insights` to display a button allowing the user view a list of all insights available in the data sources they are subscribed to.

The word will also be searched against your [Data Sources](/additional-resources/glossary.md#data-source). If a match is found, the results will be listed long with an option to view all insights.


---

# 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.datafetch.io/slack-app/getting-started/slash-command.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.
