# Getting Started

- [Quickstart](https://docs.lightningrails.com/getting-started/quickstart.md)
- [Themes](https://docs.lightningrails.com/getting-started/publish-your-docs.md): How to change the branding of your project from a list of 20+ options by changing one word.
- [Customize the views](https://docs.lightningrails.com/getting-started/customize-the-views.md): How to change the views using LightningRails partials/components
- [Lightning Landing](https://docs.lightningrails.com/getting-started/lightning-landing.md): This doc will guide through creating a simple landing page for your portfolio or business with Lightning Landing, the landing page boilerplate that can be hosted for FREE on Github pages.
- [Quickstart](https://docs.lightningrails.com/getting-started/lightning-landing/quickstart.md): How to get started with Landing Lightning
- [Theme and branding](https://docs.lightningrails.com/getting-started/lightning-landing/theme-and-branding.md): Make Lightning landing your own. Choose one of the 24 availables themes and leave the branding hassle for later.
- [Page structure](https://docs.lightningrails.com/getting-started/lightning-landing/page-structure.md): Let's decide what makes a great landing page, do we want Testimonials? Pricing? ....
- [Publish your landing page](https://docs.lightningrails.com/getting-started/lightning-landing/publish-your-landing-page.md): Let's publish our landing page for free forever.


---

# 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/getting-started.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.
