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

# Add identifier to allowlist

> Add an identifier to the allowlist.

Add the allowlist for an identifier.

<CodeGroup>
  ```lua Export theme={null}
  exports["easy_allowlist"]:addIdentifierToAllowlist(identifier)
  ```

  ```lua Example theme={null}
  exports["easy_allowlist"]:addIdentifierToAllowlist("steam:71002010c2f9c5d")
  ```
</CodeGroup>

### Parameters

| Name         | Data Type | Description                  |
| ------------ | --------- | ---------------------------- |
| `identifier` | string    | The player's main identifier |


## Related topics

- [Allowlist](/easy-allowlist/server/allowlist/index.md)
- [Remove identifier from allowlist](/easy-allowlist/server/allowlist/remove-identifier-from-allowlist.md)
- [Commands usage](/easy-allowlist/commands-usage.md)
- [FAQ](/easy-allowlist/faq.md)
- [Server](/easy-allowlist/server/index.md)
