# Web SDK

Bird's web SDK is a single integration point to bring the power of BirdCRM in building connected user experience to your application.

Using Bird web SDK, you get access to:

* Collect contacts
* Event Tracking

{% hint style="info" %}
If you have already installed one of the ecommerce platform connectors like the Shopify connector, the web SDK is automatically installed on your store website. You can skip this tutorial entirely.
{% endhint %}

### Resources

[Quick Start](/api/client-sdks/sdk-integration/web-sdk/quick-start.md)

[Usage](/api/client-sdks/sdk-integration/web-sdk/usage.md)

[API Reference](/api/client-sdks/sdk-integration/web-sdk/api-reference.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/sdk-integration/web-sdk.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.
