# Cookies (EN)

| Cookie Name   |    Expiration Time   | Description                                                                                                                                                                                                   |
| ------------- | :------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `_ga`         |        2 years       | Used to distinguish users (3rd party).                                                                                                                                                                        |
| `_gid`        |       24 hours       | Used to distinguish users (3rd party).                                                                                                                                                                        |
| `_gat`        |       1 minute       | Used to throttle request rate. If Google Analytics is deployed via Google Tag Manager, this cookie will be named `_dc_gtm_<property-id>`.                                                                     |
| `AMP_TOKEN`   | 30 seconds to 1 year | Contains a token that can be used to retrieve a Client ID from AMP Client ID service. Other possible values indicate opt-out, inflight request or an error retrieving a Client ID from AMP Client ID service. |
| \_\_cfduid    |        30 days       | Used by the content network, Cloudflare, to identify trusted web traffic.                                                                                                                                     |
| cookieLawSeen |       20 years       | Used to confirm cookie policy                                                                                                                                                                                 |
| amplitude\_ID |       10 years       | Used to distinguish users (EA).                                                                                                                                                                               |
| mp\_ID        |        5 hours       | Used to distinguish users (EA).                                                                                                                                                                               |


---

# 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://wiki.emergencyassist.net/other/cookies-en.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.
