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

# Introduction

> Build with the SmartlyQ API — generate content, manage social posts, chatbots, media, and more.

## Welcome to SmartlyQ

SmartlyQ is an AI-powered platform for content creation, social media management, chatbots, and analytics. The SmartlyQ API lets you integrate these capabilities into your own applications.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first API call in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your requests.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Browse all available endpoints.
  </Card>

  <Card title="Developer Dashboard" icon="gauge" href="https://app.smartlyq.com/my/developer">
    Get your API key, manage your wallet, and view usage.
  </Card>
</CardGroup>

## What you can build

<CardGroup cols={3}>
  <Card title="Content Generation" icon="pen-nib">
    Articles, rewrites, images, video, audio — powered by leading AI models.
  </Card>

  <Card title="Social Media" icon="share-nodes">
    Schedule and publish posts across 12+ platforms.
  </Card>

  <Card title="Chatbots" icon="robot">
    Create, train, and deploy AI chatbots with RAG.
  </Card>

  <Card title="Analytics" icon="chart-mixed">
    Pull performance data for posts, accounts, and campaigns.
  </Card>

  <Card title="Media Library" icon="photo-film">
    Upload and manage files via presigned URLs.
  </Card>

  <Card title="AI Captain" icon="wand-magic-sparkles">
    Conversational AI assistant for marketing tasks.
  </Card>
</CardGroup>

## Base URL

All API requests use the following base URL:

```
https://api.smartlyq.com/v1
```

## Need help?

<CardGroup cols={2}>
  <Card title="Support" icon="envelope" href="mailto:support@smartlyq.com">
    Reach out to the SmartlyQ team.
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://app.smartlyq.com/my/developer">
    Manage API keys, credits, and webhooks.
  </Card>
</CardGroup>
