You can also include Superline Agent Detection directly in your HTML using a script tag:
Copy
<head> <!-- Add the script with defer attribute to ensure it loads after the DOM --> <script src="https://cdn.jsdelivr.net/npm/@superline-ai/agent-detection/dist/umd/index.umd.js" defer></script></head>
When using the script tag method, the library is exposed as a global agentDetector object.
Now that you have installed Superline Agent Detection, check out our Quick Start guide to learn how to use the library in your application, or explore the API Reference for detailed information about the available methods and options.