Title: Ask Adam Doc It
Author: Ask Adam
Published: <strong>May 24, 2026</strong>
Last modified: May 24, 2026

---

Search plugins

![](https://ps.w.org/ask-adam-doc-it/assets/banner-772x250.png?rev=3546308)

![](https://ps.w.org/ask-adam-doc-it/assets/icon-256x256.png?rev=3546308)

# Ask Adam Doc It

 By [Ask Adam](https://profiles.wordpress.org/jackofall1232/)

[Download](https://downloads.wordpress.org/plugin/ask-adam-doc-it.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/ask-adam-doc-it/#description)
 * [Reviews](https://wordpress.org/plugins/ask-adam-doc-it/#reviews)
 *  [Installation](https://wordpress.org/plugins/ask-adam-doc-it/#installation)
 * [Development](https://wordpress.org/plugins/ask-adam-doc-it/#developers)

 [Support](https://wordpress.org/support/plugin/ask-adam-doc-it/)

## Description

Ask Adam Doc It is a free-forever document library for WordPress. Upload PDFs, Word
documents, spreadsheets, images, and any other file types your media library accepts,
then organize them with categories and surface them with a shortcode, a Gutenberg
block, or built-in archive templates.

Drop in your own OpenAI API key to unlock semantic search — find documents by meaning,
not just keywords. The plugin works fully without an API key; AI is purely optional.

Ask Adam Doc It is part of the **Ask Adam** suite by [askadamit.com](https://askadamit.com).
The free plugin is feature-complete on its own. If you want conversational document
Q&A, multi-document context retrieval, bulk indexing, and analytics, those live 
in Ask Adam Pro at [askadamit.com/purchase](https://askadamit.com/purchase) — a 
separate product.

#### What’s included (free)

 * Dedicated “Files” custom post type for documents
 * Categories and tags for organizing your library
 * Frontend archive and single views with theme-overridable templates
 * `[ask_adam_doc_it]` shortcode and a matching Gutenberg block
 * Classic keyword search across your library
 * Optional AI-powered semantic search via your own OpenAI API key
 * Admin columns and meta boxes for quick file management
 * Clean uninstall with an opt-in “delete my data” switch

There are no feature locks, license checks, or paid upgrades inside this plugin.

### External Services

When an OpenAI API key is provided in Settings, Ask Adam Doc It sends document summary
text to the OpenAI API to generate search embeddings.

**What data is sent:**

 * _Document metadata (admin-controlled):_ The document title, excerpt, AI Search
   Summary field, and category names for each published document. The plugin does
   not intentionally collect or transmit WordPress account, profile, or visitor 
   data, but because these fields are authored by site administrators, any personal
   information an admin types into them (for example, a person’s name in a document
   title) will be sent to OpenAI as part of the embedding source text.
 * _Visitor search text (visitor-controlled):_ When a visitor performs an AI search,
   the raw search query they typed is sent to OpenAI to generate a query embedding
   for semantic matching. The plugin cannot inspect this text in advance, so if 
   visitors enter personal information (names, email addresses, etc.) it will be
   transmitted to OpenAI as part of the query. No IP address, user ID, cookie, or
   other identifier is attached to either request.

**When data is sent:** Document metadata is sent when a document is published or
updated (via WP-Cron, a few seconds after save), or when an admin manually regenerates
an embedding. Visitor search text is sent each time a visitor submits an AI-mode
search.

**This feature is entirely optional.** The plugin works fully without an API key
using keyword search.

**Service:** OpenAI API (api.openai.com)
 **Privacy Policy:** [https://openai.com/privacy](https://openai.com/privacy)**
Terms of Service:** [https://openai.com/terms](https://openai.com/terms)

No data is sent to any service when no API key is configured.

## Blocks

This plugin provides 1 block.

 *   Ask Adam Doc It Library Display your document library with optional AI search.

## Installation

 1. Upload the `ask-adam-doc-it` folder to `/wp-content/plugins/`, or install via the
    Plugins screen in WordPress.
 2. Activate **Ask Adam Doc It** through the Plugins screen.
 3. (Optional) Visit **Files  Settings** and paste your OpenAI API key to enable semantic
    search.
 4. Add your first document under **Files  Add New**.
 5. Embed the library anywhere with the `[ask_adam_doc_it]` shortcode or the Ask Adam
    Doc It block.

## FAQ

### Does it work without an OpenAI API key?

Yes. The plugin is fully functional with zero configuration. Without an API key 
you get a complete document library with classic keyword search. Adding an API key
only enables the optional AI semantic search layer.

### Is this really free?

Yes. Ask Adam Doc It is GPLv2-licensed and 100% free. There are no premium feature
locks, no license keys, and no upsells embedded in functionality. The only paid 
product mentioned anywhere is a passive sidebar link to Ask Adam Pro, which is a
completely separate product you can ignore.

### How is it different from Ask Adam Pro?

Ask Adam Doc It is a self-contained WordPress document library that you host and
control. Ask Adam Pro (sold separately at askadamit.com/purchase) is a broader product
that adds conversational document Q&A, multi-document context retrieval with citations,
bulk embedding tools, analytics, and priority support. The two work well together
but neither requires the other.

### What file types are supported?

Any file type your WordPress media library accepts can be attached to an Ask Adam
Doc It file entry, including PDFs, Word documents (.doc/.docx), spreadsheets (.xls/.
xlsx/.csv), presentations (.ppt/.pptx), images (.jpg/.png/.gif/.webp), and plain
text files. You can extend supported MIME types using the standard `upload_mimes`
WordPress filter. SVG is intentionally excluded — it is a stored XSS vector. SVG
support requires dedicated sanitization — available in Pro.

### Is Ask Adam Doc It available in my language?

Ask Adam Doc It is translation-ready. A .pot file is included in the languages/ 
folder. If you would like to contribute a translation, please get in touch via https://
askadamit.com/contact.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Ask Adam Doc It” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Ask Adam ](https://profiles.wordpress.org/jackofall1232/)

[Translate “Ask Adam Doc It” into your language.](https://translate.wordpress.org/projects/wp-plugins/ask-adam-doc-it)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ask-adam-doc-it/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/ask-adam-doc-it/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ask-adam-doc-it/)
by [RSS](https://plugins.trac.wordpress.org/log/ask-adam-doc-it/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Branded admin UI with teal hero, tabbed settings, and help documentation tab.

#### 1.0.0

 * Initial release.
 * `aadi_file` custom post type and `aadi_category` taxonomy.
 * Classic keyword search across the document library.
 * Optional AI semantic search via OpenAI embeddings (bring your own API key).
 * `[ask_adam_doc_it]` shortcode and matching Gutenberg block.
 * Admin meta boxes, list-table columns, and settings page.
 * Theme-overridable archive and single templates.
 * Opt-in clean uninstall.

## Meta

 *  Version **1.0.0**
 *  Last updated **6 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [ai search](https://wordpress.org/plugins/tags/ai-search/)[document library](https://wordpress.org/plugins/tags/document-library/)
   [file manager](https://wordpress.org/plugins/tags/file-manager/)[openai](https://wordpress.org/plugins/tags/openai/)
   [pdf](https://wordpress.org/plugins/tags/pdf/)
 *  [Advanced View](https://wordpress.org/plugins/ask-adam-doc-it/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ask-adam-doc-it/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ask-adam-doc-it/reviews/)

## Contributors

 *   [ Ask Adam ](https://profiles.wordpress.org/jackofall1232/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ask-adam-doc-it/)