This section is for the operations team who run the Ori platform after engineering has deployed it. You configure bots, launch campaigns, and monitor day-to-day calling from the Ori console (the web dashboard). The goal is repeatability:
  • log in and find your way around the console
  • create bots the same way every time
  • test before calling real customers
  • monitor retries, callbacks, and failures
  • know what is yours to fix and when to escalate to engineering
You do not need any technical or coding knowledge to use the console. Everything in this manual is point-and-click. Engineering handles the servers, telephony plumbing, and anything that breaks at runtime.

Who owns what

The platform is split between two teams. Knowing the boundary saves time: it tells you what you can fix yourself and what to hand off.
AreaOperations ownsEngineering owns
Bot setupBot name, opening message, prompt/policy, voice pipeline choices, tools, CRM mapping, test callsProvider keys, runtime bugs, transport failures
Campaign setupBot selection, outbound number pool, contact upload, concurrency, time window, retry rulesDialler health, fleet capacity, SIP trunk health
MonitoringCampaign status, failed calls, attempt reports, obvious bad dataStuck states, infrastructure failures, provider outages
CRM integrationAPI key handoff, variable names, post-call mapping checksEndpoint failures, authentication bugs, webhook retries

Logging in

The console lives at your team’s Ori web address. Open it in a browser and you land on the Login screen. The login page is split into two halves. The left side is a welcome panel with the Ori logo, a headline, and a short list of platform highlights — there is nothing to click there. The right side is the sign-in form you use every day.
1

Enter your email

Type the email address your administrator created your account with (for example, you@company.com).
2

Enter your password

Type your password. It is hidden behind dots by default. Use the eye icon at the end of the field to reveal or re-hide it if you want to check what you typed.
3

Select Sign in

The button shows Signing in… while it works. On success you are taken straight to your dashboard.

Login fields

FieldWhat to enterRequired
EmailYour account email address in standard email format (name@company.com).Yes
PasswordYour account password. Hidden as dots by default; use the eye icon to reveal it.Yes

Login buttons

ButtonWhat it does
Sign inSubmits your email and password. Shows Signing in… and is disabled while it checks your details. On success it opens your dashboard. If the details are wrong, it stays on this page and shows an error message at the top of the screen.
Eye / Eye-off (password toggle)Switches the password field between hidden dots and plain text so you can confirm what you typed. The icon flips between the two states. It does not submit anything.
If sign-in fails, the most common cause is a wrong password or a typo in the email. There is no self-service password reset on this screen — if you are locked out, ask your administrator to reset your password, or change it yourself later from the Profile modal once you are in.

The console shell

Once you are signed in, every page sits inside the same frame. A navigation sidebar runs down the left on desktop; on a phone or narrow window the sidebar is hidden behind a menu button at the top. The middle of the screen is where each page loads. These are the links in the sidebar. Some links only appear for certain roles — those are marked below. If a link is not in your sidebar, your account does not have access to it; that is expected, not a fault.
LinkWhere it takes you
OverviewThe dashboard home page with your key metrics and recent calls.
BotsThe bot management area, where you build and edit voice agents.
Knowledge BaseManage knowledge documents that bots can search during a call.
Call LogsCall history, with full details and transcripts for each call.
CampaignsCampaign management — set up and run outbound calling lists.
ReportsAnalytics and reporting across calls and campaigns.
CarriersTelephony carrier configuration. Super admin only.
UsersTeam member management — invite and manage console accounts.
FleetFleet and server status for the calling backend.
API KeysManage keys that let your CRM trigger calls programmatically.
Release NotesVersion history and recent changes to the platform.
SettingsSystem-wide configuration. Super admin only.
The sidebar groups these links into sections (main, Telephony, Team, System). Empty sections are hidden automatically, so what you see depends on your role. Some accounts are restricted to a “calls-only” view and will see only Call Logs and Campaigns — this is set up intentionally by your administrator.

Profile card and shell controls

At the bottom of the sidebar is a small profile card showing your initial, your display name (or email), and your role. Two icons live here, plus a menu control on mobile.
ControlWhat it does
Profile (gear icon, in the profile card)Opens the Profile modal, where you can change your display name and password.
Sign out (logout icon, in the profile card)Logs you out immediately and returns you to the login screen.
Menu (hamburger icon, mobile only)Opens and closes the sidebar on a phone or narrow window. The icon turns into an X while the sidebar is open.
A navigation link is highlighted when you are on its page, so you can always tell where you are in the console.
For a full walkthrough of the sidebar and each section, see the Console tour.

Profile modal

The Profile modal is where you manage your own account. Open it from the gear icon in the sidebar profile card. It has two independent sections separated by a divider: Display Name at the top and Change Password below. The two sections save separately — changing one does not touch the other.

Profile fields

FieldWhat to enterRequired
Display NameThe name shown for your account across the console (for example, Jane Doe). Pre-filled with your current name.No
Current PasswordYour existing password, used to confirm it is really you before a change.Yes (when changing password)
New PasswordThe new password you want to set.Yes (when changing password)
Confirm New PasswordType the new password again. It must match New Password exactly.Yes (when changing password)

Profile buttons

ButtonWhat it does
Save NameSaves the Display Name field. Shows Saving… and is disabled while it works. On success it updates your name across the console and shows a success message. If it fails, it shows an error message.
Change PasswordSaves a new password. It first checks that New Password and Confirm New Password match. On success it clears all three password fields and shows a success message. If your current password is wrong (or anything else fails), it shows an error message. The button is disabled while saving.
Close (X icon, top-right)Closes the modal without saving anything still in progress. You can also close it by pressing Escape or clicking outside the modal.
The password checks happen before anything is saved: if the two new-password fields do not match, you will be told before the change is attempted. Each section has its own save button, so you can update just your name, just your password, or both in one visit.

Day-to-day flow

Once you are comfortable signing in and finding your way around, a normal working day follows this shape.
1

Sign in and scan the Overview

Log in and check the dashboard home page for active bots, today’s call volume, and fleet availability.
2

Build or update a bot

Use the bot builder to set identity, instructions, policy, voice pipeline, behaviour, tools, knowledge, and CRM mapping.
3

Test the bot

Run a test call. Confirm the opening message, customer variables, response style, tools, recording, transcript, analysis, and CRM push all work.
4

Create a campaign

Choose the bot, the outbound numbers, the contact list, the time window, concurrency, and retry rules.
5

Start and monitor

Start the campaign, watch its progress, inspect failed attempts, and download reports when you need them.

Escalate to engineering when

Some problems are not yours to fix. Hand these to engineering rather than retrying them yourself:
  • The fleet shows no capacity but workers should be free.
  • Campaign calls stay stuck in a dialling or in-progress state far longer than expected.
  • Many calls fail at once with the same error.
  • Recordings are missing or playback returns an access error.
  • A bot’s configuration fails to load for a valid, active bot.
  • A CRM push is set up correctly in the console but keeps failing at runtime.

Next steps

Console tour

A guided walk through the sidebar and every section of the console.

Create a bot

Build your first voice agent step by step.