Documentation

Everything you need to integrate and build with ZO GPT. From quick start guides to advanced API references.

Getting Started

Learn the basics and get up and running quickly

User Guide

Complete guide for end users

Administrator Guide

Admin and management tasks

Developer Guide

API and integration documentation

Skills Guide

Using and managing AI skills

Resources

Additional help and support

Quick Start

Get up and running with ZO GPT in minutes

1

Create an Account

Sign up for free and get started with ZO GPT. No credit card required.

2

Configure AI Providers

Add your API keys for Groq, Gemini, or OpenRouter in the providers settings.

3

Start Chatting

Use the chat interface to interact with AI models through our multi-agent system.

4

Explore Skills

Use specialized AI skills for code generation, research, document creation, and more.

API Quick Start

Send your first API request in minutes

# Install the ZO GPT SDK
pip install zogpt-sdk
# Initialize your client
from zogpt import ZOGPT
client = ZOGPT(api_key="your-api-key")
# Send your first message
response = client.chat(message="Hello, ZO GPT!")
print(response.text)

Need More Help?

Our documentation and support team are here to help you succeed.