[Yandex Cloud documentation](../index.md) > [Yandex Query](index.md) > Audit Trails events

# Yandex Audit Trails event reference

Audit Trails supports tracking control plane events for Yandex Query. For more information, see [Management event audit log](../audit-trails/concepts/format.md).

The general format of the `event_type` value is as follows:

```text
yandex.cloud.audit.yq.<event_name>
```

| Event name | Description |
--- | ---
| `ControlQuery` | Managing queries |
| `CreateBinding` | Creating a data binding |
| `CreateConnection` | Creating a connection |
| `CreateQuery` | Creating a query |
| `DeleteBinding` | Deleting a data binding |
| `DeleteConnection` | Deleting a connection |
| `DeleteQuery` | Deleting a query |
| `UpdateBinding` | Updating a data binding |
| `UpdateConnection` | Updating a connection |
| `UpdateQuery` | Updating a query |