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

> Custom AI agent grounded in your data

# Get started

Getting started with Sonian Agents is straightforward.
Follow the steps below to launch your first production-ready agent.

<Steps>
  <Step title="Create an Agent">
    Go to the [Agents](https://app.sonian.ai/agents) page. Create a new Agent
    and configure it.
  </Step>

  <Step title="Add Knowledge">
    Create a [Datastore](https://app.sonian.ai/datastores) and connect it to
    your Agent with the Datastore Tool.
  </Step>

  <Step title="Install Agent on your website">
    To install the Agent on your website, follow the steps below:

    <CardGroup cols={2}>
      <Card title="Bubble" href="/widgets/chatbot/bubble" />

      <Card title="Standard" href="/widgets/chatbot/standard" />
    </CardGroup>
  </Step>
</Steps>
