# Slack

Using the Slack channel will publish your Xenioo chatbot as a Slack Bot Application of your choice. All the settings for your Slack bot like name, description, avatar and so on can be managed directly from your [Slack Application](https://api.slack.com/apps) area.

## General Channel Settings

### API Token

This is the API token that your can retrieve from your [Slack Application](https://api.slack.com/apps) settings. Copy and paste it here before publishing your chatbot.


---

# 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://docs10.xenioo.com/basic-concepts/publishing/channels/slack.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.
