# UTM Parameters

Whisk SDK will automatically send UTM parameters from query search. Like so: `?utm_source=WhiskDevDocs&utm_content=product`. Supported parameters are:

| ATTRIBUTE       | TYPE   | DESCRIPTION                                                                                                 |
| --------------- | ------ | ----------------------------------------------------------------------------------------------------------- |
| utm\_campaign   | string | Identifies a specific product promotion or strategic campaign.                                              |
| utm\_source     | string | Identifies which site sent the traffic, and is a required parameter.                                        |
| utm\_medium     | string | Identifies what type of link was used, such as cost per click or email.                                     |
| utm\_content    | string | Identifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. |
| utm\_term       | string | Identifies search terms.                                                                                    |
| whisk\_campaign | string | Identifies a specific product promotion or strategic campaign.                                              |
| whisk\_source   | string | Identifies which site sent the traffic, and is a required parameter.                                        |
| whisk\_medium   | string | Identifies what type of link was used, such as cost per click or email.                                     |
| whisk\_content  | string | Identifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. |
| whisk\_term     | string | Identifies search terms.                                                                                    |

Alternatively, you can define UTM parameters using [global configuration](/shopping-list-sdk/basic-setup/global-configuration.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.whisk.com/shopping-list-sdk/basic-setup/utm-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
