Skip to main content

Starting Your First Task with PostQode

This quick tour shows how PostQode handles a simple request from start to finish.

After you setting up PostQode and connect an AI provider, follow these steps:

Step 1: Open the PostQode Panelโ€‹

Click the PostQode icon () in the VS Code Primary Side Bar (vertical bar on the side of the window) to open the chat interface. If you don't see the icon, verify the extension is installed and enabled.

PostQode icon in VS Code Primary Side Bar

The PostQode icon in the Primary Side Bar opens the chat interface.

Step 2: Understanding the Chat Interface & Controlsโ€‹

Before typing your task, familiarize yourself with the powerful controls located right around the PostQode chatbox:

Icon / ControlNamePurpose
Mode SelectorPlan Mode / Agent ModeSwitch between architectural design (Plan) and autonomous execution (Agent).
@ MentionAdd ContextDirectly reference specific files (@file), folders (@folder), git diffs (@git-changes), IDE problems (@problems), terminal buffers (@terminal), or web links (@url).
+ IconAdd Media / AttachmentsAttach local screenshots, mockups, or data files directly to the prompt context.
Model SwitcherModel BadgeView or quickly switch your active LLM provider and model.
MCP Servers (๐Ÿ”Œ)Manage MCP ServersConnect external database, GitHub, Jira, or custom Model Context Protocol servers.
Rules & Workflows (โš–๏ธ)Rules & WorkflowsView or configure active .postqoderules and automated multi-step workflows.

Step 3: Type Your Taskโ€‹

Type a clear, concise description of what you want PostQode to do in the chat box at the bottom of the panel. Examples of effective tasks:

  • "Create a file named hello.txt containing 'Hello, world!'."
  • "Write a TypeScript function that validates email formats with unit tests."
  • "Create an HTML file for a simple landing page with dark mode support."

No special commands or syntax neededโ€”just use plain English.

Step 4: Send Your Taskโ€‹

Press Enter or click the Send button to dispatch your prompt.

Step 5: Review and Approve Actionsโ€‹

PostQode analyzes your request and proposes specific actions. These may include:

  • Reading files: Shows file contents it needs to access
  • Writing to files: Displays a diff with proposed changes (added lines in green, removed in red)
  • Executing commands: Shows the exact command to run in your terminal
  • Using the Browser: Outlines browser actions (click, type, etc.)
  • Asking questions: Requests clarification when needed to proceed
Reviewing a proposed file creation action

PostQode shows exactly what action it wants to perform and waits for your approval.

tip

The level of autonomy is configurable, allowing you to make the agent more or less autonomous.

You can learn more about using modes

Step 6: Iterateโ€‹

PostQode works iteratively. After each action, it waits for your feedback before proposing the next step. Continue this review-approve cycle until your task is complete.

Final result of a completed task showing the iteration process

After completing the task, PostQode shows the final result and awaits your next instruction.

Conclusionโ€‹

You've completed your first task. Along the way you learned:

  • How to interact with PostQode using natural language
  • Why approval keeps you in control
  • How iteration lets the AI refine its work

Ready for more? Explore different modes