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

# Introduction

> What Generatify adds to WordPress and how its features are organized.

Generatify brings AI into WordPress in two directions: tools that help **you** run the site, and tools that help **your visitors** use it.

For you, there is a copilot in the admin that can read your site, draft posts, and make changes you approve. For your visitors, there is an on-page agent that follows instructions and navigates the site for them, a helpdesk agent that answers questions, and a set of tools browser AI agents can call directly.

<Frame>
  <img src="https://daftplug.com/wp-content/uploads/generatify-admin-overview.png" alt="The Generatify chatbot page in the WordPress admin, showing the prompt box, context controls, and model selector" />
</Frame>

## The one thing to understand first

Generatify's features split into two groups by where the intelligence runs, and this split explains almost everything about how the plugin behaves.

<Columns cols={2}>
  <Card title="Runs on your site" icon="server">
    Toxicity checking, image alt text, related posts, smart compose, the content summary button, and the browser AI tools. These use models in the visitor's browser or plain analysis on your server. No API key, no account, no per-request cost.
  </Card>

  <Card title="Runs on an AI provider" icon="cloud">
    The copilot, content generation, meta descriptions, and helpdesk conversations. These call ChatGPT, Claude, Gemini, or Kimi using an API key you supply, and you pay that provider directly for what you use.
  </Card>
</Columns>

<Note>
  The first group is free and works the moment you activate the plugin. The second group needs Pro, because the connectors that hold your API keys are a Pro feature.
</Note>

## What you get

<Columns cols={2}>
  <Card title="Copilot" icon="robot" href="/generatify/guides/copilot">
    An assistant in the admin that knows your site. It can search content, draft and edit posts, generate images, and change settings, and it asks before it changes anything.
  </Card>

  <Card title="AI page agent" icon="wand-magic-sparkles" href="/generatify/settings/agents#ai-page-agent">
    A floating copilot for visitors. They say what they want, and the agent works through your site to do it.
  </Card>

  <Card title="Helpdesk agent" icon="headset" href="/generatify/settings/agents#ai-helpdesk-agent">
    A support widget with help articles, popular topics, and either a contact form or a live AI conversation.
  </Card>

  <Card title="Browser AI tools" icon="plug" href="/generatify/guides/browser-ai-tools">
    Exposes your content and store to AI agents built into the browser, so they can search and shop on a visitor's behalf.
  </Card>

  <Card title="Content generation" icon="pen-nib" href="/generatify/guides/generating-content">
    Write a whole post from a brief: title, body, featured image, tags, categories, and internal links.
  </Card>

  <Card title="Smart suggestions" icon="lightbulb" href="/generatify/settings/smart-suggestions">
    Related posts, a ChatGPT summary button, and autocomplete in text fields.
  </Card>

  <Card title="Content moderation" icon="shield" href="/generatify/settings/content-moderation">
    Blocks toxic comments before they are submitted, using a model in the commenter's browser.
  </Card>

  <Card title="SEO automation" icon="magnifying-glass" href="/generatify/settings/automations">
    Fills in missing image alt text and meta descriptions.
  </Card>
</Columns>

## How the plugin is organized

Generatify adds a top-level **Generatify** menu with two pages.

<Steps>
  <Step title="Chatbot">
    The copilot. This is the plugin's landing page, and where you talk to your site.
  </Step>

  <Step title="Settings">
    Five tabs: Automations, Agents, Smart Suggestions, Content Moderation, and Connectors.
  </Step>
</Steps>

<Card title="Install Generatify" icon="download" horizontal href="/generatify/getting-started/installation">
  Requirements, installation, and license activation.
</Card>
