---
title: "How to build a Perplexity-like Chatbot in Slack?"
url: https://daily.dev/posts/how-to-build-a-perplexity-like-chatbot-in-slack--ncgffanau
source_url: https://dev.to/composiodev/how-to-build-a-perplexity-like-chatbot-in-slack-533j
type: article
source: "Community Picks"
published: 2024-07-29T07:02:29.785Z
updated: 2024-10-05T19:00:00.971Z
tags: ["ai", "python", "bots", "openai", "slack"]
reading_time: 7
upvotes: 45
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to build a Perplexity-like Chatbot in Slack?

**[Community Picks](https://daily.dev/sources/community)** · 7 min read · 45 upvotes · 2 comments

## Summary

Learn how to build a Slack chatbot that can search the internet and return information with citations using AI. The process involves configuring a SlackBot, setting up event listeners, and utilizing the Composio platform with tools like Exa and Tavily. Follow step-by-step instructions to install necessary libraries, configure integrations, and build the agent workflow. The guide also explains how to define and deploy AI agents capable of responding to Slack messages by retrieving information through internet searches.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/composiodev/how-to-build-a-perplexity-like-chatbot-in-slack-533j>

## Community discussion

Top comments from developers on daily.dev.

**@psk** · 0 upvotes

> amazed

**@mercurius** · 0 upvotes

> What AI tool do they use for these pixel arts? The ones I looked up either ended up producing shit, where tied in with software etc.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#ai](https://daily.dev/tags/ai), [#python](https://daily.dev/tags/python), [#bots](https://daily.dev/tags/bots), [#openai](https://daily.dev/tags/openai), [#slack](https://daily.dev/tags/slack)

[View this post on daily.dev](https://daily.dev/posts/how-to-build-a-perplexity-like-chatbot-in-slack--ncgffanau)
