> For the complete documentation index, see [llms.txt](https://docs.zipy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipy.ai/configure.md).

# Configure

- [Adding Custom Identifiers](https://docs.zipy.ai/configure/adding-custom-identifiers.md): How do I add custom identifiers when using zipy.identify()?
- [Anonymize Users](https://docs.zipy.ai/configure/anonymize-users.md): How do I anonymize my previously identified users?
- [Blocking PII data](https://docs.zipy.ai/configure/blocking-pii-data.md): How can I block my sensitive data on Zipy?
- [Changelog](https://docs.zipy.ai/configure/changelog.md)
- [Zipy Web SDK (Script)](https://docs.zipy.ai/configure/changelog/zipy-web-sdk-script.md): This page covers script SDK releases from version 1.0.48 onwards.
- [Zipy Web SDK (NPM)](https://docs.zipy.ai/configure/changelog/zipy-web-sdk-npm.md): This page covers NPM SDK releases from version 1.0.36 onwards.
- [Identifying Users](https://docs.zipy.ai/configure/identifying-users.md): How do I identify my users or customers using Zipy?
- [Ignoring Errors/Noise](https://docs.zipy.ai/configure/ignoring-errors-noise.md): Which are the errors ignored by Zipy by default, in order to reduce noise in my project?
- [npm Update](https://docs.zipy.ai/configure/npm-update.md): Why is my Zipy SDK npm not getting updated and how do I resolve it?
- [Release Version](https://docs.zipy.ai/configure/release-version.md): How can I capture the release version of my application for the captured session replay?
- [Session Stitching (rootDomain)](https://docs.zipy.ai/configure/session-stitching-rootdomain.md)
- [Session URL Retrieval](https://docs.zipy.ai/configure/session-url-retrieval.md): Retrieve and utilize the current session URL dynamically with Zipy's getCurrentSessionUrl function.
- [Source Maps](https://docs.zipy.ai/configure/source-maps.md): How can I upload JavaScript Source Maps via Zipy CLI?
- [Support Integration](https://docs.zipy.ai/configure/support-integration.md): How to include Zipy Session Replay links in the support tickets my customers create?
- [Zipy Recording Control](https://docs.zipy.ai/configure/zipy-recording-control.md)


---

# 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.zipy.ai/configure.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.
