# Deploying to production

- [Sliplane Deploy](https://docs.lightningrails.com/deploying-to-production/sliplane-deploy.md): A guide on how to deploy your LightningRails app to sliplane
- [Heroku Deploy](https://docs.lightningrails.com/deploying-to-production/heroku-deploy.md)
- [Security](https://docs.lightningrails.com/deploying-to-production/security.md): A section with guides on how to protect your rails app against attacks.
- [Rate Limiting](https://docs.lightningrails.com/deploying-to-production/security/rate-limiting.md): Implementing Rate Limiting in Your Ruby on Rails App with rack-attack
- [Error Monitoring with Sentry](https://docs.lightningrails.com/deploying-to-production/security/error-monitoring-with-sentry.md): Receive errors directly on your email with Sentry free plan.


---

# Agent Instructions: 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:

```
GET https://docs.lightningrails.com/deploying-to-production.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.
