# Event Tracking

Bird client SDKs allows you to track events for contacts like `page-viewed`, `product-viewed`, or `cart-updated` and many more. Such events will appear in the contact feed and allows you to build contact segments like "contacts who viewed this product in the last 30 days".

#### Resources

[Quick Start](/api/client-sdks/event-tracking/quick-start.md)

[Track Events](/api/client-sdks/event-tracking/track-events.md)


---

# 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.bird.com/api/client-sdks/event-tracking.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.
