# Getting Started

Welcome to Proto, the leading platform for:

* Generating AI agents to help your audience
* Managing live agents
* Interacting through dozens of messaging channels and integrations

… and much more!

This knowledge base is a comprehensive guide to all aspects of the Proto platform.

***

## Platform Modules

The Proto platform is broken into six primary workflows, referred to as modules:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>AI Agents</strong></td><td>Manage AI agents and the channels they are published to. Every chat begins with an agent serving as the first line of support.</td><td><a href="modules/ai-agents">ai-agents</a></td></tr><tr><td><strong>Inbox</strong></td><td>Manage and respond to people in this dedicated helpdesk, across all channels for both realtime chats and email tickets.</td><td><a href="modules/inbox">inbox</a></td></tr><tr><td><strong>Livechats</strong></td><td>View all chats that were handed off by an AI agent to a user in your workspace.</td><td><a href="modules/livechats">livechats</a></td></tr><tr><td><strong>Tickets</strong></td><td>View and manage all tickets in a dedicated repository.</td><td><a href="modules/tickets">tickets</a></td></tr><tr><td><strong>People</strong></td><td>View and manage all your registered people in a dedicated CRM.</td><td><a href="modules/people">people</a></td></tr><tr><td><strong>Analytics</strong></td><td>Visualise your CX statistics and trends to gain actionable insights.</td><td><a href="modules/analytics">analytics</a></td></tr></tbody></table>

***

## Onboarding Steps

{% stepper %}
{% step %}

### Generate your AI experience

Go to **AI Agents** to create, customize, and deploy AI to your preferred messaging channels.
{% endstep %}

{% step %}

### Chat with customers

Go to **Inbox** to see all conversations (facilitated by AI and live agents), and **Analytics** for reports on your audience trends.
{% endstep %}

{% step %}

### Invite your team

Invite users and configure your workspace in the Settings.
{% endstep %}

{% step %}

### Let us do the rest

Are you looking to get the most out of your platform? [Book a call](https://meetings.hubspot.com/curtis-proto/demo) and let us guide you through setup and best practices.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.proto.cx/docs/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
