> 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/product-videos.md).

# Product Videos

- [Alerting on Slack](https://docs.zipy.ai/product-videos/alerting-on-slack.md): How to set up Zipy alerts on Slack?
- [Ask AI](https://docs.zipy.ai/product-videos/ask-ai.md): Zipy Ask AI
- [Custom Identifiers](https://docs.zipy.ai/product-videos/custom-identifiers.md): Video for Adding Custom Identifiers in Zipy
- [Dashboard](https://docs.zipy.ai/product-videos/dashboard.md): View all error and user behaviour analytics in Zipy dashboard
- [Getting Started](https://docs.zipy.ai/product-videos/getting-started.md): Getting started on Zipy! It just takes a minute.
- [Identify Users](https://docs.zipy.ai/product-videos/identify-users.md): Identify users/customers on Zipy with zipy.identify()?
- [Ignore Errors](https://docs.zipy.ai/product-videos/ignore-errors.md): How to ignore errors from certain URLs or third party libraries?
- [Jira and Slack](https://docs.zipy.ai/product-videos/jira-and-slack.md): How to integrate Jira and Slack in Zipy for JIRA tickets and slack alerts
- [Multiple Project Creation](https://docs.zipy.ai/product-videos/multiple-project-creation.md): How to create of multiple Projects on Zipy?
- [New Error Digest](https://docs.zipy.ai/product-videos/new-error-digest.md): Email and Slack Alerts for daily New Error Digest in Zipy
- [Online/Offline Network Status](https://docs.zipy.ai/product-videos/online-offline-network-status.md): How to access Online & Offline events and check Network Request/Response Headers in Zipy?
- [Resolve Errors](https://docs.zipy.ai/product-videos/resolve-errors.md): Resolve errors reported within Zipy using this feature
- [Session Replay](https://docs.zipy.ai/product-videos/session-replay.md): What are Session Replay on Zipy?
- [Team Management](https://docs.zipy.ai/product-videos/team-management.md): How to manage your team in Zipy?
- [Time Filters and Daily Alerts](https://docs.zipy.ai/product-videos/time-filters-and-daily-alerts.md): How to use Time Filters and Daily Alerts on Zipy?
- [Zipy on Zipy](https://docs.zipy.ai/product-videos/zipy-on-zipy.md): How does Zipy use Zipy?
- [Zipy Product Roadmap](https://docs.zipy.ai/product-videos/zipy-on-zipy/zipy-product-roadmap.md): Where to check Zipy Product Roadmap?


---

# 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/product-videos.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.
