# Welcome to AuthorKit

AuthorKit is a modular suite of WordPress plugins designed specifically for self-publishing authors. Build a professional author website without the bloat.

## What You'll Find Here

* **For Authors**: Step-by-step guides to showcase your books, manage reviews, and run giveaways
* **For Developers**: Complete API documentation, hooks reference, and customization guides
* **For Everyone**: Troubleshooting tips, FAQs, and best practices

## Quick Links

### Getting Started

* [5-Minute Quick Start](/getting-started/quick-start.md)
* [Installation Guide](/getting-started/installation.md)
* [System Requirements](/getting-started/system-requirements.md)

### Popular Guides

* [Adding Your First Book](https://github.com/shoppustak/authorkit-docs/blob/master/authorkit-books/managing-books/adding-first-book.md)
* [Displaying Books with Shortcodes](/authorkit-books/shortcodes/overview.md)
* [Publishing to Bookshelf](/authorkit-bookshelf/publishing-books.md)
* [Managing Book Reviews](/authorkit-reviews/review-management.md)
* [Running a Book Giveaway](/authorkit-contests-pro/creating-contests.md)

### Need Help?

* [FAQ](/getting-started/faq.md)
* [Troubleshooting](broken://pages/tQ9rhX8Kuqjc1zaOmHHI)
* [Community Support](https://wordpress.org/support/plugin/authorkit/)
* [Premium Support](mailto:support@authorkit.pro)

## The AuthorKit Family

### AuthorKit Free

Complete author platform with Books, Reviews, and Bookshelf features (with limits in free tier).

**What's Included:**

* Book management with 27 custom fields and Amazon-style displays
* Review system with ratings and moderation
* Bookshelf integration for discoverability on bookshelf.authorkit.pro

**Status**: Available on WordPress.org **License**: Free (GPL v2.0+) **Limits**: 10 books maximum, 3 reviews per book

### AuthorKit Pro

Premium add-on with Contests and Reader Magnets modules, plus unlimited books/reviews.

**What's Included:**

* Unlimited books and reviews (no limits)
* Contests module - Run book giveaways and competitions
* Reader Magnets module - Deliver lead magnets and track downloads
* Priority email support
* All future updates included

**Status**: Available **License**: Pro-only (Commercial) **Requires**: AuthorKit Free plugin installed first **Pricing**: See [pricing page](/getting-started/pricing.md)

***

## What Makes AuthorKit Different?

* **Built for Authors**: Every feature designed specifically for self-publishing authors
* **Lightning Fast**: Vanilla PHP/JS with zero dependencies
* **Theme Compatible**: Works with any properly coded WordPress theme
* **Modular**: Install only what you need
* **Open Source**: Free plugins are GPL licensed
* **Extensible**: Powerful hooks and filters for developers

***

## Current Version

**AuthorKit Core**: 1.0.0 **AuthorKit Books**: 1.0.0 **Last Updated**: February 16, 2026

[View Changelog](https://github.com/shoppustak/authorkit-docs/blob/master/changelog.md)

***

*Need help? Start with our* [*5-Minute Quick Start Guide*](/getting-started/quick-start.md) *or browse the documentation using the sidebar.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.authorkit.pro/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
