# Use tips

What if you find that your input is incorrect or the description provided is not detailed enough? What if you want to cancel the generation during the inquiry? What should I do if there are errors during the questioning process? Don't worry, here are some tips for using ChatDBA.

## Tip 1: Cancel Generation

During the process of generating answers, if you want to cancel the generation, you can click the cancel generation button in the bottom right corner to immediately stop ChatDBA from generating answers.

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

## Tip 2: Re edit

If you find that your input is incorrect or you want to add more detailed description information during the questioning process, you can first click the cancel generation button to stop this round of output, then click the re edit button to rewrite the information you entered, and finally, click the re generate button to start generating a new answer.

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

## Tip 3: Regenerate

If you are not satisfied with the results generated after receiving the answer, you can use[ feedback](/chatdba-advanced-exploration/user-information-settings-and-feedback.md) to provide valuable feedback, or you can also regenerate the answer for this round.

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

## Tip 4: Copy

If you want to copy the generated answer or the content of the generated code block, you can click our copy button to get the result you want.

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

## Tip 5: Reload

If you encounter an unknown error while interacting with ChatDBA, you can join our [Discord community](https://discord.com/invite/z8n77SCa37) as soon as possible. We are always available to chat with you and lend a helping hand. Of course, you can also click the reload button at the bottom of the screen, which may give you the final answer you want!

<figure><img src="/files/0W6pDqtJ6lYTsSQO6lRA" alt=""><figcaption></figcaption></figure>


---

# 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://doc.chatdba.com/chatdba-advanced-exploration/use-tips.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.
