> For the complete documentation index, see [llms.txt](https://docs.lightningrails.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lightningrails.com/ui-components/faqs.md).

# FAQs

### Basic FAQ

<figure><img src="/files/wtZftWgkQW4N0u2S3zZk" alt=""><figcaption><p>LightningRails Basic FAQ</p></figcaption></figure>

To add this section copy and paste the following code into your html.erb file:

```
<%= render "components/faq" %>
```

***

### FAQ full width

<figure><img src="/files/3zTOdmbXQjm13Z8oVaWF" alt=""><figcaption><p>FAQ section with full width and + signs</p></figcaption></figure>

If you prefer this design copy paste the following:

```
<%= render "components/faq_full" %>
```

More designs coming soon! 🚀

***

### See more FAQ designs:

* [HyperUi faq](https://www.hyperui.dev/components/marketing/faqs)
* [DaisyUI faq](https://daisyui.com/components/collapse/)
