Getting Started
Install iDialogue v2.115 in Salesforce, complete Quick Start, and prepare your first sales document workflow. A typical first-time setup takes 15-30 minutes.
1. Install iDialogue
Choose the Salesforce org where you want to install the latest release.
2. Complete Quick Start
Upon install, open the "iDialogue Admin" app, click the "Quick Start" tab, and follow the guided connection steps.
3. Choose a Starting Document Workflow
After Quick Start, choose one sales document workflow to validate first: a proposal, quote explainer, SOW draft, account summary, or onboarding handoff document. The Agent Gallery can provide implementation examples, but the starting point should be a concrete document outcome.
4. Choose an Implementation Path
Guided document workflows
For guided document workflows, update the Salesforce page layout and add the Lightning component where users will collect inputs, review drafts, or run the document workflow.
Record-triggered document actions
For record-triggered document actions, add a Run Agent action to a Salesforce Flow and map the record context required for the document workflow.
sequenceDiagram
actor Admin as Salesforce Admin
participant Setup as iDialogue
participant Page as Salesforce Page
Admin->>Setup: Install latest package
Admin->>Setup: Open Quick Start tab
Setup-->>Admin: API connection established
alt Document Builder
Admin->>Setup: Create or customize template
Admin->>Setup: Publish template
Admin->>Page: Add "Documents" Lightning web component to page layout
Admin->>Page: Select "New Document"
else Agent Gallery
Admin->>Setup: Select an agent starting point
Admin->>Setup: Install agent
Admin->>Page: Add "AI Assistant" to page layout
end
Need help during setup? Contact support@idialogue.app or create a new case here.