# Retrieving your Conversion Event unique ID

{% hint style="info" %}
In order to fully utilize this feature you should first create a Conversion Event inside the Cookie3 Analytics app. Head to [this article](https://docs.cookie3.com/cookie3-analytics/features/conversion-events) to read a short guide about how they work!
{% endhint %}

To find out the `conversionEventId` of your particular conversion event please head to our app at `https://app.cookie3.co`&#x20;

#### On desktop:

1. Hover over the sidebar navigation panel on the left of your screen
2. Click on the "Conversion Events" button

#### On mobile:

1. Open the menu in the top-right corner of your screen
2. Click on the "Conversion Events" button

{% hint style="success" %}
You should now be able to see a list of your conversion events created in Cookie3 Analytics.
{% endhint %}

1. Locate the particular conversion event whose ID you'd like to retrieve in the Table
   1. You can use filters on the top-right corner of the table to narrow down your search
2. Click on the "Three Dots" icon on the right to show a dropdown menu with additional options
3. Click on the "Copy Conversion Event ID" button to copy the id


---

# 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.cookie3.com/cookie3-analytics/features/conversion-events/retrieving-your-conversion-event-unique-id.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.
