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

# Introduction

> Everything you need to know about using TryPost to manage your social media

## What is TryPost?

TryPost is a social media scheduling platform that lets you create, schedule, and publish posts across 12 social networks from a single dashboard. It's open-source and available as a managed cloud service or self-hosted on your own infrastructure.

## Core concepts

<Columns cols={2}>
  <Card title="Posts" icon="pen-to-square" href="/knowledge-base/posts">
    The content you create and publish. Each post fans out to one platform entry per connected account, with its own status, media, and per-platform metadata.
  </Card>

  <Card title="Social Accounts" icon="share-nodes" href="/knowledge-base/social-accounts">
    Your connected social media profiles and pages. Connect once, post everywhere.
  </Card>

  <Card title="Workspaces" icon="building" href="/knowledge-base/workspaces">
    Isolated environments for different brands, clients, or projects. Each workspace has its own accounts, posts, and team.
  </Card>

  <Card title="Team & Roles" icon="users" href="/knowledge-base/team">
    Invite collaborators with role-based permissions: Admin, Member, or Viewer. The workspace creator is the owner separately.
  </Card>
</Columns>

## Content organization

<Columns cols={2}>
  <Card title="Labels" icon="tag" href="/knowledge-base/labels">
    Color-coded tags to categorize and filter posts by campaign, topic, or priority.
  </Card>

  <Card title="Signatures" icon="hashtag" href="/knowledge-base/signatures">
    Reusable text blocks — hashtag sets, newsletter CTAs, link callouts — appended to posts with one click.
  </Card>

  <Card title="Media" icon="image" href="/knowledge-base/media">
    Images and videos. Each platform has specific format requirements and limits.
  </Card>

  <Card title="Asset library" icon="photo" href="/knowledge-base/assets">
    Reusable workspace media plus on-demand search across Unsplash and Giphy.
  </Card>

  <Card title="Notifications" icon="bell" href="/knowledge-base/notifications">
    Stay informed about publishing results, account issues, and team activity via in-app and email alerts.
  </Card>
</Columns>

## Working with AI

<Columns cols={2}>
  <Card title="AI features" icon="sparkles" href="/knowledge-base/ai-features">
    Generate captions, review drafts, and create end-to-end posts (text + images) from a single prompt.
  </Card>

  <Card title="Brand profile" icon="palette" href="/knowledge-base/brand-profile">
    The voice, tone, and visual settings the AI uses to keep every generated post on-brand.
  </Card>

  <Card title="Post templates" icon="bookmarks" href="/knowledge-base/templates">
    Pre-built post structures you can apply to a draft in one click.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/knowledge-base/analytics">
    Per-account metrics from each platform, with date-range filtering.
  </Card>
</Columns>

## Account & billing

<Columns cols={2}>
  <Card title="Account & security" icon="user-shield" href="/knowledge-base/account-and-security">
    Profile, language, password, active sessions, and connected logins.
  </Card>

  <Card title="Plans & billing" icon="credit-card" href="/knowledge-base/plans-and-billing">
    Cloud pricing, AI credits, the free trial, and managing your subscription.
  </Card>

  <Card title="API keys" icon="key" href="/knowledge-base/api-keys">
    Authenticate REST API and MCP server requests with workspace-scoped Personal Access Tokens.
  </Card>
</Columns>

## How publishing works

<Steps>
  <Step title="You schedule a post">
    Create a post, write content for each platform, and set a date and time. The scheduler runs every minute looking for posts that are due.
  </Step>

  <Step title="TryPost publishes to each platform">
    When the scheduled time arrives, TryPost dispatches a background job for each enabled platform. Each platform is published independently — if one fails, the others still go through.
  </Step>

  <Step title="You get notified">
    After all platforms finish, you receive a notification (in-app and/or email) with the result: published, partially published, or failed.
  </Step>
</Steps>

## Integrations

<Columns cols={2}>
  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Manage posts, signatures, labels, accounts, and API keys programmatically.
  </Card>

  <Card title="MCP Server" icon="microchip-ai" href="/ai/introduction">
    Connect AI assistants (Claude, Copilot, Cursor, etc.) to manage TryPost with natural language.
  </Card>
</Columns>
