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

# Quickstart

> Connect a channel and schedule your first post in minutes

Groniz is a hosted service — there is nothing to install or run. Sign in,
connect a social channel, and schedule your first post.

<Steps>
  <Step title="Sign in to the console">
    Open [groniz.com/console/connectors](https://groniz.com/console/connectors)
    and sign in. New accounts start on a free plan.
  </Step>

  <Step title="Connect a channel">
    In the console, click **Add channel** and authorize the platform you want
    to post to (X, LinkedIn, Instagram, YouTube, and 28+ more). Groniz owns the
    OAuth apps — you never manage API keys or developer apps yourself.
  </Step>

  <Step title="Schedule a post">
    Compose your content, pick the connected channel(s) and a time, and hit
    **Schedule**. Groniz publishes it for you and tracks the analytics.
  </Step>
</Steps>

## Automate it

Once you're set up, drive everything from code or an AI agent:

<CardGroup cols={3}>
  <Card title="Public API" icon="code" href="/public-api/introduction">
    Schedule, manage, and analyze posts over plain HTTP + JSON.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/introduction">
    `curl -fsSL https://groniz.com/install.sh | sh` — drive Groniz from your terminal.
  </Card>

  <Card title="MCP Server" icon="plug" href="/mcp/introduction">
    Expose Groniz as tools to Claude, Cursor, and other MCP clients.
  </Card>
</CardGroup>
