Support

FAQ (Q&A)

This page summarizes answers to common questions about Z Code, including product positioning, pricing, and technical issues you may encounter during use.


1. What is Z Code’s product positioning?

Z Code is a new Agentic Development Environment (ADE). Unlike a traditional IDE that centers manual coding, Z Code puts AI Agents at the center of the workflow. You describe the task in natural language, and the Agent can drive the full loop from coding and debugging to preview and iteration.

  • ADE platform: integrates major CLI tools such as Claude Code, Codex, and Gemini, with built-in file management, terminal, Git commit, and live browser preview
  • Full-context awareness: Agents can understand project structure, file content, and UI visuals without requiring you to memorize complex command-line flags
  • Future direction: evolving into a Vibe Coding platform where an upper-layer orchestrator coordinates multiple specialized CLI Agents as workers

2. Is Z Code free?

The Z Code application itself is completely free. As a developer, you still need your own API key or subscription for AI services. Current supported options include:

  • Zhipu family: GLM Coding Plan, BigModel resource packages or account balance, and Z.AI
  • Native subscriptions: Claude Code / Codex / Gemini
  • Open platforms: OpenRouter
  • Custom services: any AI service compatible with the Anthropic / OpenAI protocol, including self-hosted deployments

3. My terminal already has a GLM API configured. Do I still need to configure it again in Z Code?

Yes. Claude Code and Z Code are separate systems, so configuration is not synced automatically. You can choose either method:

  • Quick Connect: sign in through Connect or the avatar using a BigModel / Z.AI account; if the account has an active plan, it will connect automatically
  • Manual setup: add Base URL and API key through Manage Models

4. Why does Codex or Gemini keep loading after I click Connect?

Using Codex and Gemini currently requires both of the following:

  1. Network environment: make sure the machine is using a network setup that can reach the required services
  2. Account availability: make sure your Codex / Gemini account has the necessary access and can already be used successfully from the local command line