How to Use Belha.dev

Your simple guide to finding answers in any documentation site.

1Getting Started

Belha.dev lets you search documentation sites by asking questions in plain English. No need to browse through pages - just ask what you want to know and get an instant answer with links to where it came from.

Quick Start (4 steps)

  1. Go to the Dashboard
  2. Pick a documentation site from the dropdown
  3. Type your question (like you'd ask a friend)
  4. Get your answer with source links

2Asking Questions

Just type your question like you're texting a colleague. You don't need special keywords or exact phrases - the AI understands what you mean.

Have a Conversation

You can ask follow-up questions. The AI remembers what you talked about:

You:"How do I accept card payments?"
AI:...explains how card payments work...
You:"Show me how to do that in Python"
AI:...gives you Python code for card payments...

Your conversation is saved. Close the tab and come back later - it's still there.

Example Questions

  • "How do I get started?"
  • "Show me a code example for payments"
  • "What happens when a webhook fails?"
  • "Explain the difference between X and Y"

Tips for Better Answers

  • Be specific about what you need
  • Say "show me code" if you want examples
  • Mention your programming language
  • Ask "explain" if you want simpler terms

3Copy and Share

Found something useful? Copy it or share the whole conversation with your team.

Copy Answers

  • Hover over any answer to see the "Copy" button
  • Code blocks have their own copy button
  • Paste into Slack, docs, or anywhere

Share Conversations

  • Click the share icon in the header
  • A link is copied to your clipboard
  • Anyone with the link can view the chat

4Adding New Documentation Sites

Want to search a documentation site that's not listed? You can add it yourself.

How to Add a Site

  1. Go to the home page
  2. Click "Add Your Docs"
  3. Paste the documentation website address
  4. Click "Index" and wait a few minutes
  5. Done! The site is now searchable

Adding a site usually takes 1-5 minutes depending on how big the documentation is.

5Adding Search to Your Website

If you have your own documentation site, you can add Belha.dev search to it. Just copy this code and paste it into your website:

<iframe
  src="https://belha.dev/embed?url=YOUR_SITE"
  width="100%"
  height="500"
  frameborder="0"
></iframe>

Replace YOUR_SITE with your website address (like docs.example.com).

6Sites You Can Search

7Common Questions

How accurate are the answers?

Answers come directly from the documentation. Every answer includes links to the original source so you can verify it yourself.

Is my data private?

We don't store your questions beyond the current session. Your conversations are only saved in your browser unless you share them.

Can I search private or internal docs?

Not yet. Right now we only work with public documentation. Private docs support is coming soon.

How do I update an outdated site?

Just add the site again from the home page. It will re-scan and update the content.

Is there an API I can use?

We're building one! If you're interested, let us know what you'd use it for.

It's not finding what I need. What should I do?

Try rephrasing your question or being more specific. You can also check the source links to browse the docs directly.