README files
The first thing a developer reads. Indexed as a primary source so quickstart and install instructions land in answers.
Connect a GitHub repo once and Biel turns READMEs, docs folders, and code into source-cited answers for your customers and your team. Public or private. Auto-sync via GitHub Actions.
Used by teams that take their documentation seriously
The first thing a developer reads. Indexed as a primary source so quickstart and install instructions land in answers.
Markdown, MyST, reStructuredText. Whatever lives in your docs folder, indexed at the file level so citations link to the right anchor.
Any file in the repo can be indexed: docstrings, code comments, JSON schemas, even raw source. Configure include / exclude patterns per repo.
If your repo publishes a docs site to *.github.io or a custom domain, point Biel at the live URL and it crawls the rendered HTML β Jekyll, Hugo, MkDocs, any builder.
repo scope. Biel reads the default branch and crawls files matching your include patterns..github/workflows/ that calls the sync API when docs change, scoped with paths: filters so unrelated commits donβt trigger crawls. Or run it manually from the dashboard.repo scope to the source. The token is stored encrypted, used only to read the repo, and your customers do not need GitHub access to read the answers it produces.docs/** so unrelated commits do not trigger crawls.