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

# Quickstart

> Publish a working Founding Agent and talk to it in a few minutes.

Founding Agent is self-serve on the Starter plan.

<Steps>
  <Step title="Sign in to the portal">
    Go to [https://portal.usemoss.dev/fa](https://portal.usemoss.dev/fa) and sign in with your work email.
  </Step>

  <Step title="Create an agent">
    Enter your company name and greeting, then step through the wizard to create your agent.
  </Step>

  <Step title="Teach it">
    Add two or three [question-and-answer pairs](/docs/founding-agent/portal/teach) so the agent has something to say about your product.
  </Step>

  <Step title="Publish and copy your keys">
    Open the Deploy step. It shows your publishable key (`pk_...`), your API key (`sk_...`), and an embed snippet.

    <Warning>
      Your API key is shown only once. Copy it now and store it in a secrets manager or environment variable before leaving this page.
    </Warning>
  </Step>

  <Step title="Add it to your site">
    Follow the [install and keys guide](/docs/founding-agent/embed/install-and-keys) to drop the widget into your site.
  </Step>

  <Step title="Talk to it">
    Open your site, click the widget, and start a conversation with your agent.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Teach your agent" icon="graduation-cap" href="/docs/founding-agent/portal/teach">
    Add more knowledge to improve answer quality.
  </Card>

  <Card title="Embed on your site" icon="code" href="/docs/founding-agent/embed/install-and-keys">
    Full installation reference for the React widget.
  </Card>
</CardGroup>
