Meet the New Drupalize.Me AI Assistant

An experimental new way to explore our Drupal tutorials – powered by AI, guided by humans.

We’ve been experimenting with different ways to use AI to make Drupalize.Me even more helpful for our members, and we’re excited about this first update: a new AI-powered chatbot that can search and summarize tutorials from our library.

We’re using a technique called retrieval-augmented generation (RAG). Essentially, this means you can ask it questions in plain English, and it will review our tutorials to find the most relevant answers, summarize what it finds, and direct you to where you can learn more.

So you can ask things like:

  • “How do I make a list of blog posts on my site?”
  • “Can Drupal modules add new permissions?”
  • “Show me tutorials about testing.”

Why we built it

Drupalize.Me has hundreds of tutorials covering everything from site building and theming to advanced backend development. That’s great, but it can sometimes make it hard to know where to start or which tutorial will answer your specific question.

We’ve heard from members (and we’ve felt it ourselves!) that this extensive library can be hard to navigate. One thing we’ve learned is that keyword search doesn’t always cut it – especially if you’re new to Drupal and still learning the vocabulary.

The new Drupalize.Me AI Assistant is an attempt to bridge that gap. It understands your question, translates it into Drupal’s terminology, and helps you find the most relevant tutorials even if you’re not sure what keywords to use.

You know that thing where you go to Google to search for help on a task, and your first few searches are really just reviewing the results, getting familiar with domain-specific terms, and refining your query to get more targeted answers? We hope this AI-powered search tool can ease the time-consuming process of finding the right words to use in a search query and guide you to the answers more quickly.

How to try it

Drupal AI module. Behind the scenes, we’ve got:

  • An AI Assistant that acts as your chatbot guide.
  • A few AI Agents that handle different tasks, including:
    • A RAG search agent that pulls in tutorials and summaries.
    • A glossary agent that defines Drupal terms.
    • A table-of-contents agent that understands how tutorials relate to each other.

We plan to write a few follow-up posts soon with a peek behind the curtain into how it all works.

Give it a try! Click the “Ask Drupalize.Me AI” button next time you’re exploring the site and see how it can help guide you toward your next “A-ha!” moment.

Similar Posts

  • AI is changing how shoppers find your products

    AI is already reshaping how shoppers discover, compare, and purchase products. Here’s what’s happening, why it matters, and what WooCommerce merchants should know right now. If you sell online, the way your customers find you is changing. Half of all consumers now use AI when searching the internet, according to McKinsey. Shoppers are asking ChatGPT…

  • Release Day: The Drupal Recipes API

    We recently completed a new set of tutorials covering the Drupal Recipe API. My interest in Drupal recipes began while I was working on documentation for the Drupal CMS User Guide, which relies heavily on recipes to provide its features. Drupal CMS is just Drupal core plus a curated set of contributed modules, preconfigured to…

  • Entity API Course Updated to Cover the Use of PHP Attributes

    As of Drupal 11.1.0, core has support for defining custom entity types (both content and configuration) using PHP attributes instead of annotations. And now, all our Entity API tutorials have been updated to reflect this change. We previously performed extensive updates that rewrote all our tutorials that made use of annotations for Drupal plugins. See…