<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agenistrator</title><link>/</link><description>Recent content on Agenistrator</description><generator>Hugo</generator><language>en</language><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started</title><link>/docs/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/getting-started/</guid><description>&lt;p&gt;This guide walks you through installing Agenistrator and making your first chat interaction.&lt;/p&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;h3 id="download-the-plugin"&gt;Download the Plugin&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download &lt;a href="/download/"&gt;agenistrator.zip&lt;/a&gt; from the download page&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;Plugins → Add New&lt;/strong&gt; in your WordPress admin&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Upload Plugin&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Choose the downloaded ZIP file&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Install Now&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Activate&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="verify-installation"&gt;Verify Installation&lt;/h3&gt;
&lt;p&gt;After activation, you should see:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A new &lt;strong&gt;Agenistrator&lt;/strong&gt; menu in the admin sidebar&lt;/li&gt;
&lt;li&gt;A chat icon in the bottom-right corner of every admin page&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="/docs/getting-started/screenshot-2.png"
 alt="Status dashboard"&gt;&lt;figcaption&gt;
 &lt;p&gt;Status dashboard showing configured LLM models, embeddings count, and available tools overview&lt;/p&gt;</description></item><item><title>LLM Providers</title><link>/docs/providers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/providers/</guid><description>&lt;p&gt;Agenistrator supports multiple LLM providers. You can configure one or more providers and choose which models to use.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Recommendation:&lt;/strong&gt; We recommend &lt;strong&gt;OpenRouter&lt;/strong&gt; for most users. It provides access to models from all major providers with a single API key, offers free models for trying things out, and has the best integration experience with Agenistrator.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="supported-providers"&gt;Supported Providers&lt;/h2&gt;
&lt;h3 id="openrouter-recommended"&gt;OpenRouter (Recommended)&lt;/h3&gt;
&lt;p&gt;A unified API that aggregates models from OpenAI, Anthropic, Google, Meta, and many other providers.&lt;/p&gt;</description></item><item><title>Features</title><link>/docs/features/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/features/</guid><description>&lt;p&gt;Agenistrator provides a rich set of features for managing your WordPress site through natural language.&lt;/p&gt;
&lt;h2 id="chat-interface"&gt;Chat Interface&lt;/h2&gt;
&lt;p&gt;The chat widget is available on every WordPress admin page:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Persistent Window&lt;/strong&gt; - Stays open as you navigate&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Real-time Streaming&lt;/strong&gt; - See responses as they&amp;rsquo;re generated&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stop Button&lt;/strong&gt; - Cancel mid-response if needed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-tab Sync&lt;/strong&gt; - Chat state synchronizes across browser tabs&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="tool-system"&gt;Tool System&lt;/h2&gt;
&lt;p&gt;Agenistrator includes 100+ built-in tools organized by category:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Category&lt;/th&gt;
 &lt;th&gt;Examples&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Content&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Create posts, edit pages, manage media&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Users&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;List users, create accounts, manage roles&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Plugins&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Install, activate, deactivate, update&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Themes&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Switch themes, customize settings&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Menus&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Create menus, add items, assign locations&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Settings&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Read and update WordPress options&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;System&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Database queries, file operations, PHP info&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="tool-safety"&gt;Tool Safety&lt;/h3&gt;
&lt;p&gt;Tools are classified by their side effects:&lt;/p&gt;</description></item><item><title>Frequently Asked Questions</title><link>/docs/faq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/faq/</guid><description>&lt;h3 id="how-much-does-this-cost"&gt;How much does this cost?&lt;/h3&gt;
&lt;p&gt;Agenistrator itself is free. However, it requires an API key from an LLM provider (OpenRouter, Anthropic, or OpenAI), which typically charge based on usage. Costs vary by provider and model - more capable models generally cost more per message. Start with a spending limit on your provider account to avoid surprises.&lt;/p&gt;
&lt;h3 id="will-this-break-my-website"&gt;Will this break my website?&lt;/h3&gt;
&lt;p&gt;Agenistrator is designed with safety in mind. By default, only read-only tools are enabled - the assistant can view and search your content but cannot make changes. Write tools (that create, edit, or delete content) must be explicitly enabled by you. The assistant also respects WordPress permissions - it can only do what your user account is allowed to do.&lt;/p&gt;</description></item><item><title>Search Results</title><link>/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/search/</guid><description/></item></channel></rss>