Skip to main content
The nao Slack bot brings your analytics agent directly into Slack, allowing your team to ask questions and get insights without leaving their workspace.
nao Slack Bot Interface
When configured, the nao Slack bot:
  • Listens for mentions in Slack channels
  • Processes questions using the same agent as the web chat interface
  • Returns answers with SQL queries, data tables, and visualizations
  • Maintains conversation context within Slack threads
The Slack bot uses the same agent context, rules, and capabilities as your web chat interface. Any improvements to your agent automatically benefit Slack users.
Ask Questions Mention the bot in any channel where it’s been added:
@nao What were our top 5 products by revenue last month?
The bot will:
  1. Process your question using the same agent as the web interface
  2. Generate SQL queries based on your context
  3. Execute queries against your connected databases
  4. Return results in a formatted Slack message
Response Format The bot’s responses include:
  • Answer: Plain language summary of findings
  • SQL Query: The generated query (shown in a code block)
  • Data Table: Results formatted as a table
  • Sources: Which context files were used
Thread Conversations Follow-up questions in the thread maintain context:
@nao What were our top 5 products by revenue last month?
# ... bot responds ...

Can you break that down by region?
# ... bot responds with regional breakdown ...