> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/business/layout-customization/pages/community/resources.md).

# Resources

### RESOURCES

> Module position: Position-6
>
> Module class suffix: Not used

![](/files/G5G5XnsQJivaFGonDUxc)

If you want to display your information like this you have to create a custom module and publish the custom module like below

#### Step-1:

![](/files/GMekZxtSLS2pBRIFs5fe)

#### Step-2:

![](/files/ankPu8FTdSg56wEiCact)

#### Step-3:

![](/files/8WQQuUBsBHPGMC8RSV3F)

#### Step-4:

Add the following code in your custom module

```html
<div class="community-grid">
    <p>
         <em class="fa fa-file-text-o"></em>
    </p>
    <h3><a href="#" target="_blank">Documentation</a></h3>
    <p>Read tutorials, discover plugins, and show off your work at Documentation.</p>
</div>
<div class="community-grid">
    <p>
         <em class="fa fa fa-book"></em>
    </p>
    <h3><a href="#" target="_blank">Cookbook</a></h3>
    <p>Browse tips and tricks, and submit some of your own at Cookbook.</p>
</div>
```
