# Docket Cache

## Docket Cache

- [Welcome](https://docs.docketcache.com/readme.md): Hi there, welcome to the Docket Cache Documentation.
- [About](https://docs.docketcache.com/about.md): About Docket Cache and some relevant information.
- [Installation](https://docs.docketcache.com/installation.md): Docket Cache installation methods.
- [Constants](https://docs.docketcache.com/constants.md): Docket Cache uses constants variable as main configuration methods.
- [WP-CLI](https://docs.docketcache.com/wp-cli.md): The command line interface for WordPress.
- [Admin Interface](https://docs.docketcache.com/admin-interface.md): Docket Cache WP Admin Interface
- [FAQ](https://docs.docketcache.com/faq.md): Frequently Asked Questions
- [WordPress Hosting](https://docs.docketcache.com/resources/wordpress-hosting.md): Understanding the different types of hosting for WordPress.
- [Caching In WordPress](https://docs.docketcache.com/resources/caching-in-wordpress.md): Core Caching Concepts in WordPress.
- [OPcache Extension](https://docs.docketcache.com/resources/opcache-extension.md): PHP's OPcache extension review.
- [OPcache Optimisations](https://docs.docketcache.com/resources/opcache-optimisations.md): OPcache compiler's optimizer.
- [Web Hosting I/O Usage](https://docs.docketcache.com/resources/web-hosting-i-o-usage.md): All You Need To Know About Web Hosting I/O Usage, IOPS Limit And Entry Processes Limit


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.docketcache.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
