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

# Identify visitors

> Outline the core browser identification flow.

# Identify visitors

The visitor-identification flow usually combines browser-side collection with
backend validation or enrichment.

## Typical sequence

* initialize the client integration
* collect the signal or visitor payload
* pass identifiers to your backend when persistence or reconciliation is needed
* act only on validated outputs

If you need request shapes, continue to [Server API](/guides/server-api).
