> For the complete documentation index, see [llms.txt](https://docs.carpose.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carpose.de/react-integration/01_getting-started.md).

# Getting Started

Carpose.de offers a straightforward integration using React. To utilize the provided components, simply add the following script to dynamically load our library.

{% code lineNumbers="true" fullWidth="false" %}

```javascript
<script type="text/javascript" src="https://integration.carpose.app/integration.js"></script>
```

{% endcode %}

To incorporate the respective components, simply insert the provided HTML snippets into your webpage. These snippets will load the necessary resources and initialize the desired Carposé components seamlessly into your project.
