Frequently Asked Questions

Have questions? We have answers

Getting Started

Is there an AI assistant for Godot?

Yes! GDSense is an AI-powered coding assistant built specifically for Godot Engine. It integrates directly into the Godot editor as a plugin, providing intelligent code suggestions, explanations, and assistance tailored to GDScript and Godot's node-based architecture.

What should I look for in an AI assistant for Godot?

Look for an assistant that works inside the Godot editor, accepts the scripts and scene context you choose, supports GDScript-focused explanations and edits, and lets you review proposed changes. GDSense combines those workflows with Standard, Thinking, and Max modes plus Agent Mode for multi-step tasks.

Does GDSense work inside the Godot editor?

Yes. GDSense runs in a dock inside Godot and supports GDScript chat, explanations, autocomplete, reviewed refactors, explicit project-context attachments, and Agent Mode for multi-step tasks.

Can AI write GDScript code?

GDSense can propose, explain, debug, and refactor GDScript based on your request and the context you attach. Treat generated code as a draft: review the diff, run the affected scene, and test the important gameplay paths before keeping it.

Follow a practical AI-assisted Godot workflow

How do I get AI coding help in Godot?

Install the GDSense plugin in your Godot 4.7 project. Once enabled, you'll have an AI assistant panel right in the editor. Use a function’s Explain button for that function, or attach selected code with @selection in Chat and ask for an explanation. Use Agent Mode when a task needs multiple connected steps.

What is GDSense?

GDSense is an AI-powered assistant for Godot Engine developers. It integrates directly into your Godot editor, providing intelligent code suggestions, explanations, and assistance to enhance your game development workflow.

How does GDSense work?

GDSense works inside the Godot editor. Ask a question or explicitly attach relevant code and scene information with @file, @scene, @openscript, @selection, or @node. Agent Mode automatically shares a shallow tree of file and folder path names so it can navigate, but that tree does not include file contents. On fresh Chat, Quick Edit, and Agent-start requests, AGENTS.md is the only project file content GDSense reads automatically. Retry preserves the original rules and context, and autocomplete does not use AGENTS.md.

Learn how to share useful project context

How do I install the GDSense plugin?

Download the current plugin ZIP from your GDSense account, extract it so the project contains res://addons/gdsense/plugin.cfg, then enable GDSense under Project → Project Settings → Plugins. The current GDSense release targets Godot 4.7.

Follow the Godot 4.7 installation guide

Can I use GDSense with an existing Godot project?

Yes. Install GDSense in the project's addons folder, enable it in Godot 4.7, and attach only the scripts, selections, scenes, or nodes relevant to your task. Keep the project in version control or backed up so every proposed change remains easy to review.

Have more questions? Contact us at support@gdsense.com