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

# FAQs

- [API Performance Diagnostic Help](https://docs.zipy.ai/faqs/api-performance-diagnostic-help.md)
- [High DNS Time](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/high-dns-time.md)
- [High SSL Connection Time](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/high-ssl-connection-time.md)
- [High Connection Setup Time](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/high-connection-setup-time.md)
- [Large API Response Size](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/large-api-response-size.md)
- [High Response Time](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/high-response-time.md)
- [Compression Not Enabled](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/compression-not-enabled.md)
- [Server side API Failures](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/server-side-api-failures.md)
- [Client side API Failures](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/client-side-api-failures.md)
- [Insecure Connections](https://docs.zipy.ai/faqs/api-performance-diagnostic-help/insecure-connections.md)
- [Environment Support](https://docs.zipy.ai/faqs/environment-support.md): How can I differentiate between various deployment environments on Zipy?
- [Error Classification](https://docs.zipy.ai/faqs/error-classification.md): How are errors classified in Zipy?
- [Error Tracking](https://docs.zipy.ai/faqs/error-tracking.md): What kind of errors can be tracked with Zipy?
- [Impact on your App](https://docs.zipy.ai/faqs/impact-on-your-app.md): Do I need to change my app to use Zipy?
- [Install Zipy](https://docs.zipy.ai/faqs/install-zipy.md)
- [Mobile Support](https://docs.zipy.ai/faqs/mobile-support.md): Can I install Zipy to track my mobile app?
- [Network Data Capture](https://docs.zipy.ai/faqs/network-data-capture.md): Can I enable or disable network data capture inside Zipy?
- [Performance Impact](https://docs.zipy.ai/faqs/performance-impact.md): What is the performance impact of Zipy on my app?
- [Session Replay Definition](https://docs.zipy.ai/faqs/session-replay-definition.md): What are Session Replay in Zipy?


---

# 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/faqs.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.
