Skip to main content

Step 1: Create Your Account

Sign up for Plumi at app.plumi.ai using your email or Google account.
1

Sign Up

Navigate to app.plumi.ai and create your account.
2

Create Organization

Set up your organization with a custom subdomain (e.g., yourcompany.plumi.ai).
3

Invite Team (Optional)

Add team members to collaborate on queries and dashboards.

Step 2: Connect Your Database

Add your first data source to start querying.
1

Navigate to Data Connectors

Click on Data Connectors in the sidebar.
2

Select Database Type

Choose your database type: PostgreSQL, MySQL, ClickHouse, BigQuery, Snowflake, or MongoDB.
3

Enter Connection Details

Provide your connection credentials:
  • Host/Server address
  • Port
  • Database name
  • Username and password
4

Test Connection

Click Test Connection to verify everything works.
For cloud databases like BigQuery and Snowflake, you’ll need to provide service account credentials or OAuth tokens.

Step 3: Start Querying

You’re ready to explore your data.

Using the Query Engine

  1. Go to Query Engine in the sidebar
  2. Select your connected database
  3. Write SQL queries or use the schema explorer
  4. Execute queries and view results

Using the AI Engine

  1. Go to AI Engine in the sidebar
  2. Type your question in natural language
  3. Review the generated SQL
  4. Execute and analyze results

Example Query

Try asking: “Show me the top 10 customers by total revenue this month”

Next Steps