> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Introduction - global variables

- URL: https://getpublii.com/dev/introduction-global-variables/
- Published: 2017-08-04T22:45:00.229Z
- Updated: 2023-03-29T15:38:38.922Z
- Description: During website rendering, you have access to a few global variables which store objects with additional useful data. @config - gives you access to theme…
- Author: Tomasz Dziuda
- Tags: Global Variables

During website rendering, you have access to a few global variables which store objects with additional useful data.

-   [@config](https://getpublii.com/dev/config-global-variable/) - gives you access to theme and post configuration,
-   [@customCommentsCode](#INTERNAL_LINK#/post/147) - allows you support for [Publii comments plugins](https://marketplace.getpublii.com/plugins/),
-   [@customSearchInput](#INTERNAL_LINK#/post/148) and [@customSearchContent](#INTERNAL_LINK#/post/149) - allows you support for [Publii search plugins](https://marketplace.getpublii.com/plugins/)
-   [@customHTML](https://getpublii.com/dev/customhtml-global-variable/) - gives you access to the custom HTML code from the **Tools -> Custom HTML** section,
-   [@pagination](https://getpublii.com/dev/pagination-global-variable/) - can be used to create pagination on tags, authors, and homepage,
-   [@renderer](https://getpublii.com/dev/renderer-global-variable/) - contains additional data for the rendering process,
-   [@utils](https://getpublii.com/dev/utils-global-variable/) - contains additional useful values,
-   [@website](https://getpublii.com/dev/website-global-variable/) - stores useful information about your site
