> For the complete documentation index, see [llms.txt](https://docs.pulseinsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pulseinsights.com/implementing-pulse-insights-dev.md).

# Implementing Pulse Insights (Dev)

- [Implementing on Web and Mobile Web](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web.md)
- [Deploying your tag (code snippet)](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/deploying-your-tag-code-snippet.md)
- [Ingesting contextual data for targeting and analysis](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/ingesting-contextual-data-for-targeting-and-analysis.md)
- [Client Key](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/client-key.md)
- [Tracking Events (aka High Value Actions)](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/tracking-events-aka-high-value-actions.md)
- [Presenting a specific survey](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/presenting-a-specific-survey.md)
- [Supporting Inline surveys](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/supporting-inline-surveys.md)
- [Callbacks](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/callbacks.md)
- [Privacy Features](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/privacy-features.md)
- [Identifiers, cookies, and local storage](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/privacy-features/identifiers-cookies-and-local-storage.md)
- [Data that Pulse Insights stores](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/privacy-features/data-that-pulse-insights-stores.md)
- [QA Process and Preview Mode](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/qa-process-and-preview-mode.md)
- [JavaScript Object](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/qa-process-and-preview-mode/javascript-object.md)
- [Single Page Apps](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/single-page-apps.md)
- [Load Time & Availability](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/load-time-and-availability.md)
- [Bot blocking](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/bot-blocking.md)
- [Customer-initiated Feedback](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/customer-initiated-feedback.md)
- [Implementing in email](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-email.md)
- [Dynamic Email](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-email/dynamic-email.md)
- [Implementing in Native Apps](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps.md)
- [Android (old)](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/android-old.md)
- [Android](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/android.md)
- [Android Demo App](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/android/android-demo-app.md)
- [iOS](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/ios.md): Pulse Insights iOS SDK(SPM)
- [iOS Demo App](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/ios/ios-demo-app.md)
- [iOS (old)](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/ios-old.md)
- [React Native](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/react-native.md)
- [Demo App Help](https://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-in-native-apps/demo-app-help.md): Help with configuring your survey to test in the Pulse Insights demo app.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pulseinsights.com/implementing-pulse-insights-dev.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
