NetBox Copilot Quickstart Guide
Get NetBox Copilot up and running in your NetBox instance in just a few minutes.
Prerequisites
Before you begin, make sure you have:
- NetBox 4.4.5 or higher (recommended for native preference enablement)
- A modern web browser: Chrome/Edge 90+, Firefox 88+, or Safari 14+
Installation Options
Option 1: Native Preference (Recommended)
For NetBox 4.4.5 and later, enable Copilot directly in your user settings:
- Log in to your NetBox instance
- Navigate to your User Preferences (click your username in the top-right, then "Preferences")
- Find the Copilot section
- Toggle Enable Copilot to on
- Save your preferences
Copilot will appear in the bottom-right corner of your NetBox interface.

Option 2: Console Injection (Older NetBox Versions)
For NetBox versions prior to 4.4.5, inject Copilot via the browser console. We recommend upgrading to 4.4.5+ for the best experience.
- Open your NetBox instance in your browser
- Open the developer console (
F12on Windows/Linux,Cmd+Option+Ion Mac) - Paste this code and press Enter:
const script = document.createElement('script');
script.src = 'https://static.copilot.netboxlabs.ai/load.js';
document.head.appendChild(script);
Copilot should appear in the bottom-right corner within a few seconds. You'll need to re-run the script after refreshing or closing your browser.
Verify Installation
After enabling Copilot, look for the Copilot icon in the bottom-right corner of your NetBox page.
![]()
If Copilot doesn't appear, see Troubleshooting in the Usage Guide.
Create Your Account
The first time you open Copilot:
- Click the Copilot interface in the bottom-right corner
- You'll see a sign-up or login screen for NetBox Cloud
- New users: Choose an authentication method (SSO or email) and sign up for a NetBox Cloud account
- Existing users: Log in with your existing credentials
The free tier includes AI credits to get started. Visit netboxlabs.com/pricing for details on plans and credit allocations.

Your First Conversation
Once logged in, you're ready to start using Copilot!
Try these example queries:
- Find devices: "Show me all devices in [your site name]"
- Check IPs: "What IP addresses are available in 10.0.1.0/24?"
- Inspect interfaces: "Which interfaces on [device name] are not connected?"
- Review changes: "What changes were made to this device?" (when viewing a device page)
- Get help: "How do VRFs work in NetBox?"

Understanding Responses:
Copilot will:
- Answer in natural language
- Show you how it gathered the information (thinking and tool usage traces)
- Maintain context across your conversation
Tips:
- Copilot knows what page you're on—you can say "this device" or "this site"
- Follow up with additional questions to drill deeper
- Ask Copilot to explain if something isn't clear
What's Next?
Now that you have Copilot running, explore what it can do:
- Usage Guide - Learn about all of Copilot's capabilities and best practices
- Privacy & Security - Understand how your data is handled
- FAQ - Get answers to common questions
Getting Help
Need assistance?
- Use the feedback button within Copilot (preferred—includes context automatically)
- Contact NetBox Labs support