Arga provides bots for Slack and Discord that bring context search and bug investigation into your team’s existing communication channels. Mention the bot with a question, and it searches your connected integrations to synthesize an answer with citations.Documentation Index
Fetch the complete documentation index at: https://docs.argalabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Bot access requires a Team or Paid plan. Users on the Free plan receive a
403 error when interacting with the bot. Upgrade your plan to enable bot access.How it works
Both bots connect to the same investigation pipeline that powers Ask in the web app. When you mention the bot:- Your question is forwarded to Arga’s multi-hop reasoning engine
- Arga searches your connected sources (GitHub, Slack, Sentry, Jira, Linear, Grafana, PostHog, Notion)
- Results are curated, deduplicated, and synthesized into an answer
- The bot replies with the answer, source citations, and a count of reasoning steps
Slack bot
The Slack bot uses Socket Mode and responds to:- @mentions in channels — mention the bot in any channel it’s been added to
- Direct messages — send a DM to the bot for private investigations
Example
Setup
Slack bot setup requires a Team or Paid plan. Go to Integrations to connect Slack, or contact us if you need help with workspace configuration.
Discord bot
The Discord bot responds to:- @mentions in channels and threads — mention the bot in any channel it has access to
- Direct messages — DM the bot for private queries
Example
Setup
Discord bot setup requires a Team or Paid plan. Go to Integrations to connect Discord, or contact us if you need help with server configuration.
The Discord bot requires the Message Content Intent to be enabled in your bot’s settings at the Discord Developer Portal. Without it, the bot cannot read message text.
Linking your account
Both bots identify you by your platform user ID. Your Slack or Discord account must be linked to your Arga account for the bot to access your connected integrations. If your account isn’t linked, the bot will reply with instructions to connect it.Differences from Ask in the web app
The bots use the same investigation engine as the web app’s Ask feature. The main differences:| Web app | Bots | |
|---|---|---|
| Interface | Full chat UI with history | Inline replies in Slack/Discord |
| Response length | Full-length answers | Condensed to fit platform limits |
| Sources shown | Up to 8 | Up to 8 (Slack) or 5 (Discord) |
| Thread context | Full session history | Per-thread in Slack; per-thread or per-DM in Discord (channel messages without a thread get isolated context) |

