# DEVELOPER GUIDE

- [BetterBugs Web SDK](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk.md): Integrate a custom bug reporting/feedback widget into your web apps using the BetterBugs Web SDK.
- [Quick overview](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/quick-overview.md): Simplify bug reporting within your web apps with the BetterBugs Web SDK.
- [Installation](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation.md): Check out the steps to install the BetterBugs Web SDK widget for your web apps.
- [Start widget with CDN Script](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/start-widget-with-cdn-script.md): Quick installation guide to start the BetterBugs Web SDK widget with a CDN script.
- [Start widget with npm or yarn](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/start-widget-with-npm-or-yarn.md): Quick installation guide to start the BetterBugs Web SDK widget with npm or yarn.
- [React app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/react-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your React applications.
- [Vue app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/vue-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your Vue applications.
- [Svelte app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/svelte-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your Svelte applications.
- [Electron app example](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/electron-app-example.md): Quick installation guide to setup the BetterBugs Web SDK widget for your Electron applications.
- [Troubleshooting issues](https://docs.betterbugs.io/developer-guide/betterbugs-web-sdk/installation/troubleshooting-issues.md): In case you’re stuck or face any issues with the SDK installation, please refer here.
- [Using Web SDK](https://docs.betterbugs.io/developer-guide/using-web-sdk.md): Check out the steps for using the Web SDK widget in your apps.
- [Development mode](https://docs.betterbugs.io/developer-guide/using-web-sdk/development-mode.md): Check the complete flow for using the SDK widget in “development” mode.
- [Production mode](https://docs.betterbugs.io/developer-guide/using-web-sdk/production-mode.md): Check the complete flow for using the SDK widget in “production” mode..
- [Configuration options](https://docs.betterbugs.io/developer-guide/configuration-options.md): Configure the Web SDK with customization options for UI and also tweak settings to control its behavior programmatically.
- [Methods and Event hooks](https://docs.betterbugs.io/developer-guide/methods-and-event-hooks.md): Use the Web SDK with several useful methods and listen to lifecycle event hooks for deeper integrations


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.betterbugs.io/developer-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
