# Techncial

- [Start Here](https://docs.spindl.xyz/spindl/techncial/start-here.md)
- [Google GTM Guide](https://docs.spindl.xyz/spindl/techncial/google-gtm-guide.md)
- [Javascript SDK / HTML Script Guide](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide.md)
- [Install](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/install.md)
- [Wallet Connects](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/wallet-connects.md)
- [Page Views](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/page-views.md)
- [Custom Events](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/custom-events.md)
- [Verify That Events Are Sent Correctly](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/verify-that-events-are-sent-correctly.md)
- [React, Next.js & Html Examples](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/react-next.js-and-html-examples.md)
- [Setup a Reverse Proxy](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/setup-a-reverse-proxy.md)
- [Using Next.js](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/setup-a-reverse-proxy/using-next.js.md)
- [Using Cloudflare Workers](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/setup-a-reverse-proxy/using-cloudflare-workers.md)
- [Netlify](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/setup-a-reverse-proxy/netlify.md)
- [Referrals](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/referrals.md)
- [Default vs Lite SDK Versions](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/default-vs-lite-sdk-versions.md)
- [Security](https://docs.spindl.xyz/spindl/techncial/javascript-sdk-html-script-guide/security.md)
- [API](https://docs.spindl.xyz/spindl/techncial/api.md)
- [Short Links](https://docs.spindl.xyz/spindl/techncial/api/short-links.md)
- [Custom Events API](https://docs.spindl.xyz/spindl/techncial/api/custom-events-api.md)
- [Data Exports](https://docs.spindl.xyz/spindl/techncial/api/data-exports.md): Spindl data export lets you get a full daily dump of all your client and blockchain events to a shared AWS S3 bucket. The dump is daily, and delayed about 8 hours to allow enough time for proces
- [Android SDK](https://docs.spindl.xyz/spindl/techncial/android-sdk.md)
- [iOS (Swift) SDK](https://docs.spindl.xyz/spindl/techncial/ios-swift-sdk.md)
- [On-Chain](https://docs.spindl.xyz/spindl/techncial/on-chain.md)
- [Rewards](https://docs.spindl.xyz/spindl/techncial/on-chain/rewards.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.spindl.xyz/spindl/techncial.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.
