
## How can I identify Data Exploration query in my database access log?

URL: https://docs.atlan.com/product/capabilities/insights/faq/identify-insights-query-db-log

> Atlan appends the product name Atlan and a unique ID at the end of each query in a comment. This can help you identify queries from Data Exploration in your database access logs.

Atlan appends the product name `Atlan` and a unique ID at the end of each query in a comment. This can help you identify [queries](https://docs.atlan.com/llms/catalog/insights/query-data/llms.txt) from Data Exploration in your database access logs. 

Example query: 

```sql
SELECT * FROM "WIDE_WORLD_IMPORTERS"."FCT_SALES"
 /* atlan(e7674c86-efbe-4cec-a3dd-f9b3e3a7f929) */
```

You can also search for Atlan queries in [Snowflake](https://docs.atlan.com/llms/connectors/snowflake/set-up-snowflake/llms.txt) or [Databricks](https://docs.atlan.com/llms/connectors/databricks/set-up-databricks/llms.txt) using the `query text` filter contains `atlan`.

---
