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

# What features does Ayrshare offer?

The key Ayrshare API features are:

<CardGroup cols={2}>
  <Card title="Multiple User Management" icon="circle-check" href="/multiple-users/business-plan-overview">
    Manage all your users' social accounts right from your product. Post, Auto
    Schedule, and Analytics with the Business Plan via the API or the Ayrshare
    Dashboard.
  </Card>

  <Card title="Schedule Posts" icon="circle-check" href="/apis/post/overview#schedule-posts">
    Create a post with text, images, or videos and send it immediately or
    schedule it for a future date or time.
  </Card>

  <Card title="Delete Posts" icon="circle-check" href="/apis/post/delete-post">
    Simply send the post ID to the delete endpoint to delete your post from all
    of the social media networks.
  </Card>

  <Card title="Post History" icon="circle-check" href="/apis/history/overview">
    Get history and status of the posts you sent via Ayrshare, with detailed
    metadata for each post.
  </Card>

  <Card title="Advanced Analytics" icon="circle-check" href="/apis/analytics/overview">
    Get advanced analytics for your users and post links including likes,
    retweets, and clicks.
  </Card>

  <Card title="Messaging" icon="circle-check" href="/apis/messages/overview">
    Manage your user's direct messages, via the Messages API, to those who
    contact them across their preferred channels, allowing them to provide a
    seamless customer experience.
  </Card>

  <Card title="Images & Videos Management" icon="circle-check" href="/apis/media/overview">
    Upload your image or videos directly to Ayrshare and get a URL to post with.
    No need for a separate image/video hosting service.
  </Card>

  <Card title="Link Shortening" icon="circle-check" href="/apis/links/overview">
    Submit a URL and get a short URL to save characters in your posts.
  </Card>

  <Card title="Comment Management" icon="circle-check" href="/apis/comments/overview">
    Retrieve, post, and manage comments on a post. Never miss an opportunity to
    increase engagement.
  </Card>

  <Card title="Auto Hashtags" icon="circle-check" href="/apis/hashtags/auto-hashtags">
    Automatically add hashtags to your posts based on the most relevant key
    words. Takes into account real-time hashtag popularity.
  </Card>

  <Card title="Reviews" icon="circle-check" href="/apis/reviews/overview">
    Retrieve, reply, or delete replies of reviews on Google Business Profile and
    Facebook pages.
  </Card>

  <Card title="Integrations" icon="circle-check" href="/packages-guides/overview">
    Save your team's time by connecting with one of the Ayrshare integrations,
    such as Notion, Airtable, Make, Retool, and Bubble.
  </Card>

  <Card title="Generate Posts with AI" icon="circle-check" href="/apis/generate/overview">
    Create or rewrite social posts, transcribe videos, and more using AI.
  </Card>

  <Card title="Webhooks" icon="circle-check" href="/apis/webhooks/overview">
    Register webhooks to receive asynchronous updates on events including scheduled posts, messages, and social account linking.
  </Card>
</CardGroup>
