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

# Events

Events notify your application about relevant changes in Fintoc. For example, when a `Link`'s credentials change, Fintoc automatically generates an event with type `link.credentials_changed`.

These events occur when the state of some resource within the API changes. The state of that resource after the change gets *embedded* in the `data` attribute of the Event object. For example, an event with type `link.credentials_changed` has a `Link` object as its `data` attribute.

Fintoc's [Webhooks](/guides/resources/webhooks-walkthrough) system sends events to an endpoint in your application. You can manage your webhook endpoints from the [Fintoc Dashboard](https://app.fintoc.com/webhooks); the [Webhooks Guide](/guides/resources/webhooks-walkthrough) walks you through configuring them.
