# Submit a Bug Report on BugBase

### Pre-requisites

* User Account on **BugBase**. You can [**Register here!**](https://bugbase.in/register)

### Submitting a report

1. Login to your BugBase account and visit **`Programs`** page.

<figure><img src="/files/bw9PvLGjqkl2KuVMOxiy" alt=""><figcaption></figcaption></figure>

2. Click on the program on which you want to submit the bug report from the list of all available programs.

<figure><img src="/files/trmbHiDXGwseW8HbadP0" alt=""><figcaption></figcaption></figure>

3. After reading the Program Policy and Scopes carefully, click on the **`Submit Report`** button.

<figure><img src="/files/5N8xRF6RKciFDNb0Yxxj" alt=""><figcaption></figcaption></figure>

4. Enter the `Scope`, `Vulnerability Type`, `Severity`, `Summary`, `Attachments` and other details about the bug.

{% hint style="info" %}
You can use the **CVSS Calculator** to determine the severity of your bug.
{% endhint %}

<figure><img src="/files/OVdscYGPiQp5o0ZpKlOl" alt=""><figcaption></figcaption></figure>

5. Review all report details before the final submission by clicking on **`Submit Report`**.

{% hint style="success" %}
And that's it! 🎉 Congratulations on submitting a new Bug Report on **BugBase**.
{% endhint %}

{% hint style="info" %}
You can also draft the report and view it later by clicking on **`Save As Draft`** button.
{% endhint %}


---

# 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.bugbase.ai/how-to/submit-a-bug-report-on-bugbase.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.
