Getting Started with NSGPT

A comprehensive guide to getting started with NSGPT, covering installation, configuration, and your first AI-powered workflow.

Tutorial, Getting Started

Jan 11, 2026

Welcome to NSGPT! This guide will walk you through everything you need to know to get started with AI-powered workflows.

What is NSGPT?

NSGPT is an AI-powered platform that helps you automate complex workflows and generate insights from your data. Whether you're analyzing datasets, generating reports, or building interactive visualizations, NSGPT streamlines the process with intelligent automation.

Key Features

  • AI Agents - Intelligent agents that can execute tasks autonomously

  • Data Integration - Connect to various data sources seamlessly

  • Visual Analytics - Generate charts and visualizations automatically

  • Export Options - Export results in multiple formats (JSON, CSV, images)

Installation

Step 1: Create an Account
Visit the NSGPT websitedf and sign up for a free account. You'll receive access to the platform immediately.

Step 2: Configure Your Workspace Set up your first workspace and configure your preferences. Choose your default data sources and visualization styles.

Step 3: Connect Your Data Connect your data sources using our secure integration options. NSGPT supports databases, APIs, and file uploads.

Step 4: Connect Your Data
Connect your data sources using our secure integration options. NSGPT supports databases, APIs, and file uploads.

Your First Workflow

Here's a simple workflow to get you started with data analysis:

SuiteQL Code

-- Simple Sample Rows
SELECT * FROM transactions LIMIT 10

Python Code

# Example NSGPT workflow
from nsgpt import Agent, Workflow

# Create an agent
agent = Agent("data-analyst")

# Define your workflow
workflow = Workflow()
workflow.add_step("fetch_data", source="your_database")
workflow.add_step("analyze", agent=agent)
workflow.add_step("visualize", chart_type="bar")

# Execute
results = workflow.run()
print(results.summary)

Sample Visualizations & Embeds

Here is an image inside embed

<embed type="img" src="https://images.unsplash.com/photo-1560250097-0b93528c311a?w=200" style="box-shadow: 0 10px 30px rgba(0,0,0,0.3);border-radius: 8px;margin-left: 40%;">

Here is a chart inside embed

<embed type="graph" src="https://res.cloudinary.com/drnuzed5h/raw/upload/v1768300458/chart_urnuxc.json">

Here is a table inside embed

<embed type="table" src="https://res.cloudinary.com/drnuzed5h/raw/upload/v1768221992/nsgpt/blog/forecasting-and-reorder/reorder_recommendations.csv">

Next Steps

  • Explore Templates - Check out our pre-built workflow templates for common use cases

  • Join the Community - Connect with other NSGPT users and share your workflows

  • Read the Docs - Dive deeper into advanced features like custom agents and API integrations

Ready to get started? Sign up for NSGPT today and transform your workflows with AI-powered automation!