> For the complete documentation index, see [llms.txt](https://ai-toolkit-plugin.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-toolkit-plugin.gitbook.io/home/basics/editor.md).

# Backend

### A Quick Look Inside: AI Integration Backend for WordPress

Setting up AI-powered features on your WordPress site is now easier than ever. Here’s a simple walkthrough of how the plugin looks and works from the backend. Please keep in mind that the status is currently Alpha. [We will update our project's Roadmap ](/home/basics/roadmap.md)frequently so that you get a better understanding when we plan to make the plugin accesible for all WordPress users!

**What you see:**\
A clean, intuitive interface under `Settings > AI Integration`.\
You’ll find tabs like:

* **API Settings**
* **Content Generator**
* **AI Chatbot**
* **Automation Rules**

**Tutorial Step:**\
To get started, go to your WordPress admin panel, install the “AI Integration Toolkit” plugin, and activate it. Then navigate to the plugin dashboard. You’ll land on the overview panel where you can monitor API usage, recent AI interactions, and system status.

<figure><img src="/files/nrlfy2G7KPWzobuvINvz" alt=""><figcaption><p><strong>Have a look in the backend which you access via the standard WordPress interface</strong></p></figcaption></figure>

#### **Screenshot 2: Connecting Your AI Engine**

**What you see:**\
The **API Settings** tab allows you to connect your preferred AI provider: OpenAI (ChatGPT), Claude, Mistral, or custom endpoints.

**Tutorial Step:**\
Paste your API key, select the model (e.g., GPT-5), and define rate limits or temperature settings.\
Click “Test Connection” — a successful ping will confirm everything is ready.

#### **Screenshot 3: AI Content Generator**

**What you see:**\
The **Content Generator** tab offers a prompt-based interface where you can generate blog posts, headlines, product descriptions, meta information and more — all with a single click.

**Tutorial Step:**\
Enter a prompt like *“Write a 500-word article about sustainable fashion for mid-30s female customers.”* Choose tone, length, and format. Add image content if suitable. Click “Generate,” and the AI instantly fills the WordPress editor with polished, ready-to-publish content. You may use the default translation of your AI of choice. For high-class translation however we will integrate hooks for the major translation management services on the market.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ai-toolkit-plugin.gitbook.io/home/basics/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
