> For the complete documentation index, see [llms.txt](https://docs.qremix.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qremix.org/solidity-modules/q-remix-chatbot.md).

# Q-Remix Chatbot

### AI Chatbot

The AI Chatbot acts as a real-time coding assistant and learning companion, making development smoother and more interactive.

#### Access:

The AI Chatbot can be accessed by clicking the AI icon located in the bottom-right corner of the Q-Remix interface.

#### Key Functionalities:

* **Error Debugging:** Automatically analyzes your code and helps you identify and resolve errors or inconsistencies.
* **Solution Suggestions:** Recommends possible fixes or improvements for the code you are writing.
* **Code Generation:** Offers snippets or full code blocks based on the problem or prompt you provide.
* **Conceptual Explanations:** Explains Solidity concepts in simple terms to aid learning and understanding.

#### Conversational Features:

* **Context Memory:** The chatbot remembers the last 5 to 10 interactions in your session, which allows it to maintain context and provide relevant follow-up responses.
* **Prompt Suggestions:** If users are unsure how to begin, the assistant provides dynamic suggestions tailored to recent interactions or existing code.

#### Use Case:

Whether you're troubleshooting a contract or learning the basics of Solidity, the AI Chatbot can serve as both a knowledgeable coding partner and a personal tutor.

> *Use the chatbot as a coding partner or a personal tutor to understand or fix your Solidity code faster.*

<figure><img src="https://3633094706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj7rwyc4EeGqNoC2Ji4bS%2Fuploads%2FqEMDb85fZx8FS7i1jWpc%2Fimage.png?alt=media&amp;token=d262143e-a63c-49d0-bae7-f8f45914e6b0" alt="" width="438"><figcaption></figcaption></figure>

<figure><img src="https://3633094706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj7rwyc4EeGqNoC2Ji4bS%2Fuploads%2FCKkHNXsZYTAmEgoZWGjB%2FScreenshot%202025-04-16%20190921.png?alt=media&amp;token=a09df41e-5120-4678-a8d5-edfae3125105" alt=""><figcaption></figcaption></figure>

Other than just generating the code, the AI chatbot also provides a crisp description of it’s response to help user understand better.

<figure><img src="https://3633094706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj7rwyc4EeGqNoC2Ji4bS%2Fuploads%2FJvUvcCUKQopIRPgQ1qTK%2FScreenshot%202025-04-16%20191016.png?alt=media&amp;token=e087010b-81da-491e-a08d-11c74b052df2" alt=""><figcaption></figcaption></figure>
