> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Client Identification

> Enrich your clients with the proper client name and version to distingush them in the analytics.

In order to properly identify different clients on the platform, you must provide the Client Name and Version in the form headers with every request. We support two different variants.

This variant is vendor neutral and highly **recommended**.

```bash theme={null}
"GraphQL-Client-Name": "name",
"GraphQL-Client-Version": "0.0.1"
```

We also support the Apollo variant for migration reasons and overall better ecosystem support.

```bash theme={null}
"ApolloGraphQL-Client-Name": "name",
"ApolloGraphQL-Client-Version": "0.0.1"
```
