# Built-in Docs & the `[antradus_docs]` Shortcode

> **What it does:** Every guide you're reading comes built into the plugin. Browse them from your dashboard, and — if you like — publish the exact same guides on your own website with a single shortcode. No separate documentation plugin needed.
>
> *Applies to Antradus AI Lite & Pro v2.0.0 · Last updated 2026-07-24*

## Read the docs inside WordPress

Go to **Antradus AI → Docs**. You'll see a searchable sidebar of every guide, grouped by category, with the guide you pick shown next to it. It's the same content as the online documentation, and it always matches the version of the plugin you have installed.

## Publish the docs on your own site

Create a page (for example, `/docs` or `/help`) and add this shortcode:

```
[antradus_docs]
```

That's it — the full documentation browser (searchable sidebar + reader) appears on that page for your visitors. It's completely self-contained: no separate documentation plugin, no importing, no extra setup.

### Show only one category

Pass a category slug to show just that section:

```
[antradus_docs category="writing"]
```

Category slugs: `getting-started`, `writing`, `seo`, `images`, `bulk`, `recipes`, `help`.

## Good to know

- The docs page picks up your theme's width and fonts, so it fits right into your site; headings, tables, and code get their own clean styling.
- A page with the shortcode is **public by default** — anyone can read it, which makes it great for self-serve support and SEO. Prefer to keep it private? Set the page to Private or password-protect it in WordPress.
- Your guides always stay current: each time you update the plugin you get the latest documentation automatically — there's nothing to sync or maintain.
