{% extends "console_page.html" %} {% block console_content %}

Your Agent Is Live

Here’s what happens next and how to start talking to it.

Back to Agents

What happens next

  • We finish initializing your agent and connecting channels.
  • Your agent will contact you on your preferred channel.
  • You can reply naturally - it understands plain language.

Try it now

Send a quick hello to start your first conversation.

{% if primary_email %} Email your agent {% endif %} {% if primary_sms %} Text your agent {% endif %} Open web chat
Examples: "Summarize my latest updates" • "What should I prioritize today?" • "Draft a response to this"

Your agent

{{ agent.name }}

{% if primary_email %}

Agent Email

{{ primary_email.address }}
{% endif %} {% if primary_sms %}

Agent SMS

{{ primary_sms.address }}
{% endif %}

You’re in control. Pause or delete anytime from Settings.

{% if settings.GOBII_PROPRIETARY_MODE %} {% if show_pro_scale_upsell or show_scale_upsell or agent_has_org and not org_has_paid_seats %}

Grow this agent

Unlock more reach and reliability

Upgrade now so your new agent can handle heavier workloads and team use.

{% if show_pro_scale_upsell %}

Free plan: always-on runs up to 30 days. Upgrade to Pro/Scale to keep it always-on.

{% endif %}
{% if upsell_count == 1 %} {% endif %} {% if show_pro_scale_upsell %}

Pro

More capacity and richer channels

Popular

Priority routing, more credits, higher contact limits — and agents that never expire or turn off.

  • Faster responses for live conversations
  • More contacts per agent and better deliverability
{% endif %} {% if show_scale_upsell %}

Scale

Dedicated throughput and resilience

Most powerful

Top-tier limits, premium support, and the highest intelligence levels available for production rollouts.

  • Highest credit pools and rate limits
{% endif %} {% if agent_has_org and not org_has_paid_seats %}

Team seat

Unlock organization access

Action needed

Add a paid seat so teammates can own this agent and share credits{% if agent_org_name %} in {{ agent_org_name }}{% endif %}.

  • Enables member invites and shared routing
  • Keeps org-owned agents reliable
Buy an organization seat
{% endif %} {% if upsell_count == 1 %} {% endif %}
{% endif %} {% endif %}

Quick answers

How will it contact me?
{% if preferred_channel == 'sms' %}
Your agent will contact you via SMS. You can change this in Settings.
{% elif preferred_channel == 'email' %}
Your agent will contact you via Email. You can change this in Settings.
{% else %}
Your agent uses the channels shown above. You can change this in Settings.
{% endif %}
What data does it use?
Your agent will access the internet and other tools to get the most up-to-date information for you.
How fast will it reply?
Most messages get a response within seconds. Complex tasks may take longer while the agent gathers the latest information.
Will I be charged for messages?
Standard carrier rates may apply for SMS/MMS.
{% include "partials/_talk_to_agent_modal.html" %} {% endblock %}