> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/developers-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/developers-guide/website/getting-started.md).

# Getting Started

Welcome to the Antsomi SDK integration guide for web applications! This guide empowers you to seamlessly collect, manage, and leverage valuable user data and behavioral events within your web app, enabling you to personalize experiences and make informed, data-driven decisions.

## **Key Benefits**

* **Robust Data Collection:** Capture comprehensive user data and events to deeply understand user behavior and preferences.
* **Personalized User Experiences:** Deliver tailored content, recommendations, and messaging based on individual user profiles, enhancing engagement and satisfaction.
* **Data-Driven Decisions:** Make informed choices based on accurate insights into user interactions and engagement, optimizing strategies and driving business growth.

## **Ready to integrate? Choose your preferred method:**

* [**Direct JS Implementation**](/developers-guide/website/getting-started/direct-js-implementation.md)**:** Prefer complete control over script placement? Click here for step-by-step instructions on retrieving and implementing the Antsomi tracking script directly within your website code.
* [**JS Integration via GTM**](/developers-guide/website/getting-started/js-integration-via-gtm.md)**:** Leverage the power of Google Tag Manager? Click here for a guided walkthrough on downloading the Antsomi Pixel tag, installing it within your GTM containers, and configuring the necessary settings.

***

## **Next Steps**

Once you've implemented the tracking script, continue your journey toward data-driven web experiences by exploring the following sections:

* [**Tracking User Attributes**](/developers-guide/website/tracking-users.md)**:** Build detailed user profiles to personalize engagement and optimize user experiences.
* [**Tracking User Events**](/developers-guide/website/tracking-events.md)**:** Capture user interactions and behavior patterns to gain valuable insights.
* [**Configure Push Messaging**](/developers-guide/website/web-push.md)**:** Leverage personalized push notifications to re-engage users and drive conversions.

We're here to guide you every step of the way! Feel free to contact our support team if you have any questions or need additional assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.antsomi.com/developers-guide/website/getting-started.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.
