# FAQs

## Technical Support

<details>

<summary>Why doesn't Expert Mode show the troubleshooting flowchart every time?</summary>

1. ChatDBA will only display the corresponding troubleshooting flowchart when the issue you provide is troubleshooting database failures.
2. Due to the complexity of generating the troubleshooting flowchart, it may not be displayed due to parsing failure. We are making every effort to fix this issue and apologize for any inconvenience caused. If you have any questions, please feel free to contact us and join our[ Discord community](https://discord.com/invite/z8n77SCa37).

</details>

<details>

<summary>Why do unknown errors sometimes occur?</summary>

In order to better solve your problem, ChatDBA will work hard in the background, and some parsing errors may cause the output results to fail. We have been working tirelessly to optimize it for this purpose. If any negative impact is caused during its use, please understand.

</details>

<details>

<summary>My preferred language is a non-Chinese language. Why is there some Chinese in the result?</summary>

Due to the fact that ChatDBA uses a multilingual model. Therefore, there may be some minor issues in language conversion. If it has seriously affected your results, please feel free to join our [Discord community](https://discord.com/invite/z8n77SCa37) at any time. We are always available to chat with you and lend a helping hand. Alternatively, you can try to regenerate the answers for this round and give ChatDBA another chance😭.

</details>


---

# 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/faqs.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.
