> ## Documentation Index
> Fetch the complete documentation index at: https://brandless.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick start

> End-to-end guide to set up your first white-label AI agent and share it with a client in 6 steps.

Brandless is a white-label platform where you build and sell AI voice and chat agents under *your own* brand. Your clients manage their agents in a fully customized workspace—they'll never see Brandless mentioned anywhere.

This guide walks you through the core happy path: signing up, customizing your brand, creating your first client, building an agent, testing it, and sharing the login with your client.

## Steps

<Steps>
  <Step title="Start your free trial">
    Click **Start free trial** on the homepage (or **Start your trial** in the pricing section). You'll sign up with your email, verify it, and land on the **Dashboard** with a fresh account.

    You get 14 days free on any plan. You'll add a card to start your trial — it won't be charged until day 14, and you can cancel anytime before then.
  </Step>

  <Step title="Set up your brand">
    Go to **Branding** in the sidebar. Here you customize how your clients see the platform:

    * Upload your logo
    * Set your brand colors (accent color)
    * Choose a custom subdomain (your clients log in at this domain, e.g., `acme.yourplatform.com`)

    Optionally, add a custom domain (e.g., `agents.yourcompany.com`) and configure a custom email sender so support messages come from your email address.

    [Learn more about branding →](/docs/your-brand/subdomain)
  </Step>

  <Step title="Create your first client">
    Go to **Clients** and click **Add client**. Enter a name (e.g., "Acme Dental") and click **Create client**. This creates a separate workspace for that client—you can invite them to it later or create agents for them yourself.
  </Step>

  <Step title="Create an agent">
    Go to **Agents** and click **Add agent**.

    * Select the client you just created from the dropdown.
    * Give the agent a name (e.g., "Sara").
    * Click **Create agent**.

    The agent opens in the editor. You'll see the agent's **System prompt**, **Voice**, **Language**, and **LLM** settings. Defaults are already applied, but you can tweak them here.

    [Learn more about agent configuration →](/docs/agents/system-prompt)
  </Step>

  <Step title="Test the agent">
    On the right side of the editor, you'll see the **Test** panel. Click the microphone icon to start a voice conversation, or type a message to test the chat. The agent responds in real time with your draft settings—no need to publish first.

    Test different prompts and voices until you're happy with how the agent sounds and behaves.
  </Step>

  <Step title="Publish and share the client login">
    Once you're satisfied, click **Publish** in the top right. This saves your agent configuration as the live version.

    To share access with your client:

    1. Go back to **Clients**.
    2. Click into the client's row.
    3. Look for the **Members** section and invite your client by email, or copy the sign-in link to send them directly.

    Your client can then log in at your custom subdomain, see their agents, and manage them from their own workspace—all under your brand.

    [Learn more about client access →](/docs/clients/assign-agent)
  </Step>
</Steps>

<Note>
  **Publish vs. Save:** Your agent draft saves automatically as you edit. The **Publish** button commits your changes to the live version that clients use. Always publish before sharing an agent with your client.
</Note>

## Related

* [Create an agent](/docs/agents/create)
* [Set up your custom domain](/docs/your-brand/custom-domain)
* [Understand your plan](/docs/getting-started/plans)
* [Invite team members](/docs/clients/create)
