Documentation Index
Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Generate new code from natural-language prompts. The agent uses your project context (via the Repo Info Agent) to produce code that follows your existing patterns and conventions.Open Zencoder in Your IDE
- Open your IDE and click on the Zencoder icon located in the sidebar.
- This will bring up the Zencoder prompt interface, ready for your input.
Enter Your Code Request
- In the prompt window, type your request.
For example:Generate a basic Python script that reads a CSV file. - Zencoder generates code based on your prompt and project context.