# Applications

Integrating Bird SDKs into your applications, both web and mobile, allows you to create rich and connecte[^1]d user experiences using the power of BirdCRM.&#x20;

Using Bird SDKs you get access to:

* [Contact Profiles](/api/client-sdks/contact-profiles.md)
* [Push notification](/api/client-sdks/push-notifications.md)
* [Event Tracking](/api/client-sdks/event-tracking.md)
* App Inbox

Start configuring an application by going to **Developer > Applications**. From there you can tweak various settings and get code snippets to integrate Bird SDKs into your application. See the screenshot below:

## Code Snippets

<figure><img src="/files/jEOhOy3kZOL6Vvc9wUoQ" alt=""><figcaption></figcaption></figure>

## Configurations

<figure><img src="/files/QXEe03rrUHLpkn3xHz9M" alt=""><figcaption></figcaption></figure>

### Bird SDKs

Bird SDKs can be used to build client applications on the web or on mobile devices.

* [Android SDK](/api/client-sdks/sdk-integration/android-sdk.md)
* [Swift SDK for iOS](/api/client-sdks/sdk-integration/swift-sdk.md)
* [Web SDK](/api/client-sdks/sdk-integration/web-sdk.md)

[^1]:


---

# 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/applications.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.
