> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/ejemplos-de-integracion/callbacks-y-resultados.md).

# Callbacks and results

## Results obtained from the SDK Web

The results obtained from the SDK Web components can be used in different ways and for different purposes.

### Tracking

The Sdk Provider is responsible, along with other functions, for recording **process data** performed by the user in the Flow of *Onboarding* or *authentication*.

This data can be consulted in **identity Platform**.

In the development phase, it is possible to disable Tracking to run tests without recording data on the platform. For this, the attribute will be used `disabled` in the SDK Provider tag (`<facephi-sdk-web disabled> ... </facephi-sdk-provider>`).

***

### Consumable services with Selphi and SelphID data

The data obtained from the Selphi and SelphID components can be used in different services offered by **Facephi Identity API**.

For more information, see the [Identity API documentation](/docs.facephi-en/rest-api/identity-api/identity-api-reference.md).
