# Hatchbox Classic

## Hatchbox Classic

- [Hatchbox Classic Support](https://hatchbox.gitbook.io/hatchbox/master.md): Support for https://classic.hatchbox.io
- [Clusters](https://hatchbox.gitbook.io/hatchbox/clusters.md): Clusters are a group of servers that Hatchbox uses to deploy applications and automatically distribute services across them.
- [Providers](https://hatchbox.gitbook.io/hatchbox/providers.md): How to connect hosting providers to your Hatchbox account
- [Servers](https://hatchbox.gitbook.io/hatchbox/servers.md)
- [Apps](https://hatchbox.gitbook.io/hatchbox/apps.md)
- [ActionCable](https://hatchbox.gitbook.io/hatchbox/apps/actioncable.md)
- [Background Workers](https://hatchbox.gitbook.io/hatchbox/apps/background-jobs.md)
- [Backups](https://hatchbox.gitbook.io/hatchbox/apps/backups.md)
- [BitBucket](https://hatchbox.gitbook.io/hatchbox/apps/bitbucket.md)
- [Cron Jobs](https://hatchbox.gitbook.io/hatchbox/apps/cron-jobs.md): Need to run background tasks at scheduled times? Don't worry, we've got you.
- [Deploy Scripts](https://hatchbox.gitbook.io/hatchbox/apps/deploy-scripts.md)
- [Domains & DNS](https://hatchbox.gitbook.io/hatchbox/apps/domains-and-dns.md)
- [ElasticSearch](https://hatchbox.gitbook.io/hatchbox/apps/elasticsearch.md)
- [File Uploads](https://hatchbox.gitbook.io/hatchbox/apps/file-uploads.md)
- [Image Processing](https://hatchbox.gitbook.io/hatchbox/apps/image-processing.md)
- [Jekyll](https://hatchbox.gitbook.io/hatchbox/apps/jekyll.md)
- [Passenger](https://hatchbox.gitbook.io/hatchbox/apps/passenger.md)
- [Postgres](https://hatchbox.gitbook.io/hatchbox/apps/postgres.md)
- [Puma](https://hatchbox.gitbook.io/hatchbox/apps/puma.md)
- [Rails](https://hatchbox.gitbook.io/hatchbox/apps/rails.md)
- [Rake](https://hatchbox.gitbook.io/hatchbox/apps/rake.md)
- [React On Rails](https://hatchbox.gitbook.io/hatchbox/apps/react-on-rails.md)
- [Ruby Versions](https://hatchbox.gitbook.io/hatchbox/apps/ruby-versions.md)
- [Sitemaps](https://hatchbox.gitbook.io/hatchbox/apps/sitemaps.md)
- [Sphinx](https://hatchbox.gitbook.io/hatchbox/apps/sphinx.md)
- [SSL](https://hatchbox.gitbook.io/hatchbox/apps/ssl.md)
- [Webhooks & Auto-Deploy](https://hatchbox.gitbook.io/hatchbox/apps/webhooks-and-auto-deploy.md)
- [Webpacker](https://hatchbox.gitbook.io/hatchbox/apps/assets-and-webpacker.md)
- [Security](https://hatchbox.gitbook.io/hatchbox/security.md)
- [Support](https://hatchbox.gitbook.io/hatchbox/support.md)
- [Databases](https://hatchbox.gitbook.io/hatchbox/databases.md)
- [Backup & Restore](https://hatchbox.gitbook.io/hatchbox/databases/backup-and-restore.md)


---

# 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://hatchbox.gitbook.io/hatchbox/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.
