# Welcome

### **Hi there 👋**

BugSplat is a crash-reporting, error-reporting, and bug-tracking tool that helps developers efficiently identify and fix defects in order to support more stable applications.

{% content-ref url="introduction/getting-started/quickly-submitting-your-first-crash-in-under-5-minutes" %}
[quickly-submitting-your-first-crash-in-under-5-minutes](https://docs.bugsplat.com/introduction/getting-started/quickly-submitting-your-first-crash-in-under-5-minutes)
{% endcontent-ref %}

These documents contain everything you need to get fully up to speed with BugSplat. This includes [getting started guides](https://docs.bugsplat.com/introduction/getting-started),[ tutorials for integrating our various platforms](https://docs.bugsplat.com/introduction/getting-started/integrations), overviews of [3rd-party tool integrations](https://docs.bugsplat.com/introduction/development/integrating-with-tools), a [walkthrough of using the web application](https://docs.bugsplat.com/introduction/development/using-the-app), links to our[ webservices (API)](https://docs.bugsplat.com/introduction/development/web-services/api), and much more.

Use the links below to begin navigating these docs. If you can’t find something use the left-hand menu or the handy search bar in the top right.

If you need any support please contact us at <support@bugsplat.com>, chat with us via the in-app chat window, or ping us on our [Discord](https://discord.gg/K4KjjRV5ve).

## Introduction

Whether you're new to BugSplat or simply setting up a new project, our resources for getting started make the process straightforward.

{% content-ref url="introduction/getting-started" %}
[getting-started](https://docs.bugsplat.com/introduction/getting-started)
{% endcontent-ref %}

{% content-ref url="introduction/development" %}
[development](https://docs.bugsplat.com/introduction/development)
{% endcontent-ref %}

{% content-ref url="introduction/production" %}
[production](https://docs.bugsplat.com/introduction/production)
{% endcontent-ref %}

{% content-ref url="education/videos" %}
[videos](https://docs.bugsplat.com/education/videos)
{% endcontent-ref %}

## **Education**

Information helpful for understanding and using BugSplat, FAQ's, and answers to common questions.

{% content-ref url="education/bugsplat-terminology" %}
[bugsplat-terminology](https://docs.bugsplat.com/education/bugsplat-terminology)
{% endcontent-ref %}

{% content-ref url="education/how-tos" %}
[how-tos](https://docs.bugsplat.com/education/how-tos)
{% endcontent-ref %}

{% content-ref url="education/faq" %}
[faq](https://docs.bugsplat.com/education/faq)
{% endcontent-ref %}

{% content-ref url="education/faq/common-end-user-questions" %}
[common-end-user-questions](https://docs.bugsplat.com/education/faq/common-end-user-questions)
{% endcontent-ref %}

## Administration

Documentation covering user management, account management, billing, and upgrades.

{% content-ref url="administration/introduction" %}
[introduction](https://docs.bugsplat.com/administration/introduction)
{% endcontent-ref %}

{% content-ref url="administration/account-managment" %}
[account-managment](https://docs.bugsplat.com/administration/account-managment)
{% endcontent-ref %}

{% content-ref url="administration/billing" %}
[billing](https://docs.bugsplat.com/administration/billing)
{% endcontent-ref %}

{% content-ref url="administration/contact-us" %}
[contact-us](https://docs.bugsplat.com/administration/contact-us)
{% endcontent-ref %}

## About

Information that covers the who, what, when, where, and why's of BugSplat.

{% content-ref url="about/what-is-bugsplat" %}
[what-is-bugsplat](https://docs.bugsplat.com/about/what-is-bugsplat)
{% endcontent-ref %}

{% content-ref url="about/introduction" %}
[introduction](https://docs.bugsplat.com/about/introduction)
{% endcontent-ref %}

{% content-ref url="about/who-is-bugsplat" %}
[who-is-bugsplat](https://docs.bugsplat.com/about/who-is-bugsplat)
{% endcontent-ref %}

## Updates

Updates to the BugSplat web app, various SDK's, and other aspects of our services.

{% content-ref url="<https://app.gitbook.com/o/-LBMgmIbZKqjzfg08G3A/s/sp3FI4nKN6iV03ORdA9B/>" %}
[BugSplat Changelog](https://app.gitbook.com/o/-LBMgmIbZKqjzfg08G3A/s/sp3FI4nKN6iV03ORdA9B/)
{% endcontent-ref %}


---

# 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.bugsplat.com/readme.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.
