Using NI Nigel™ AI in LabVIEW
- Updated2026-07-27
- 3 minute(s) read
Using NI Nigel AI in LabVIEW
Learn how to install, access, and configure NI Nigel AI in LabVIEW.
Installing Nigel
Nigel installs by default while installing LabVIEW. If you do not want to install Nigel, you can deselect NI Nigel AI for LabVIEW <Version Year> when setting up your LabVIEW installation.
Accessing Nigel in LabVIEW
- Select to open a chat with Nigel from the LabVIEW window.Note You can use this method to chat with Nigel without opening a VI or project.
- Click the Nigel
icon in your VI toolbar.
- Select
Discuss with Nigel in the Context Help window to get help with a specific function or VI on your block diagram or front panel.
After you open Nigel, you must log in to your ni.com user account and ensure it is associated with an active subscription license, multi-seat license, or Software Service Program for LabVIEW Professional.
Managing Your Nigel Conversations
Nigel stores your conversation history so you can start new chats and return to
previous ones at any time. You can access your older Nigel conversations using the
Show chat history
button next to the Create new
chat
button. You can rename, delete, and pin chats in the chat history
to organize your chats and allow easy access to important questions.
Attaching Files to Nigel Conversations
Nigel includes an Add File to Context
button which lets you give Nigel additional context to better answer your
queries.
- Attaching a text file with a detailed description of a VI you want Nigel to generate to a query to improve the generated code.
- Attaching a VI to a query to provide a reference for layout or functionality for a VI you want Nigel to generate.
- Attaching a configuration file to a query and asking Nigel to explain the settings in the file.
Rate Limits
Access to Nigel is rate-limited per user. NI measures rates as Requests Per Week (RPW). Chats with Nigel share the same RPW limit between all NI desktop products. More complex quieries can cause you to reach the weekly limit more quickly.
Disabling Nigel
- You can disable features that share user data with Nigel, such as Discuss with Nigel, by setting the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Nigel AI Advisor\DisableNigelSharing registry key (DWORD (32-bit), 0 or 1) to 1.
- You can disable all Nigel features, including Discuss with Nigel, chat, and search, by setting the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Nigel AI Advisor\DisableNigel registry key (DWORD (32-bit), 0 or 1) to 1.
Related Information
- Developing VIs with NI Nigel AI
You can use Nigel to generate VIs and assist in writing LabVIEW code.