Quick Start
Get started with Incerto in 5 minutes.
Introduction
Incerto is your AI-native database copilot that understands your database and helps you do database specific tasks faster using natural language, with the help of multiple AI agents.
Quick Start Guide
Step 1 : Download and Install
- Go to incerto.in and click the Download button. The supported OS are:
- Windows:
.exe
installer - macOS (Apple Silicon):
.dmg
file
- Windows:
- Run the installer and follow the on-screen instructions.
- Incerto requires Docker to be up and running. Please follow docker.com to install Docker.
- Launch Incerto after installation.
Step 2 : Add Your Database
- Open Incerto and navigate to Add a Connection.
- Fill in the details below:
Name
: A custom label for this connection (for easy identification later).Host
: The database server address - can be an IP or a domain name.Port
: The port your database service is listening on (e.g., 5432 for PostgreSQL, 3306 for MySQL).User
: The username used to connect to the database.Password
: The password for the above user.
- Click Test and Save to ensure everything works and save it.
Step 3 : Talk to the Agents
- In the Incerto interface, go to the Ask AI Anything panel on the right side.
- Type a natural language request. Something like:
- List the top 10 queries by execution time
- Show me the total sales by month for the last year
- Find all users who signed up in the past 7 days
- Incerto automatically generates and runs the SQL, showing you the results.
Learn what you can do on the Features page.
Last updated on