nexiloop ai FAQ - Frequently Asked Questions

Get answers to common questions about nexiloop ai data visualization platform. Learn about charts, dashboards, integrations, and advanced analytics features.

nexiloop ai is a comprehensive data visualization and analytics platform that helps you transform raw data into beautiful, interactive charts, dashboards, and reports. Whether you're analyzing business metrics, research data, or personal projects, nexiloop ai makes data visualization accessible and powerful.

Who is nexiloop ai for?

nexiloop ai is designed for:

  • Business Analysts: Creating executive dashboards and KPI reports
  • Data Scientists: Visualizing research findings and model results
  • Marketing Teams: Tracking campaign performance and metrics
  • Developers: Embedding charts and analytics in applications
  • Students & Researchers: Presenting academic data and findings
  • Anyone: Who needs to make sense of data visually

Is nexiloop ai free to use?

Yes! nexiloop ai offers a generous free tier that includes:

  • Up to 10 charts per month
  • Basic chart types
  • Public sharing
  • Community support
  • 500MB data storage

Premium plans unlock unlimited charts, advanced features, private sharing, and priority support.

How is nexiloop ai different from other visualization tools?

nexiloop ai stands out with:

  • Ease of Use: Intuitive drag-and-drop interface
  • Speed: Create charts in seconds, not hours
  • Flexibility: Supports 30+ chart types
  • Integration: Works with popular data sources
  • Collaboration: Real-time sharing and commenting
  • Affordability: Professional features at accessible prices

Data & Charts

What types of charts can I create?

nexiloop ai supports 30+ chart types including:

Basic Charts:

  • Bar, Line, Pie, Area, Scatter plots
  • Histograms, Box plots, Bubble charts

Advanced Charts:

  • Heatmaps, Treemaps, Sankey diagrams
  • Gantt charts, Funnel charts
  • Geographic maps and choropleth charts

Statistical Charts:

  • Regression analysis, Correlation matrices
  • Distribution plots, Time series analysis

What data formats does nexiloop ai support?

Import data from multiple sources:

  • Files: CSV, Excel, JSON, XML
  • Databases: PostgreSQL, MySQL, MongoDB
  • APIs: REST APIs, GraphQL endpoints
  • Cloud Storage: Google Sheets, Dropbox, AWS S3
  • Analytics: Google Analytics, Mixpanel
  • Direct Input: Manual data entry and editing

How much data can I upload?

Data limits depend on your plan:

  • Free: 500MB storage, 50,000 rows per dataset
  • Pro: 5GB storage, 500,000 rows per dataset
  • Enterprise: Custom limits based on needs

Can I connect to live data sources?

Yes! nexiloop ai supports real-time data connections:

  • Database connections with auto-refresh
  • API integrations with scheduled updates
  • Google Sheets live sync
  • Webhook triggers for instant updates

Creating Visualizations

How do I create my first chart?

It's super simple:

  1. Upload Data: Drag and drop your file or connect a data source
  2. Choose Chart Type: Select from our chart gallery
  3. Map Variables: Drag data columns to chart elements (X-axis, Y-axis, color, size)
  4. Customize: Adjust colors, labels, and styling
  5. Share: Publish your chart or embed it in your website

Can I customize chart appearance?

Absolutely! Customize every aspect:

  • Colors: Choose from palettes or create custom schemes
  • Typography: Fonts, sizes, and text styling
  • Layout: Margins, spacing, and positioning
  • Animations: Smooth transitions and interactions
  • Branding: Add logos, watermarks, and custom themes

How do I create interactive charts?

nexiloop ai charts are interactive by default:

  • Hover Effects: Show detailed information on hover
  • Filtering: Add dropdown filters and sliders
  • Drill-down: Navigate between chart levels
  • Brushing: Select data ranges for detailed views
  • Linked Charts: Connect multiple charts for coordinated views

Can I combine multiple charts?

Yes! Create comprehensive dashboards:

  • Dashboard Builder: Drag and drop charts onto canvas
  • Layout Options: Grid, free-form, or template layouts
  • Chart Linking: Connect charts for interactive exploration
  • Shared Filters: Apply filters across multiple charts
  • Text & Images: Add context with rich content blocks

Sharing & Collaboration

How do I share my visualizations?

Multiple sharing options:

  • Public Links: Share with anyone via URL
  • Private Sharing: Invite specific people with permissions
  • Embed Codes: Add charts to websites and blogs
  • PDF Export: Download high-quality static images
  • Social Media: Direct sharing to Twitter, LinkedIn, etc.

Can I embed charts in my website?

Yes! Embedding is easy:

<iframe src="https://app.nexiloop ai.com/embed/your-chart-id" 
        width="600" height="400" frameborder="0">
</iframe>

Or use our JavaScript SDK for more control:

import { nexiloop aiChart } from '@nexiloop ai/embed'

const chart = new nexiloop aiChart({
  containerId: 'my-chart',
  chartId: 'your-chart-id',
  responsive: true
})

Can multiple people work on the same project?

Absolutely! Collaboration features include:

  • Real-time Editing: Multiple users can edit simultaneously
  • Comments: Add feedback and discussions directly on charts
  • Version History: Track changes and revert if needed
  • Permissions: Control who can view, edit, or share
  • Team Workspaces: Organize projects by team or department

How do I control who sees my data?

Comprehensive privacy controls:

  • Private Charts: Only you can access
  • Team Sharing: Share within your organization
  • Public Charts: Anyone with the link can view
  • Password Protection: Add extra security layer
  • Expiring Links: Set automatic expiration dates

Data Analysis

Can I perform statistical analysis?

Yes! nexiloop ai includes built-in analytics:

  • Descriptive Statistics: Mean, median, standard deviation
  • Regression Analysis: Linear, polynomial, and multiple regression
  • Correlation Analysis: Pearson and Spearman correlations
  • Time Series: Trend analysis and forecasting
  • Outlier Detection: Identify data anomalies

How do I filter and transform data?

Powerful data manipulation tools:

  • Visual Filters: Drag and drop filtering interface
  • Data Types: Automatic detection and manual override
  • Calculated Fields: Create new columns with formulas
  • Grouping: Aggregate data by categories
  • Pivot Tables: Summarize and reshape data

Can I create forecasts and predictions?

Yes! Predictive analytics features:

  • Trend Lines: Automatic trend detection
  • Moving Averages: Smooth out data fluctuations
  • Seasonal Decomposition: Identify patterns in time series
  • Linear Regression: Predict future values
  • Confidence Intervals: Show prediction uncertainty

Technical Questions

Is my data secure?

Security is our top priority:

  • Encryption: All data encrypted in transit and at rest
  • SOC 2 Compliance: Audited security practices
  • GDPR Compliant: European data protection standards
  • Access Controls: Role-based permissions
  • Regular Backups: Automatic data protection

What browsers are supported?

nexiloop ai works on all modern browsers:

  • ✅ Chrome 90+
  • ✅ Firefox 88+
  • ✅ Safari 14+
  • ✅ Edge 90+
  • ⚠️ Internet Explorer not supported

Can I use nexiloop ai offline?

nexiloop ai is primarily a cloud-based platform, but we offer:

  • Offline Viewing: Download charts for offline presentation
  • Data Export: Export processed data for offline analysis
  • Desktop App: Coming soon with offline capabilities

Are there API endpoints?

Yes! Our REST API allows you to:

  • Create Charts: Programmatically generate visualizations
  • Update Data: Refresh charts with new data
  • Manage Projects: Create and organize workspaces
  • Export Charts: Download charts in various formats
// Example API usage
const response = await fetch('https://api.nexiloop ai.com/v1/charts', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    type: 'bar',
    data: yourData,
    options: chartOptions
  })
})

Pricing & Plans

What's included in the free plan?

The free plan includes:

  • 10 charts per month
  • Basic chart types
  • Public sharing only
  • 500MB data storage
  • Community support
  • Standard export options

When should I upgrade to Pro?

Consider Pro if you need:

  • Unlimited charts
  • Private sharing and collaboration
  • Advanced chart types
  • Priority support
  • Custom branding
  • API access
  • Larger data limits

Is there an enterprise plan?

Yes! Enterprise features include:

  • Unlimited everything
  • Single Sign-On (SSO)
  • Custom integrations
  • Dedicated support
  • On-premise deployment options
  • Custom training and onboarding

Can I try Pro features before upgrading?

Yes! We offer:

  • 14-day free trial of Pro features
  • Demo workspace with sample data
  • Free consultation calls
  • Money-back guarantee within 30 days

Troubleshooting

My chart isn't displaying correctly

Common fixes:

  1. Check Data Types: Ensure numeric data is recognized as numbers
  2. Verify Mappings: Confirm variables are mapped to correct chart elements
  3. Browser Cache: Clear cache and refresh the page
  4. Data Format: Check for special characters or formatting issues

Data upload is failing

Try these solutions:

  1. File Size: Ensure file is under size limit
  2. File Format: Verify supported format (CSV, Excel, etc.)
  3. Encoding: Use UTF-8 encoding for special characters
  4. Permissions: Check file permissions and access rights

Charts are loading slowly

Performance optimization tips:

  1. Data Size: Reduce dataset size if possible
  2. Chart Type: Some chart types handle large data better
  3. Aggregation: Pre-aggregate data for faster rendering
  4. Browser: Use latest version of supported browsers

I can't share my chart

Check these settings:

  1. Privacy Settings: Ensure chart is set to public or shared
  2. Permissions: Verify you have sharing permissions
  3. Account Status: Confirm account is in good standing
  4. Browser: Try a different browser or incognito mode

Getting Help

Where can I find tutorials?

Multiple learning resources:

  • Video Tutorials: Step-by-step walkthroughs
  • Documentation: Comprehensive guides
  • Blog Posts: Tips, tricks, and best practices
  • Webinars: Live training sessions
  • Community Forum: Peer support and examples

How do I contact support?

We're here to help:

  • Help Center: Search our knowledge base
  • Live Chat: Instant support during business hours
  • Email: support@nexiloop ai.com
  • Community Forum: Get help from other users
  • Video Calls: Schedule one-on-one assistance

Can I request new features?

Absolutely! We love user feedback:

  • Feature Requests: Submit ideas in our portal
  • User Interviews: Share detailed feedback
  • Beta Testing: Try new features before release
  • Community Voting: Vote on feature priorities

Ready to start visualizing your data? Create your free nexiloop ai account today and turn your data into insights!