# Zontroy AI Collaborator

The Collaborator feature represents a significant advancement in AI-assisted development, taking Zontroy AI beyond simple chat-based interactions to deliver complete, implementation-ready code files based on developer specifications. This section provides a comprehensive overview of the Collaborator feature, its capabilities, and how to leverage it effectively in your development workflow.\
**Overview**\
While the Chat feature excels at answering specific questions and generating code\
snippets, Collaborator elevates this experience by creating and implementing complete code files based on developer specifications. This powerful capability allows Zontroy AI to understand the broader context of your project and generate entire files that integrate seamlessly with your existing codebase.\
Collaborator functions as a virtual pair programming partner that can take high-level requirements and transform them into production-ready code files. By handling routine coding tasks, Collaborator frees you to focus on higher-level design decisions, architecture planning, and the creative aspects of software development that benefit most from human insight.\
**Prerequisites for Using Collaborator**\
Before using the Collaborator feature, you need to:\
**1. Open a Folder or Workspace:** Collaborator requires access to your project context to generate appropriate files. This context helps the AI understand your project structure, dependencies, and coding conventions.\
**2. Configure API Keys:** Ensure you have configured API keys for your preferred AI\
models in the Settings > User > AI API section. Collaborator leverages these models to generate code files.\
**3. Select a Subscription Tier:** Collaborator is available in the Basic and Advanced\
subscription tiers but is not included in the Starter tier.\
**Accessing the Collaborator Interface**

<div align="left"><figure><img src="/files/gQdBbEl0PGF8w306HUef" alt="" width="51"><figcaption></figcaption></figure></div>

To access the Collaborator feature:\
1\. Open your project folder or workspace in Zontroy AI.\
2\. Navigate to the right-hand sidebar in the Zontroy AI interface.\
3\. Click on the "Collaborator" option to open the Collaborator panel.\
The Collaborator interface features a model selection dropdown at the top and a\
message input box at the bottom, similar to the Chat interface but with additional\
capabilities specific to file generation.\
**Selecting Your AI Model**\
As with the Chat feature, Collaborator allows you to choose from various AI models based on your specific needs:\
1\. Click on the model selection dropdown at the top of the Collaborator panel.

<div align="left"><figure><img src="/files/VhE8Ql3UTxX3lVysWDBL" alt="" width="308"><figcaption></figcaption></figure></div>

2\. Browse through the available models from providers like OpenAI, Claude (Anthropic), DeepSeek, Gemini (Google), Qwen, Llama, and xAI.\
3\. Select the model that best suits your current project requirements.\
Different models may excel at generating code for specific languages, frameworks, or types of applications. For example:\ <mark style="color:blue;">OpenAI's</mark> GPT-4.5-preview and GPT-4o models offer excellent general-purpose code generation across multiple languages.\ <mark style="color:blue;">Claude</mark> models from Anthropic may provide more detailed documentation within\
generated files.\ <mark style="color:blue;">DeepSeek</mark> models might excel at generating optimized algorithms and data\
structures.\ <mark style="color:blue;">Llama</mark> models could offer specialized capabilities for certain programming\
paradigms.\
As you gain experience with Collaborator, you'll develop preferences for which models work best for different types of code generation tasks.

<figure><img src="/files/D7eJGDooAngzCyvFdj3E" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zontroy.com/introduction/zontroy-ai-collaborator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
