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

# Business Management Overview

> Manage WhatsApp message templates, monitor quality signals, and configure your business account via the Connectly API 🚀

The Business Management API covers the account-level operations that support your messaging — creating and managing WhatsApp templates, and monitoring your account's quality score and messaging limits.

## What's available

<CardGroup cols={2}>
  <Card title="Templates" icon="rectangle-list" href="https://docs.connectly.ai/business/template-management">
    Understand how WhatsApp templates work — components, variables, categories, and the approval process.
  </Card>

  <Card title="Create template" icon="plus" href="https://docs.connectly.ai/api-reference/create-template">
    `POST /v1/businesses/{businessId}/create/template` — submit a new template to Meta for approval.
  </Card>

  <Card title="Get templates" icon="magnifying-glass" href="https://docs.connectly.ai/api-reference/get-templates">
    `POST /v1/businesses/{businessId}/get/templates` — list all templates and their approval status.
  </Card>

  <Card title="Delete template" icon="trash" href="https://docs.connectly.ai/api-reference/delete-template">
    `DELETE /v1/businesses/{businessId}/templates/{templateGroupId}` — remove a template from Meta and Connectly.
  </Card>

  <Card title="Quality signals" icon="chart-bar" href="https://docs.connectly.ai/api-reference/quality-signals">
    `GET /v1/businesses/{businessId}/get/quality_signals` — fetch your messaging limit tier and quality score.
  </Card>
</CardGroup>

<Note>
  Need to upload media for use in template headers or messages? See the [Assets API](/assets/overview) — it's a separate section but closely related.
</Note>
