> ## Documentation Index
> Fetch the complete documentation index at: https://guides.klaritics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Taxonomy: Organize and Manage Your Events

> Organize, group, rename, and deprecate events and attributes in Klaritics to keep your analytics clean and consistent as your product grows.

Event Taxonomy in Klaritics helps you organize and manage the events and attributes flowing into your instance. As your product grows, event names and properties can drift. This module keeps your data understandable for everyone who builds charts and dashboards.

## What you can do

Use Event Taxonomy to keep your event catalog clean:

* **Group related events** into categories so teams can browse by feature area rather than scrolling a flat list.
* **Rename events and properties** to match your current product language without losing historical data.
* **Deprecate outdated events** when features are retired so they do not clutter the event picker.

## Best practices

<Steps>
  <Step title="Review new events weekly">
    After each release, check the incoming event list for duplicates or typos.
  </Step>

  <Step title="Use consistent naming">
    Follow the SDK naming conventions. Events prefixed with `$` are reserved for Klaritics system events. For details, see [SDK Event Naming](/sdk/event-naming).
  </Step>

  <Step title="Deprecate, do not delete">
    Deprecating preserves historical data while removing the event from new queries.
  </Step>
</Steps>

<Note>
  Changes in Event Taxonomy apply across the platform. Renaming an event updates its label in every saved chart, funnel, and dashboard that references it.
</Note>

## Next steps

* [SDK Event Naming](/sdk/event-naming)
* [Real-time Events](/data/real-time-events)
* [SDK Overview](/sdk/overview)
