> For the complete documentation index, see [llms.txt](https://doc.chatdba.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.chatdba.com/readme.md).

# What's ChatDBA?

🚀 ChatDBA is an intelligent database assistant based on large language models. Through dialogue interaction, database fault diagnosis, database professional knowledge learning, SQL generation and optimization functions can be carried out, greatly improving the work efficiency of database practitioners. Whether for small and medium-sized enterprises or large organizations, ChatDBA can provide powerful database support to ensure smooth and efficient business operations.

{% hint style="success" %}
We offer every new user a three-day free trial.
{% endhint %}

## Improve Database Management Efficiency **in Only Three Steps**

#### &#x20;STEP ONE :

Start a conversation with ChatDBA and describe the issues or requirements you have encountered in database management.

#### &#x20;STEP TWO :

ChatDBA will provide you with professional fault diagnosis, knowledge learning advice, and SQL statement generation and optimization solutions through intelligent analysis.

#### &#x20;STEP THREE:

Adopt ChatDBA's suggestions and apply them to your database operations to enjoy an efficient and professional database management experience, ensuring smooth and efficient business processes.

## **Discover** ChatDBA

💡    **Intelligent Database Assistant:**

Have an intuitive conversation with ChatDBA to make your database management simpler and more efficient than ever before.

🔧    **One click optimization**:

Quickly diagnose problems and provide solutions, ChatDBA makes database maintenance easy.

📚    **Knowledge Empowerment:**

Constantly learning the latest database knowledge, ChatDBA provides continuous professional knowledge support for your team.

🚀   **Performance acceleration:**

Generate and optimize SQL statements, ChatDBA ensures that your database always runs at its best speed and efficiency.

## Start asking ChatDBA questions

ChatDBA is a brand new intelligent database assistant that provides a conversational interactive platform for database professionals. Through this platform, users can easily perform database fault diagnosis, deepen database expertise, generate SQL statements, and optimize SQL performance.

Are you ready to start your journey of resolving database issues using ChatDBA? Let's get started!


---

# 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://doc.chatdba.com/readme.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.
