> For the complete documentation index, see [llms.txt](https://docpad.bevry.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docpad.bevry.me/start/support.md).

# Support

### Support Channels <a href="#support-channels" id="support-channels"></a>

[Check out our Support Channels.](https://docpad.bevry.me/support)

### Consulting Partners <a href="#consulting-partners" id="consulting-partners"></a>

DocPad also has several partners whom provide consulting and support services for DocPad.

### [Bevry. Tier 3 Support/Advisory.](https://bevry.me/support)  <a href="#bevry" id="bevry"></a>

Bevry are the creators of DocPad and are available for advisory, training, sponsorship, and prioritized development.

### [Almero. Medium to Corporate Sized Clients.](http://almero.bg/)  <a href="#almero" id="almero"></a>

Almero is a digital marketing agency based in Bulgaria, specializing in providing services that seamlessly incorporate market analysis, user insights, strategic and tactical brand development, graphic design, web design, advertising and video production.

Almero has experience building corporate sites with DocPad, and use DocPad almost exclusively for their web projects.

### [DockYard. Small to Corporate Sized Clients.](http://dockyard.com/)  <a href="#dockyard" id="dockyard"></a>

We are designers, software engineers, and storytellers, creating beautiful products and building brands.

Based out of Boston, MA & Washington, DC, we build web & mobile-web applications using Ruby on Rails, PostgreSQL, and Ember.js. We provide services and support for many tech solutions, including our favorite static website generator: DocPad.

### [Myplanet Digital. Enterprise Clients.](https://www.myplanet.com/)  <a href="#myplanet" id="myplanet"></a>

Myplanet is a digital product development company based out of Toronto, Canada. They funded the development of DocPad’s [importer functionality](https://github.com/bevry/docpad/issues/500).

They value building the right product, fast. Working with their clients, Myplanet Digital brings startup thinking to enterprise.


---

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