Documentation

Everything You Need to Get Started

Comprehensive guides, API references, and integration tutorials to help you get the most out of GetQuot and Ignitova's platform.

⌘K

Getting Started

Set up your GetQuot account, invite your team, and create your first professional quote in under 5 minutes.

Quick Start Guide
Account Setup
Invite Team Members
Create Your First Quote

Core Concepts

Understand how quotes, line items, pricing rules, templates, and approval workflows fit together.

Quote Lifecycle
Line Items & Pricing
Templates & Branding
Approval Workflows

REST API

Full API reference for programmatically creating quotes, managing contacts, and syncing data with your systems.

Authentication
Quotes API
Contacts API
Webhooks Reference

Integrations

Connect GetQuot to your CRM, accounting software, communication tools, and custom systems via our integration layer.

Salesforce
HubSpot
Zoho CRM
Tally / QuickBooks

Security & Compliance

Learn about our security architecture, data encryption, access controls, and compliance certifications.

Data Encryption
SSO & SAML
Roles & Permissions
SOC 2 & GDPR

Analytics & Reports

Deep-dive into quote analytics, custom dashboards, scheduled reports, and data export options.

Dashboard Overview
Custom Reports
Export to CSV / Excel
Scheduled Reports

API Quick Start

# Authenticate
curl -X POST https://api.getquot.io/v1/auth \
-H 'Content-Type: application/json' \
-d '{"api_key": "YOUR_API_KEY"}'
# Create a Quote
curl -X POST https://api.getquot.io/v1/quotes \
-H 'Authorization: Bearer TOKEN' \
-d '{"client_id": "...", "items": [...]}'

Full API documentation with request/response examples is available in our developer portal.

Can't find what you're looking for?

Our support team is available 24/7 to help you get unstuck.

Contact Support