# 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: 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/getting-started/slash-command.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.
