Documentation Index
Fetch the complete documentation index at: https://playerzero.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This guide walks you through connecting your source code to PlayerZero. Once integrated, you’ll be able to use the PlayerZero chat feature to ask questions about your codebase. To learn more about how PlayerZero accesses and uses your code, see the Source Control Management overview.Supported SCM Connectors
PlayerZero currently supports integration with the following source control providers:- GitHub
- GitLab
- Bitbucket
- Azure Repos
To connect any of these systems, admin permissions are required on the repository you want to integrate.
Basic Setup Guide
Prerequisites
- A PlayerZero account. You can get started by creating an account.
- Admin access is required on your SCM to:
- Grant PlayerZero read access to your code
- Grant read/write access to manage pull requests
1. Connect Your Code
The primary step is to grant PlayerZero access to your Source Control Management system. You may have already connected an SCM system during the signup process. If so, you can skip directly to enabling specific repositories.- Navigate to Settings → Context → Code in PlayerZero.
- Select your SCM system (GitHub, GitLab, Bitbucket, or Azure Repos) when prompted.
2. Enable Specific Repositories
After connecting your SCM, select which repositories PlayerZero should monitor.- On the Code settings page, expand your provider card and toggle on the repositories you want to ingest.
- Choose the primary reference branch (e.g., Main or Master).