# DocPad

## DocPad

- [DocPad](https://docpad.bevry.me/master.md): DocPad rethought web development and was the first big static site generator for Node.js gaining over 2000 stars, hundreds of daily users, 200 plugins, and 100 contributors.
- [Install](https://docpad.bevry.me/start/install.md)
- [Overview](https://docpad.bevry.me/start/overview.md)
- [Beginners Guide](https://docpad.bevry.me/start/begin.md)
- [Deploy](https://docpad.bevry.me/start/deploy.md): DocPad websites can be deployed anywhere. Here are a few of the most common deployments.
- [FAQ](https://docpad.bevry.me/start/faq.md)
- [Troubleshoot](https://docpad.bevry.me/start/troubleshoot.md)
- [Support](https://docpad.bevry.me/start/support.md)
- [Upgrade](https://docpad.bevry.me/start/upgrade.md)
- [Performance](https://docpad.bevry.me/start/performance.md): A list of performance optimisations that you should be aware of.
- [API](https://docpad.bevry.me/core/api.md): This page will go over using DocPad as a module, and the API available to you.
- [Command Line Interface](https://docpad.bevry.me/core/cli.md)
- [Configuration](https://docpad.bevry.me/core/config.md)
- [Events](https://docpad.bevry.me/core/events.md)
- [Meta Data](https://docpad.bevry.me/core/meta-data.md)
- [Sequence Flow](https://docpad.bevry.me/core/sequence.md)
- [Template Data & Helpers](https://docpad.bevry.me/core/template-data.md)
- [Extending](https://docpad.bevry.me/extend/extend.md): Here are all the different ways that DocPad can be extended.
- [Write a Plugin](https://docpad.bevry.me/extend/plugin-write.md)
- [Contribute](https://docpad.bevry.me/community/contribute.md)
- [Participate](https://docpad.bevry.me/community/participate.md): This page will talk about being a developer for DocPad and what is involved.
- [Plugins](https://docpad.bevry.me/community/plugins.md): Here's a list of all available DocPad plugins. If you've created a plugin, be sure to include it in this listing! :)
- [Showcase](https://docpad.bevry.me/community/showcase.md): A curated listing of DocPad projects and other resources.
- [Roadmap](https://docpad.bevry.me/community/roadmap.md): This page serves as a roadmap what DocPad has done and plans to do.


---

# 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://docpad.bevry.me/master.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.
