# Features setup

- [Images & media](https://docs.lightningrails.com/features-setup/images-and-media.md)
- [Admin Dashboard](https://docs.lightningrails.com/features-setup/markdown.md): Add a fully functional admin dashboard in just 3 terminal commands.
- [Search Engine Optimization](https://docs.lightningrails.com/features-setup/search-engine-optimization.md): Easily setup your app to rank high on google with search engine optimisation (SEO)
- [Automatic Emails](https://docs.lightningrails.com/features-setup/automatic-emails.md): For transactional emails, I have added 2 different guides for the two main service providers. Both offer 100 Free emails per month. More than enough for testing an MVP.
- [Postmark](https://docs.lightningrails.com/features-setup/automatic-emails/editor.md)
- [Resend](https://docs.lightningrails.com/features-setup/automatic-emails/resend.md): This guide outlines how to install and configure the Resend Gem for sending transactional emails in your Lightning Rails project.
- [Login with Devise](https://docs.lightningrails.com/features-setup/login-with-devise.md)
- [Magic Link Signup](https://docs.lightningrails.com/features-setup/magic-link-signup.md): Who likes passwords? Easily setup magic link in your LightningRails app.
- [Stripe Payment Gateway](https://docs.lightningrails.com/features-setup/stripe-payment-gateway.md)
- [Github Signup](https://docs.lightningrails.com/features-setup/github-signup.md): Follow this tutorial to signup your users with Github. You will be able to gather their profile picture, name and email.
- [Lucide icons](https://docs.lightningrails.com/features-setup/lucide-icons.md): Easily add SVG icons to your project with only one line of code.
- [Multi-provider AI](https://docs.lightningrails.com/features-setup/multi-provider-ai.md): A guide on how to use the new Ruby LLM library, which allows you to connect to several LLMs instead of just using Open AI
- [Open AI API](https://docs.lightningrails.com/features-setup/open-ai-api.md): Integrating OpenAI API and DeepSeek to your Lightning Rails Project
- [Multi-Step Form Wizard](https://docs.lightningrails.com/features-setup/multi-step-form-wizard.md): Break long forms into manageable steps
- [Internationalization I18n](https://docs.lightningrails.com/features-setup/internationalization-i18n.md): A quick guide to outline how to install and configure internationalization support in your Lightning Rails project for multi-language applications.


---

# 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/features-setup.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.
