This topic walks you through a hands-on project using Qoder’s core features as an individual user. By the end, you’ll know how to use NEXT (next-edit suggestions), Inline Chat, and Ask / Agent in the Chat panel. When you need autonomous delegation for long-running, multi-step work, open the Quest window—let agents carry execution forward while you track board, progress, and artifacts in one workspace. These are the main entry points for AI-assisted coding and delegation. See Chat overview, NEXT, Inline Chat, and Quest overview.Documentation Index
Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
Use this file to discover all available pages before exploring further.
Qoder Individual Edition is currently available as a free trial for all users. The trial duration is subject to change. For the latest information, please check product updates.
Download and install Qoder
- Download the installer from https://qoder.com/download.
- Double-click the file to begin installation.
- Launch Qoder by double-clicking the Qoder IDE icon.
Sign in
- In the upper-right corner of your Qoder IDE, click the user icon or use the keyboard shortcut (
⌘⇧,(macOS) orCtrlShift,(Windows)), and select Sign in. - On the web page that appears:
- Click Sign up at the bottom and complete the registration process, or
- Use your Google or GitHub account to sign up directly.
- Return to the Qoder IDE. You’re now signed in and ready to start.
Open a project
Choose to work with a local project or clone a sample from GitHub.
- Use a local project
- Click Open or use the keyboard shortcut:
- macOS:
⌘O - Windows:
CtrlO
- Browse to your project folder, select a file, and open it.
- Clone a project
- Click Clone repo.
- In the search bar at the top:
- Enter a project URL and click Clone from URL, or
- Click Clone from GitHub and follow the prompts.
- Complete the steps to clone the project.
Explore features
- Use NEXT (next-edit suggestions)
- Type partial code or a natural-language request—for example, “Initialize a list.”
- Press
⌥P(macOS) orAltP(Windows) to show suggestions. - Press Tab to accept the current suggestion.
- Open Inline Chat
- In the editor, press
⌘I(macOS) orCtrlI(Windows) to open Inline Chat. - Enter your request and send—for example, “Add a method for handling file updates.”
- Press
⌘⏎(macOS) orCtrlEnter(Windows) to apply generated code.
- Use Ask / Agent in Chat
⌘ L (macOS) or Ctrl L (Windows) to open Chat, then choose Ask or Agent in the toolbar for larger tasks.- Enter a request on the right—for example, “Create tests for this function and run them.”
- After sending, follow Ask or Agent prompts to apply changes or run commands.
- Use Run or confirm actions as the UI suggests.
- Open Quest