# Automated Instrumentation

Signet is designed to be plug-and-play. Upon installation, the system immediately begins capturing high-fidelity data without requiring complex configuration or event mapping.

#### Intelligent Page Tracking

Modern web applications, particularly Single Page Applications using React, Vue, or Angular, often handle navigation without triggering traditional page reloads. Legacy analytics tools frequently fail to capture these route changes, leading to broken data. Signet automatically detects History API state changes and captures virtual page views instantly. Whether your site is a static HTML page or a complex Next.js application, traffic data is accurate from the moment of deployment.

#### Source Attribution

Understanding where traffic comes from is critical for growth. Signet automatically parses and categorizes referrer data. We distinguish between direct traffic, organic search engines, social media platforms, and external referral links. The system also automatically extracts and structures UTM parameters, allowing you to track the performance of specific marketing campaigns, newsletters, and advertising spends with granular precision.

#### Outbound Link Monitoring

Understanding where users go when they leave your site is as important as knowing how they arrived. Signet automatically detects clicks on external links. This allows you to measure the performance of affiliate links, partner referrals, and social media icons in your footer without adding custom event listeners to every anchor tag.


---

# 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.signtoken.vip/2.-core-features/automated-instrumentation.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.
