For ReadMe

Ask AI for your ReadMe docs

Add an Ask AI chatbot or AI search widget to your ReadMe docs. Readers ask questions in plain language and get source-cited answers from your guides, API reference, and changelog. Business and Enterprise plans only.

14-day freeSelf-serveLive in 15 min
Biel.ai chatbot
Powered by biel.ai
Assistant
Hi! how can I help you?
Suggested questions
enable dark mode
Assistant

To enable dark mode for Biel.ai on your website, follow these steps:

  1. Modify your website’s main HTML file.
  2. Add the attribute data-theme="dark" to the <html> tag.
html
<html data-theme="dark">
  <!-- Your existing HTML content -->
</html>

This change activates the dark mode styling for Biel.ai…

Send
AI-generated answers may contain errors. Verify official sources before use.

Used by teams that take their documentation seriously

GrepTime
ScyllaDB
SecuroSys
Katalon
Talon.one
Tezos
CrazyGames
GrepTime
ScyllaDB
SecuroSys
Katalon
Talon.one
Tezos
CrazyGames
Install

Three ways to ship Biel on ReadMe

A floating Ask AI chatbot via Custom JavaScript, an AI search field next to ReadMe search, or a hosted MCP endpoint Claude and Cursor can query directly.
Full installation guide

Inject via ReadMe Custom JavaScript

ReadMe Business and Enterprise plans expose a Custom JavaScript field in Settings → Appearance. Paste the Biel snippet there and the Ask AI button appears on every page in your ReadMe project: guides, reference, changelog, all of them.
  • Floating Ask AI button on every page
  • Indexes API reference, guides, and changelog
  • Per-project install: scope by ReadMe project
  • Compatible with all ReadMe themes
ReadMe Custom JavaScript
// Settings → Appearance → Custom JavaScript & CSS

(function() {
  var link = document.createElement('link');
  link.rel = 'stylesheet';
  link.href = 'https://cdn.jsdelivr.net/npm/biel-search/dist/biel-search/biel-search.css';
  document.head.appendChild(link);

  var script = document.createElement('script');
  script.type = 'module';
  script.src = 'https://cdn.jsdelivr.net/npm/biel-search/dist/biel-search/biel-search.esm.js';
  script.onload = function() {
    var btn = document.createElement('biel-button');
    btn.setAttribute('project', '<YOUR_PROJECT_ID>');
    btn.setAttribute('header-title', 'Documentation AI');
    btn.setAttribute('button-position', 'bottom-right');
    btn.setAttribute('button-style', 'dark');
    btn.textContent = 'Ask AI';
    document.body.appendChild(btn);
  };
  document.head.appendChild(script);
})();

Biel.ai vs ReadMe built-in search

ReadMe's search is solid for keyword lookup against API reference and guides. Biel is built for natural-language questions, with awareness of endpoints, versioned projects, and the changelog. Many ReadMe sites run both.

DimensionReadMe searchBiel.ai
Query typeKeyword and title matching across guides and reference. Returns a list of pages.Natural-language questions. Returns a synthesized answer with source citations.
API reference handlingReadMe's strength. Search indexes endpoint titles and parameter names well.Reads endpoint descriptions, parameter docs, and request/response shapes as documentation. Cites specific endpoints.
Changelog and guidesAll indexed in one keyword search. No question-shape awareness.Same content, indexed for natural-language questions. Citations preserve which section the answer came from.
Multi-version docsReadMe supports versioned projects. Each version has its own search index.Per-version indexes. Scope answers to the user's current version automatically.
LanguagesSingle-language search per ReadMe project.Answers in 60+ languages, including languages your docs are not written in.
AnalyticsReadMe analytics tracks page views and search queries.Plus unanswered questions, satisfaction trends, and a Content Gaps view that updates daily.
InstallBuilt into ReadMe. No install required.One Custom JavaScript field. Live in 15 minutes.
CostIncluded with ReadMe.From $50/mo, self-serve. 14-day free trial, no credit card required.

Things teams ask during evaluation

Which ReadMe plans does it work with?

Custom JavaScript is a Business and Enterprise plan feature on ReadMe. The widget install requires it. Free and Startup plans can use Biel by hosting their docs site separately and indexing the public ReadMe URL.

Does it understand our API reference?

Yes. Endpoint pages, parameter docs, request and response shapes are indexed as documentation. Citations resolve to the right endpoint anchor, so readers see exactly which endpoint the answer came from.

Will it work with versioned projects?

Yes. Each version your ReadMe project publishes is indexed as its own source. Readers on /v1.0/ do not get answers from /v2.0/.

Can it index our changelog?

Yes. ReadMe Changelog entries are indexed alongside guides and reference. Useful when readers ask "what changed in the latest release?".

Can we keep ReadMe's built-in search?

Yes. Biel sits alongside as a separate widget for natural-language questions. Many ReadMe sites run both.

How long does the install take?

One Custom JavaScript field. Most teams are live in 15 minutes including indexing.

Where does our content go?

EU-hosted by default. GDPR compliant. Your content is never used to train models.

Make your ReadMe docs answer questions

14-day free trial · No credit card required · From $50/mo
Use a different platform? See our integration pages for Paligo, Document360, Docusaurus, MkDocs, and Sphinx.
Try me ↓