# Hosting A Slack Tipline

If your organization uses [Slack.com](https://slack.com) for internal communications, you can integrate Slack and Junkipedia to work together. Once connected, you'll be able to submit tips to Junkipedia via Slack and receive notifications about new issues in a designated Slack channel.

First, decide which channel you would like to use to submit tips. We recommend setting up a new Slack channel in your workspace for submitting tips.[ Learn how to create a new Slack channel](https://slack.com/help/articles/201402297-Create-a-channel).

Once you are logged into Junkipedia, click your name in the upper right corner of your screen, then click "Manage Organization."

![](/files/W1D5ZiLdTVwO0PkACVrB)

Under "Details," click "Add to Slack."

![](/files/rThAU4tjdF8SVYTTZBVm)

You will be directed to a Slack page to review the integration permissions.

![](/files/CcRkrZctzGDkPNd4fth9)

At the bottom of the page, under “Where should Junkipedia post?” select which channel you’d like to use to submit tips and click “Allow.”

You should be redirected back to Junkipedia’s Manage Organization page. Under “Details,” you should now see that Junkipedia has been “Added to Slack.”

![](/files/mDUV5JrH1LekWVoumN05)

You can now add tips to Junkipedia via Slack! Go to your designated Slack channel, type: /junk \[URL] and hit enter. You should receive a confirmation message that says “Tip received!” You can now[ edit your issue in Junkipedia](https://junkipedia.groovehq.com/help/editing-issues).

![](/files/vLlZKodUMghpGkz7QYUt)


---

# 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.junkipedia.org/getting-started/setting-up-tiplines/configuring-tipline-properties/hosting-a-slack-tipline.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.
