# Response Generation through ChatGPT on Report Chat

### How to Use the Response Generator

You can now generate replies using **ChatGPT** on any Bug Report on BugBase,which enables you to generate clear AI driven responses for frequently asked questions and customer inquiries without spending time crafting individual responses.

This **Generate Response with ChatGPT** feature can be found on any Bug Report.

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

1. Click on the **Generate Response with ChatGPT** button.

<figure><img src="/files/7eEuIe9NsQBfwsnEzODH" alt=""><figcaption></figcaption></figure>

2. A popup will appear asking for a Prompt using which a response will be generate.&#x20;
3. Specify a prompt for the response you want to generate. This could be a question or a statement that you want the response to be related to. This response will be generated keeping the previous chat messages in consideration.

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

4. Click on the **Generate Response** button. The app will then use ChatGPT to generate a response based on your prompt.

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

5. Review the generated response. If you are satisfied with the response, you can edit and click on **Use this Response** button to copy the response to the message box.
6. If you want to alter the generated response, you can modify the prompt and click on the **Generate Response** button again. The app will then generate a new response based on the modified prompt.

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

{% hint style="warning" %}
**Note:** You can make a maximum of **10 requests** within a span of **24 hours**.
{% 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/bounty-hunter-guide/bounty-hunter-reports-section/response-generation-through-chatgpt-on-report-chat.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.
