Introduction

Welcome to QueryLens documentation. QueryLens is an AI-powered intelligent retrieval and query tool that helps you transform natural language into actionable database queries.

Quick Start

Get started with QueryLens in just a few minutes:

  1. Sign up for an account at QueryLens.cc
  2. Get your API key from the dashboard
  3. Install the QueryLens SDK
  4. Make your first query
npm install @querylens/sdk

Authentication

All API requests require authentication using your API key. Include your key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Natural Language to SQL

Convert natural language questions into SQL queries automatically. QueryLens understands context and generates optimized queries.