> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anodyne-productions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Helpful links

As with most things, the [Anodyne Discord server](https://discord.gg/7WmKUks) is a great resource for help with anything related to Nova. In addition to asking questions there, another great resource is the [CodeIgniter documentation](https://codeigniter.com/userguide3/index.html) itself since that's the framework everything in Nova is built on top of.

## Learning PHP

Nova is built in PHP, a widely used server-side programming language that’s become increasingly fast and powerful over the years. PHP works well with HTML and databases, making it a great language for building dynamic web applications. If you want to tinker with Nova or even create your own extensions, learning PHP is crucial. These resources will get you on your way.

* [Laracasts - PHP for Beginners](https://laracasts.com/series/php-for-beginners)
* [Codecademy - Learn PHP](https://www.codecademy.com/learn/learn-php)
* [Learn PHP](https://www.learn-php.org/)

## Learning CSS

All of Nova's skins rely on a heavy dose of Cascading Style Sheets (CSS) to do all of the styling. If you want to change styling for a skin or create your own skin, learning how to write CSS is crucial. These resources will get you on your way.

* [Codecademy - Learn CSS](https://www.codecademy.com/learn/learn-css)
* [How to learn CSS](https://www.smashingmagazine.com/2019/01/how-to-learn-css/)
