> 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.md).

# Integration examples

### Integration summary

Regardless of the environment or framework, most integrations share the same process.

1. Obtaining the credentials required to use SDK Web.
2. Installing SDK Web.
3. Defining the SDK Provider.
4. (Optional) Since they are custom elements, in frameworks with TypeScript it is necessary to define each custom component before using it.
5. Integration of components and Flow.
6. Testing phase and behavior validation.

***

### Differences between frameworks

There are currently two versions of the SDK Web library.

* **SDK Web Web Components**: Library based on custom components, integrable in most cases. Each environment/framework may have its own integration requirements.
* **SDK Web React:** Version of native React components with the same functionality and settings as the WC library.
* **SDK Web Angular:** Version of native Angular components with the same functionality and settings as the WC library.

For more information about installation in frameworks, the section is available [Frameworks and Samples](/docs.facephi-en/sdks/sdk-web/frameworks-y-samples.md).

***

### Programming examples

Facephi offers a wide selection of functional programming examples in several current technologies.

Each example is based on a technology (or framework) and has a simple, specific purpose. These examples can be used as a reference or a basis for a new implementation.

SDK Web programming examples page: <https://github.com/facephi/sdk-web-examples>.
