> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/qubeqode-pro-user-guide/start-chat.md).

# Start Chat

This is the main chat interface of the QubeQode Pro platform. It is designed to help users generate smart contracts using a conversational chatbot. Here's a detailed explanation of what you see:

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

**Navigation Bar**

On the top left, you see the QubeQode logo and name and on the right-hand side, there is a toggle button that lets the user switch between ***"Basic"*** and ***"Pro"*** modes, indicating different tiers of the platform.

**Chat History**

A **"Start Chat"** button allows users to initiate a new chat session with the chatbot. Below it is the **History** section, which shows a list of previous chat sessions along with timestamps *(e.g., "7 hours ago," "12 hours ago," "Yesterday")*. Each entry shows the first few words of past prompts. At the bottom, there is a **Settings** button, likely for user preferences or chatbot configurations.

**Chat Window**

The main message says, ***"How can I help you today?"***, which prompts the user to type their request. Below this message is a text box where users can enter their prompt to generate a smart contract. Once you type your request, you can click the arrow-shaped Send button on the right side of the input box to submit it and start the contract generation process.


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/qubeqode-pro-user-guide/start-chat.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.
