> 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/start-a-conversation-with-chatdba/beginners-guide.md).

# Beginner's Guide

If you have any questions or need further assistance, 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.

Welcome to explore the new era of intelligent databases in ChatDBA! Here, you will experience ChatDBA transforming your database requirements into precise solutions through intuitive dialogue. Whether it's fault diagnosis, knowledge learning, or SQL statement generation and optimization, ChatDBA can bring revolutionary efficiency improvements to your database work through dialogue. Join us and make ChatDBA your database management partner, working together to ensure smooth and efficient business processes.

## Step 1: Register/Login

1. Click the 'Login' button to access your ChatDBA account. (If you have already registered)

<div data-full-width="false"><figure><img src="/files/nKV5JzzIAs1IX08fT5T2" alt=""><figcaption></figcaption></figure></div>

2. If you have not registered before, we will automatically register for you. You only need to fill in your account and password.

#### Note:

* Account: Your email address
* Password: Requires special characters, uppercase and lowercase letters, and numbers (minimum of eight characters required)

3. Before successful registration, we will send an email to the account email provided by you, which includes a 6-digit verification code to confirm registration.

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

## Step 2: Start a conversation with ChatDBA

### # Scenario 1: Click on the dialog box and enter the question you want to ask about the database

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

### # Scenario 2: If you don't have specific follow-up ideas, please brainstorm according to the prompts provided by ChatDBA.

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

Of course, before you ask a question, you can first choose your preferred language (currently we support Simplified Chinese, Traditional Chinese, English, Korean)

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

Fantastic! You are now equipped with basic tools for easy browsing of ChatDBA. Keep the conversation open and let AI turn your vision into reality!


---

# 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/start-a-conversation-with-chatdba/beginners-guide.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.
