Перейти до основного вмісту

Admin Guide

Welcome to the AICA administration guide. As an organization administrator, you have full control over your AICA workspace — from managing users and projects to configuring integrations and monitoring costs.


Organization Setup

After your organization is created, head to Settings > Organization to configure your workspace.

Organization Settings

  • Organization name — displayed across the platform and in reports.
  • Default timezone — used for scheduling reports and displaying timestamps.
  • Default language — sets the language for analysis prompts and UI.

Configuring Delivery Options

AICA can deliver analysis results to multiple destinations. Go to Settings > Delivery to configure:

Delivery channelDescription
CRM (Bitrix24)Push analysis results directly to CRM deal/contact cards
EmailSend summary reports to specified email addresses
WebhooksPOST analysis results to any external URL (n8n, Zapier, custom systems)
порада

You can enable multiple delivery channels simultaneously. For example, push results to your CRM and also trigger a webhook for your internal dashboard.


User Management

Inviting Team Members

  1. Go to Settings > Users.
  2. Click Invite User.
  3. Enter the team member's email address.
  4. Select a role (see below).
  5. Click Send Invite.

The invited user will receive an email with a link to join your organization.

Available Roles

RoleWhat they can do
AdminFull access: manage users, projects, integrations, billing, and all records
SupervisorView and review all records within assigned projects, manage agents, create alerts
AgentView only their own records and personal performance metrics

Changing Roles

Go to Settings > Users, find the user, and click the role dropdown to change their role. Changes take effect immediately.

Deactivating Users

To remove a user's access without deleting their history, click Deactivate next to their name. Deactivated users cannot log in, but their historical data (reviews, annotations) is preserved.

попередження

Deactivating a user does not delete their associated call records or analysis results. If you need to reassign their records, do so before deactivating.


Project Management

Projects are how you organize calls by team, campaign, or business unit. Each project has its own settings, team, and analysis configuration.

Creating a Project

  1. Go to Projects > New Project.
  2. Enter a project name (e.g., "Sales Team Q1", "Support Inbound").
  3. Assign team members — select which supervisors and agents belong to this project.
  4. Choose an analysis template (or create a custom one).
  5. Click Create.

Project Settings

Within each project, you can configure:

  • Analysis template — defines what AICA evaluates (quality criteria, scoring rubric, compliance checks).
  • Prompt profile — customizes the AI analysis instructions for your specific use case.
  • Auto-assignment rules — how incoming calls are matched to this project.

Archiving and Deleting Projects

  • Archive — hides the project from active views but preserves all data. You can restore archived projects at any time.
  • Delete — permanently removes the project and all associated records. This action cannot be undone.
попередження

Deleting a project permanently removes all call records, transcripts, and analysis results associated with it. Archive the project instead if you might need the data later.


Integrations

Connecting Bitrix24

AICA integrates with Bitrix24 to automatically push analysis results into your CRM.

  1. Go to Settings > Integrations > Bitrix24.
  2. Click Connect Bitrix24.
  3. You will be redirected to Bitrix24's OAuth authorization page.
  4. Grant AICA the requested permissions.
  5. Once authorized, you will be returned to AICA with the connection confirmed.

Configuring CRM Field Mapping

After connecting Bitrix24, configure which analysis fields are pushed to your CRM:

  1. Go to Settings > Integrations > Bitrix24 > Field Mapping.
  2. For each AICA analysis field (e.g., quality score, summary, improvement suggestions), select the corresponding Bitrix24 field.
  3. Click Save Mapping.

Common mappings:

AICA fieldTypical Bitrix24 field
Quality scoreCustom field on Deal/Contact
Call summaryComment or Activity note
Improvement suggestionsTask or Comment
Compliance resultCustom field (pass/fail)
інформація

If the Bitrix24 fields you need do not exist yet, create them in Bitrix24 first (as custom fields), then return to AICA to set up the mapping.

Setting Up Webhooks

For external systems (n8n, Zapier, or your own backend):

  1. Go to Settings > Integrations > Webhooks.
  2. Click Add Webhook.
  3. Enter the destination URL.
  4. Select which events trigger the webhook (e.g., "Analysis completed", "Alert triggered").
  5. Optionally add a secret token for signature verification.
  6. Click Save.

AICA sends a POST request with a JSON payload containing the analysis results to your webhook URL each time the selected event occurs.


Billing & Budget

Viewing the Usage Dashboard

Go to Settings > Billing to see your current usage:

  • Transcription minutes — total audio minutes processed.
  • Analysis count — number of calls analyzed by AI.
  • Cost breakdown by provider — see how much each service (transcription, LLM analysis) contributes to your total.

Setting Budget Limits

To prevent unexpected costs:

  1. Go to Settings > Billing > Budget.
  2. Set a monthly budget limit (in USD).
  3. Configure alert thresholds (e.g., notify at 70%, 90%, and 100% of budget).
  4. Choose alert delivery (email, in-app notification).

When the budget limit is reached, AICA will pause processing new calls and notify all admins.

порада

Set your alert threshold at 70% to give yourself time to review usage and adjust the budget before processing is paused.

Understanding Cost Breakdown

Costs are broken down into:

Cost componentDescription
TranscriptionAudio-to-text conversion (billed per minute of audio)
LLM AnalysisAI analysis of transcripts (billed per call analyzed)
StorageTranscript and result storage (included in base plan)

Security

Role-Based Access Control

AICA enforces strict role-based access control (RBAC):

  • Admins see everything across the organization.
  • Supervisors see all records within their assigned projects.
  • Agents see only their own records.

All API requests are authenticated and authorized on every call. There is no way to bypass role restrictions through the UI or API.

API Credentials Management

If you use the AICA API for custom integrations:

  1. Go to Settings > API.
  2. Click Generate API Key.
  3. Copy the key immediately — it will not be shown again.
  4. To revoke a key, click Revoke next to it.
попередження

Treat API keys like passwords. Never share them in chat, email, or commit them to source code. If a key is compromised, revoke it immediately and generate a new one.

Audit Log

The audit log records all significant actions in your organization:

  • User logins and role changes
  • Project creation and deletion
  • Integration configuration changes
  • API key generation and revocation

Go to Settings > Audit Log to review recent activity. Use filters to narrow by user, action type, or date range.