Creating an AI-Enhanced Bookmarking Buddy with Notion

[Chat Thing](https://chatthing.ai/)

Open main menu

- Features
- Use Cases
- [Pricing](https://chatthing.ai/#pricing)
- Resources

[Log in](https://app.chatthing.ai/app/auth/login) [ Book a demo](https://chatthing.ai/demo) [Sign up](https://app.chatthing.ai/app/auth/register)

[← Back to blog](https://chatthing.ai/blog)Blog # Creating an AI-Enhanced Bookmarking Buddy with Notion

![Zef](https://res.cloudinary.com/djyjvrw5u/image/upload/v1710941716/IMG_2278_d3b5e4fa69.jpg)

Zef

19 Jun 2024

---

![Creating an AI-Enhanced Bookmarking Buddy with Notion](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718809170/notion_bookmarking_952d204655.png)

---

### On this page

1. [Creating the Ultimate AI-Enhanced Bookmarking Buddy with Notion](#creating-the-ultimate-ai-enhanced-bookmarking-buddy-with-notion)
   1. [Creating a Notion database for your AI bookmarking tool](#creating-a-notion-database-for-your-ai-bookmarking-tool)
   2. [Creating the AI bookmark bot with Chat Thing](#creating-the-ai-bookmark-bot-with-chat-thing)
   3. [Using the bookmark bot](#using-the-bookmark-bot)
   4. [What next?](#what-next)

## Creating the Ultimate AI-Enhanced Bookmarking Buddy with Notion

If you are anything like us, you are constantly finding and bookmarking content on the internet.

Many well-known apps, such as Pocket, Raindrop.io, and Evernote, help with this, but none of them are perfect or as customisable as we'd like.

We often add bookmarks only for them to be lost under the ever-increasing pile of new links. Sometimes, we remember something we added weeks later and can no longer find it, and things are not categorised as well as they could be.

All of these little issues got us thinking. Could we build an AI-powered bookmark bot using Chat Thing and Notion? Well, we've done just that, and it's pretty awesome!

Read on to find out how to create something similar in about 5 minutes!

So, how will our AI bookmark manager bot work, and what will it do?

It's pretty simple: open up the bot and paste it into the link whenever you find something interesting online. The bot will gather info on the link and save it into your Notion database. On top of that, the bot will do some beneficial things:

- Automatically assign the type of bookmark, e.g. "Website", "Image", "Video", "Tweet", etc
- Automatically categorise it. E.g. "Personal", "Health", "Finance", "Food", "Home", etc
- Visit the link and generate a summary description with AI
- We can ask questions about the bookmarks we've added. Eg. "What have I added this week?", "What podcasts have I added".

If you are more of a visual learner you can watch this tutorial below:

### Creating a Notion database for your AI bookmarking tool

Before we create the bookmarking bot in Chat Thing, you will need to create a database in Notion. If you want to copy ours, you can duplicate a template [here](https://pixelhop.notion.site/AI-Bookmarks-44633af02124479c8954a6e3ea59d77b?pvs=4).

Here's what our Notion database looks like:

![ai-notion-bookmarks](https://res.cloudinary.com/djyjvrw5u/image/upload/v1717620994/Screenshot_2024_06_05_at_21_56_11_b8833c2c80.png)

The database is relatively simple and we added the following properties:

- Name - A name for the bookmark.
- Created time - When was it added.
- URL - The URL we are bookmarking.
- Type - The type of bookmark (Article, Image, File, Tweet, Video, Website, Podcast).
- Category - The category (Food, Health, Personal, Other, Home, Finance, Business, Development, Design).
- Description - The summary description of the bookmark content.

You could add more properties here, but this should provide a nice start.

### Creating the AI bookmark bot with Chat Thing

Now that your Notion database is ready, it's time to create your bot on Chat Thing. Creating the bot shouldn't take more than 5 minutes, and there are a few steps we will need to complete to get it to work.

#### Writing your prompt

First, we need to create a custom system message that will give our bot instructions on how to act. After making the new bot, we need to go to its general settings so we can add a custom prompt.

You will need to uncheck "Use our default prompt" and then update the system message field with the following:

> You are a helpful and friendly bookmarking who receives links, investigates them and then based on what you find out, categorises them and saves them into a Notion database. Whenever you receive a link, use your browse web function to attempt to get more info on it so you can categorise it better. You can also use the Google search tool to do the same. Don't worry if you can't get any more data, do your best with the info you have, or ask questions about what the link is if that helps.

Here, we give the bot a role and instructions on what it should do when receiving a link.

![Xnapper June 19.webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718801275/Xnapper_June_19_3ffd67233e.webp)

#### Choosing the model

Our bot will need to use power-ups to browse the web and interact with Notion, so you must choose a model that supports tool calling and power-ups. You can do this in the advanced model section. We went with GPT-4o for the best balance of power and cost for this demo.

![Xnapper June 19 (1).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718801490/Xnapper_June_19_1_636d04cdeb.webp)

#### Adding the required power-ups

Next we need to add a few power-ups to our bot. This will allow the bot to visit any link we give it so it can gather info on it and automatically categorise it, etc.

After that, we will add a few power-ups to enable the bot to save and read items from our Notion bookmarks database.

Let's add the Browse web page power-up first. Go to your bot settings, then the Power-ups tab, then a new power-up, select "Browse webpage", and click Create.

You should then see the Browse webpage settings screen, as shown below. We don't need to change anything here, so just save it and get ready to add the next power-up.

![Xnapper June 19 (2).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718804150/Xnapper_June_19_2_e8fdd2a149.webp)

Next, let's add the Google search power-up. This can be used as an additional way for the bot to get information on a link. Again, add the power-up and leave the default settings.

![Xnapper June 19 (3).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718805854/Xnapper_June_19_3_62712cc3ca.webp)

Now, we can move on to adding the Notion power-ups. First, let's add a "Save to Notion database" power-up. Once you have added the power-up, the first thing you need to do is select your Notion bookmarks database.

After that, I updated the power-up name to "Update bookmarks" and the description to "Save and update bookmark items in a Notion database, categorising them by type and category.". **Remember the description is the most important part and should describe what the power-up does to the bot so it knows how and when to use it.**

![Xnapper June 19 (4).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718806230/Xnapper_June_19_4_e0c3250d09.webp)

Next, you should scroll down and set all the database fields to the required using the toggle. It's also worth checking that the AI-generated description of each field is correct. Again, this is important because it tells the AI how it should use each field.

![Xnapper June 19 (5).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718806416/Xnapper_June_19_5_8f5a1e73d0.webp)

Great, we can add our final power-up, a "Query Notion database" power-up. This one will allow our bot to find and retrieve items we already have saved to our Notion bookmark database.

Once you have added the power-up, select the same database you used previously and then update the power-up name and description.

![Xnapper June 19 (6).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718806592/Xnapper_June_19_6_2a9576e92e.webp)

We used the name "Find bookmarks" and the description "Search Bookmarks database".

That should be all the bot building done, we can now test the bot!

### Using the bookmark bot

Using the bookmarking bot is as simple as going to your bot URL and pasting in an interesting link. Here's an example:

![Xnapper June 19 (7).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718807178/Xnapper_June_19_7_83d5981bef.webp)

And the item added to Notion:

![Xnapper June 19 (8).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718807247/Xnapper_June_19_8_2319966fd8.webp)

Pretty cool right!

#### Adding it to your home screen

I am constantly bookmarking things on my phone. To make it as easy as possible, using your new bookmarking bot, you can add it to your home screen, which is super convenient. On iOS, you can visit your bot's URL, then click the share icon and find the add to home screen option.

![Xnapper June 19 (9).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718807879/Xnapper_June_19_9_2636951067.webp)

You can now open your bookmark bot with a few clicks like any other app on your phone!

![Xnapper June 19 (10).webp](https://res.cloudinary.com/djyjvrw5u/image/upload/v1718807879/Xnapper_June_19_10_3f0bfabb8e.webp)

### What next?

This demonstrates the powerful tools you can build using Chat Thing and Notion without any code! This is just one of the 1000s of potential use cases.

If you want to learn more, check out our [Notion Power-up docs](https://chatthing.ai/bots/e83e0574-16cc-4ff5-8fb3-d9c9c5f95cac/), and if you have any questions, please get in contact!

### Related articles

[![Chat Thing's MCP server is live: describe your agent, let AI build it](https://res.cloudinary.com/djyjvrw5u/image/upload/v1784134253/cover_bd9b756581.png)](https://chatthing.ai/blog/chat-thing-mcp-server) [<h4>Chat Thing's MCP server is live: describe your agent, let AI build it</h4>](https://chatthing.ai/blog/chat-thing-mcp-server)

Connect the Claude app, ChatGPT, Claude Code, Cursor or any MCP client to Chat Thing. Describe what you want your agent to do and your AI builds it, tests it, fixes what's wrong, and keeps an eye on it once it's live. 47 tools, no terminal required.

[![How ready is your website for AI agents? Now there's a free way to check](https://res.cloudinary.com/djyjvrw5u/image/upload/v1783957835/hero_91cf981c76.png)](https://chatthing.ai/blog/agent-readiness-checker) [<h4>How ready is your website for AI agents? Now there's a free way to check</h4>](https://chatthing.ai/blog/agent-readiness-checker)

We built the Agent Readiness Checker: a free, no-hype audit of how well AI agents and LLMs can discover, understand and act on your site. And you can chat to an agent about the results.

[![Connect Your AI Agent to 8,000+ Apps with Zapier](https://res.cloudinary.com/djyjvrw5u/image/upload/v1782482565/zapier_hero_debe7969e3.jpg)](https://chatthing.ai/blog/zapier) [<h4>Connect Your AI Agent to 8,000+ Apps with Zapier</h4>](https://chatthing.ai/blog/zapier)

Connect your Chat Thing agent to 8,000+ apps with Zapier. Book meetings, update CRMs, post to Slack, all in one conversation.

<dl>

<dt>Previous</dt>
<dd>[← Launch Week: Day 5 - Use API](https://chatthing.ai/blog/launch-week-day-5-use-api)</dd>

<dt>Next</dt>
<dd>[Client-side power-ups and SDK improvements! →](https://chatthing.ai/blog/client-side-power-ups-and-sdk-improvements)</dd>

</dl>

## Footer

### Ready to answer every question, day or night?

Add an AI support agent to your site in minutes.

[Get started free](https://app.chatthing.ai/app/auth/register) [Book a demo](https://chatthing.ai/demo)

AI customer support that learns from your content and answers 24/7.

### Features

- [Channels: Deploy your bot](https://chatthing.ai/pages/features/channels)
- [Data sources: Add knowledge](https://chatthing.ai/pages/features/data-sources)
- [Power-ups: Tool calling](https://chatthing.ai/pages/features/power-ups)
- [AI Models: GPT-4, Claude, & more](https://chatthing.ai/pages/features/models)
- [SDK: Create custom assistants](https://chatthing.ai/pages/features/chatbot-sdk)
- [Bot evaluations: Test your bot](https://chatthing.ai/pages/features/testing)
- [Analytics: Topics, sentiment & insights](https://chatthing.ai/pages/features/analytics)
- [Bot Gallery: Example bots](https://chatthing.ai/gallery)
- [All features](https://chatthing.ai/features)

### Use cases

- [AI Customer Support Bots](https://chatthing.ai/pages/use-cases/customer-support)
- [AI Internal Knowledge Bots](https://chatthing.ai/pages/use-cases/internal-knowledge)
- [AI Bots for Marketing](https://chatthing.ai/pages/use-cases/marketing)
- [SDK: Create custom assistants](https://chatthing.ai/pages/features/chatbot-sdk)
- [All features](https://chatthing.ai/features)

### Channels

- [AI support for your website](https://chatthing.ai/pages/features/channels/website)
- [AI support for Slack](https://chatthing.ai/pages/features/channels/slack)
- [AI support for Discord](https://chatthing.ai/pages/features/channels/discord)
- [AI support for WhatsApp](https://chatthing.ai/pages/features/channels/whatsapp)
- [AI support for Telegram](https://chatthing.ai/pages/features/channels/telegram)
- [AI support API](https://chatthing.ai/pages/features/channels/api)

### Data sources

- [Chat with your website](https://chatthing.ai/pages/data-source/web)
- [Chat with your files](https://chatthing.ai/pages/data-source/files)
- [Notion chatbots](https://chatthing.ai/pages/data-source/notion)
- [Chat with your youtube](https://chatthing.ai/pages/data-source/youtube)
- [Chat with your RSS feed](https://chatthing.ai/pages/data-source/rss)

### Company

- [Discord](https://discord.com/invite/DGCCR34Fsj)
- [Docs](https://chatthing.ai/docs/getting-started)
- [Blog](https://chatthing.ai/blog)
- [FAQ](https://chatthing.ai/faq)
- [Status](https://status.chatthing.ai/)
- [Testimonials](https://senja.io/p/chat-thing/iq1tWz)
- [Custom AI development](https://chatthing.ai/pages/ai-development-services)

### Free tools

- [Agent Readiness Checker](https://chatthing.ai/tools/agent-readiness-checker)
- [JSON-LD Generator + Checker](https://chatthing.ai/tools/json-ld-generator)
- [llms.txt Generator & Validator](https://chatthing.ai/tools/llms-txt-generator)
- [Support Ticket Deflection Calculator](https://chatthing.ai/tools/ticket-deflection-calculator)
- [Knowledge Base Grader](https://chatthing.ai/tools/knowledge-base-grader)
- [AI FAQ Generator](https://chatthing.ai/tools/faq-generator)
- [AI Canned Response Generator](https://chatthing.ai/tools/canned-response-generator)
- [Support Bot Prompt Generator](https://chatthing.ai/tools/support-bot-prompt-generator)
- [All free tools](https://chatthing.ai/tools)

### Compare

- [Intercom alternative](https://chatthing.ai/pages/alternatives/intercom)
- [Zendesk alternative](https://chatthing.ai/pages/alternatives/zendesk)
- [Tidio alternative](https://chatthing.ai/pages/alternatives/tidio)
- [Crisp alternative](https://chatthing.ai/pages/alternatives/crisp)
- [Chatbase alternative](https://chatthing.ai/pages/alternatives/chatbase)
- [DocsBot alternative](https://chatthing.ai/pages/alternatives/docsbot)
- [ResolveAI alternative](https://chatthing.ai/pages/alternatives/resolveai)
- [ChatBotKit alternative](https://chatthing.ai/pages/alternatives/chatbotkit)
- [CustomGPT alternative](https://chatthing.ai/pages/alternatives/customgpt)
- [Botsonic alternative](https://chatthing.ai/pages/alternatives/botsonic)
- [Ada alternative](https://chatthing.ai/pages/alternatives/ada)

### Join our newsletter

Be the first to know about new features and updates.

Join

[Privacy](https://chatthing.ai/legal/privacy) [Terms](https://chatthing.ai/legal/terms) [DPA](https://chatthing.ai/legal/dpa) [GDPR](https://chatthing.ai/legal/gdpr) [Sub-Processors](https://chatthing.ai/legal/sub-processors)

[Twitter](https://twitter.com/pixelhopio) [Discord](https://discord.com/invite/DGCCR34Fsj) [YouTube](https://www.youtube.com/@ChatThingAI)

© 2026 Chat Thing. All rights reserved. Company number: 14789358. Built with  by [Pixelhop](https://pixelhop.io?utm_source=chat+thing&utm_medium=website)

## Cookies

We use cookies to run the site and understand how it's used. You can change your choice anytime.

Accept

Decline

Customise