Integrating with Slack

Get context-aware AI assistance in your team's Slack conversations

Bito AI Assistant brings powerful AI capabilities directly into your Slack workspace. Instead of switching between apps or losing context, you get instant AI assistance right where your team collaborates.

Ask Bito to summarize lengthy threads, analyze code snippets, provide technical guidance, or help with planning. Bito reads the full thread context, understands shared files, and automatically pulls in information from Jira tickets and Confluence pages when you reference them.

With Bito in your Slack channels, you save time catching up on discussions, make faster technical decisions, and keep your team's knowledge accessible.

Click the button to add the Bito AI Assistant to your Slack. Add to Slackarrow-up-right

Prerequisites

Before you install Bito AI Assistant, ensure you have:

  • A Bito accountarrow-up-right with an active paid plan that includes Bito AI Assistant for Slack

  • AI Architect set up for your Bito account:

    • Bito-hosted (Fully managed by Bito β€” no infrastructure setup required)

    • Self-hosted (Run AI Architect on your own infrastructure for maximum control)

  • Slack admin permissions to install apps in your workspace

Installation steps

Installation takes less than 2 minutes. Once complete, every team member in invited channels can interact with Bito.

1

Add the app to Slack

  1. Review the permissions and click Allow

  2. Connect your Bito account when prompted

2

Invite Bito to channels

  1. Open any Slack channel where you want AI assistance

  2. Invite Bito's AI Assistant to a channel by typing @Bito followed by your query. Slack will automatically prompt you to add Bito to the channel if it isn't already there, click Yes to add it and get your answer, or dismiss the prompt to skip.

  3. Repeat for each channel (both public and private channels work)

3

Start using Bito

  1. In any channel where you invited Bito, type @Bito followed by your question

  2. Bito reads the thread and responds with context-aware answers

How to use Bito AI Assistant

Basic usage

Mention @Bito in any message to get AI assistance. Bito reads the entire conversation thread, not just your message, so it understands the full context.

Example:

Bito analyzes the thread and generates a structured, actionable plan based on the discussion.

Asking questions

You can ask Bito questions in natural language. Be specific about what you need:

Good questions:

  • @Bito PROJ-456 is causing errors in production β€” here are the logs. Identify the root cause?

  • @Bito help us break this feature into smaller tasks

  • @Bito explain the difference between these two approaches

  • @Bito what are the action items from this thread?

  • @Bito review the code changes in this thread and suggest improvements

Tips for better responses:

  • Ask specific questions rather than general ones

  • Reference what you're asking about if the thread contains multiple topics

  • Use follow-up questions to dive deeper into a response

Working with files

When you share files in a Slack thread, Bito automatically processes them and incorporates their content into its responses.

Supported file types:

  • Code files (.py, .js, .java, etc.)

  • Configuration files (.yaml, .json, .xml)

  • Documents (.txt, .md, .pdf)

  • Log files

Example workflow:

  1. Upload a config file to the channel

  2. Ask: @Bito review this configuration and suggest improvements

  3. Bito reads the file and provides specific recommendations

Understanding integrations

Bito automatically detects and incorporates information from:

Jira tickets

  • Mention a ticket ID like PROJ-123 in your conversation

  • Bito recognizes the reference and pulls in context from that ticket

Confluence pages

  • Paste a Confluence link in your discussion

  • Bito reads the linked page and factors it into its response

You don't need to do anything special β€” just mention or paste the link as you normally would.

1:1 direct message with Bito

You can chat with Bito AI Assistant privately, just like you would with any teammate. In a 1:1 DM, you do not need to mention @Bito β€” every message you send is automatically processed by the bot.

How to start a 1:1 chat

  1. In Slack, click Apps in the left sidebar

  2. Select Bito AI Assistant

  3. Start typing your message and press Enter

What you can do

  • Ask questions directly: what does this function do?

  • Share files for analysis: attach a file and ask can you review this code?

  • Have a conversation: follow-up messages maintain context from the thread

Example:

circle-info

Notes:

  • Every message you type in the 1:1 DM with Bito is processed β€” there is no need to prefix with @Bito

  • Message edits: if you edit a message to add a new @Bito mention, Bito will respond to the new request

Group direct message with Bito

You can also include Bito AI Assistant in a group chat with other teammates. This is useful when collaborating on a discussion where you want Bito's input along side human participants.

How to create a group DM with Bito

  1. In Slack, click the "New Message" or pencil icon at the top of the left sidebar

  2. In the "To:" field, add the teammates you want to include

  3. In the same "To:" field, add Bito AI Assistant (start typing "Bito" and select it from the dropdown)

  4. Send your first message to create the group

circle-info

Important: Bito must be added to the group at the time of creation. Slack does not allow adding bots to an existing group DM. If you want to add Bito to an ongoing conversation, create a new group DM or use a private channel instead.

Talking to Bito in a group DM

Unlike 1:1 DMs, in a group DM you must explicitly mention @Bito when you want Bito to respond. Messages without a mention are treated as normal conversation between humans and Bito will not respond.

Example:

circle-info

Notes:

  • Only messages containing @Bito trigger a response in group DMs

  • Message edits trigger Bito only if a new mention is added during the edit (Bito will not respond to unrelated text edits on messages it has already replied to)

Common use cases

Catch up on long threads

You return from vacation to find 100+ messages in a project channel.

What to do:

What you get:

  • Key points from the conversation

  • Decisions already made

  • Open questions requiring your attention

Review code and technical decisions

Your team discusses two different architectural approaches.

What to do:

  1. Share code snippets for both approaches

  2. Ask: @Bito compare these two approaches and explain the trade-offs

What you get:

  • Analysis of each approach

  • Pros and cons

  • Recommendations based on the discussion context

Extract action items

After a long planning discussion, you need to know what comes next.

What to do:

What you get:

  • Organized list of tasks

  • Assignments (when mentioned in the thread)

  • Priorities or deadlines discussed

Break down complex work

Your team needs to implement a new feature but isn't sure where to start.

What to do:

What you get:

  • Suggested task breakdown

  • Logical sequencing

  • Considerations from your team's discussion

Pull context from tickets

You're discussing a bug that relates to an existing Jira ticket.

What to do:

  1. Mention the ticket: "This might be related to PROJ-456"

  2. Ask: @Bito what's the background on PROJ-456 and how does it relate to this issue?

What you get:

  • Summary of the referenced ticket

  • Connection to current discussion

  • Relevant history or context

Turn plans into code

Your team has discussed and finalized an implementation plan in a thread and wants to move straight to coding.

What to do:

What you get:

  1. A new branch created from your default branch

  2. Code changes implemented following the agreed plan

  3. Changes aligned with your existing codebase patterns and conventions

Best practices

Get the most from Bito

Do:

  • βœ… Ask specific, focused questions

  • βœ… Use Bito in threads where team discussions happen

  • βœ… Reference files and tickets to give Bito more context

  • βœ… Ask follow-up questions to clarify responses

  • βœ… Use Bito to document decisions by asking for summaries

Don't:

  • ❌ Ask multiple unrelated questions in one message

  • ❌ Expect Bito to make decisions for you β€” use it to inform your decisions

  • ❌ Share sensitive credentials or secrets in threads (Bito reads all messages)

Privacy and context

What Bito can see:

  • All messages in the current thread

  • Files shared in the thread

  • Content from referenced Jira/Confluence links (if connected)

What Bito cannot see:

  • Messages in channels where it hasn't been invited

  • Direct messages between users

  • Private channels where it's not a member

Always invite Bito only to channels where AI assistance is appropriate for your team's privacy requirements.

Troubleshooting

Bito doesn't respond

Check:

  1. Did you invite Bito to this channel? If not, invite Bito's AI Assistant to a channel by typing @Bito followed by your query. Slack will automatically prompt you to add Bito to the channel if it isn't already there, click Yes to add it and get your answer, or dismiss the prompt to skip.

  2. Did you mention @Bito at the start of your message?

  3. Is your Bito subscription active and does it include Bito AI Assistant for Slack?

Solution: Verify Bito is in the channel members list. If not, invite it again.

Bito's response seems incomplete

Possible reasons:

  • The thread context is very long

  • Multiple topics are discussed simultaneously

Solution:

  • Ask more specific questions that focus on one aspect

  • Reference the specific part of the conversation you're asking about

  • Break complex questions into smaller parts

Bito doesn't see my Jira ticket

Check:

  1. Is your Bito account connected to Jira?

  2. Did you mention the exact ticket ID (e.g., PROJ-123)?

  3. Do you have access to that ticket in Jira?

Solution: Verify integrations are configured in your Bito account settings.

I need to remove Bito from a channel

Steps:

  1. Open the channel

  2. Click the channel name to view details

  3. Go to the Integrations tab

  4. Find Bito and click Remove

Bito will no longer see messages or respond in that channel.

Frequently Asked Questions

Does Bito read all messages in a channel?

Bito only reads messages in threads where someone mentions @Bito. It doesn't process or store messages from conversations where it's not mentioned.

Can I use Bito in private channels?

Yes. Invite Bito to private channels the same way you would invite any team member. Only people in that private channel can interact with Bito there.

How much does Bito AI Assistant cost?

Bito AI Assistant is included in Bito's paid plans. Check bito.ai/pricingarrow-up-right for current plan details and features.

Does Bito learn from our conversations?

Bito uses conversation context to provide better responses during that discussion. Your team's specific conversations are used to improve responses within your Bito account but are not used to train public AI models.

What happens if I exceed my plan limits?

Bito will notify you when you approach plan limits. Responses may be rate-limited if you exceed usage caps. Upgrade your plan to increase limits.

Can I use Bito for customer support channels?

Yes, but consider privacy implications. Bito reads all messages in threads where it's mentioned. Only use it in channels where AI assistance is appropriate.

Next steps

Now that you understand how Bito AI Assistant works:

  1. Invite Bito to your most active project channels

  2. Try common use cases like summarizing threads or extracting action items

  3. Share with your team so everyone knows how to use @Bito

  4. Experiment with different types of questions to discover what works best for your workflow

Welcome to faster, smarter team collaboration with AI assistance right in Slack.

Last updated