> For the complete documentation index, see [llms.txt](https://playground.e107sk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground.e107sk.com/e107-efiction-integration-update/e107-integration-ii./sitekey.md).

# SITEKEY ✅

Add SITEKEY constant to e107\_config.php file

Example:

`define('SITEKEY', "eaa2241bff");`

in e\_module.php

```
if (!defined('SITEKEY'))  define('SITEKEY', $e107->site_path);
```

With e107 Multisite you need something like this:

{% embed url="<https://github.com/e107inc/e107/issues/2756#issuecomment-320294380>\_" %}
