> For the complete documentation index, see [llms.txt](https://docs.bugbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/automatic-response-generator-using-chatgpt.md).

# Automatic Response Generator using ChatGPT

### How to Use the Automatic Response Generator

You can generate automated replies using ChatGPT ,which enables you to quickly generate responses for frequently asked questions and customer inquiries without spending time crafting individual responses.

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

1. Click on the **Generate Auto Response using chatGPT** button.

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

2. A Modal will open.
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.

<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" %}
You can make a maximum of 10 requests within a span of 24 hours.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bugbase.ai/program-guide/bug-bounty-dashboard/program-reports-section/automatic-response-generator-using-chatgpt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
