# Resources

- [Reporters](https://docs.currents.dev/resources/reporters.md)
- [@currents/playwright](https://docs.currents.dev/resources/reporters/currents-playwright.md): Setup and usage instructions for Playwright integration with Currents Dashboard
- [Compatibility Guide](https://docs.currents.dev/resources/reporters/currents-playwright/compatibility.md): Discover the compatible versions of @currents/playwright
- [Configuration](https://docs.currents.dev/resources/reporters/currents-playwright/configuration.md): @currents/playwright configuration reference
- [pwc](https://docs.currents.dev/resources/reporters/currents-playwright/pwc.md): pwc command-line executable documentation
- [pwc-p (orchestration)](https://docs.currents.dev/resources/reporters/currents-playwright/pwc-p.md): Currents orchestration pwc-p command-line executable documentation
- [pwc-p discover](https://docs.currents.dev/resources/reporters/currents-playwright/pwc-p/pwc-p-discover.md): pwc-p discover command documentation - test discovery and filtering for Playwright orchestration
- [pwc-p run](https://docs.currents.dev/resources/reporters/currents-playwright/pwc-p/pwc-p-run.md): pwc-p run command documentation - orchestration execution for Playwright
- [Playwright Fixtures](https://docs.currents.dev/resources/reporters/currents-playwright/playwright-fixtures.md): Enhance Playwright functionality with Currents fixtures for Playwright
- [@currents/cmd](https://docs.currents.dev/resources/reporters/currents-cmd.md): The package has CLI commands and tools for Currents platform
- [currents api](https://docs.currents.dev/resources/reporters/currents-cmd/currents-api.md): Learn how to get data from Currents API using currents api CLI command
- [currents upload](https://docs.currents.dev/resources/reporters/currents-cmd/currents-upload.md): Learn how to upload test results to Currents using currents upload command
- [currents cache](https://docs.currents.dev/resources/reporters/currents-cmd/currents-cache.md): Use currents cache command to store and retrieve data from Currents-managed remote cache
- [currents convert](https://docs.currents.dev/resources/reporters/currents-cmd/currents-convert.md): CLI tool for converting reports from various formats to Currents-compatible format
- [@currents/jest](https://docs.currents.dev/resources/reporters/currents-jest.md): Currents reporter for Jest
- [@currents/node-test-reporter](https://docs.currents.dev/resources/reporters/currents-node-test-reporter.md): Currents Reporter for Node.js Testing Framework
- [@currents/cli](https://docs.currents.dev/resources/reporters/currents-cli.md): Setup and usage instructions for Cypress integration with Currents Dashboard
- [cypress-cloud](https://docs.currents.dev/resources/reporters/cypress-cloud.md): Setup and usage instruction for cypress-cloud
- [Batched Orchestration](https://docs.currents.dev/resources/reporters/cypress-cloud/batched-orchestration.md): Batched orchestration for cypress-cloud
- [Migration to Cypress@13](https://docs.currents.dev/resources/reporters/cypress-cloud/migration-to-cypress-13.md): Use cypress-cloud with Cypress@13
- [Data Format Reference](https://docs.currents.dev/resources/reporters/data-format-reference.md): Currents Reporting API - Data Format Reference
- [Alternatives to Currents](https://docs.currents.dev/resources/reporters/alternatives-to-currents.md): How to chose the best Playwright Reporter
- [Integrations](https://docs.currents.dev/resources/integrations.md)
- [n8n](https://docs.currents.dev/resources/integrations/n8n.md): Integrate Currents in n8n ecosystem
- [GitHub](https://docs.currents.dev/resources/integrations/github.md): Integrating GitHub with Currents dashboard for running Playwright tests
- [GitHub App](https://docs.currents.dev/resources/integrations/github/github-app.md): Cypress and Playwright GitHub App integration for Currents dashboard
- [GitHub OAuth](https://docs.currents.dev/resources/integrations/github/github-oauth.md)
- [GitLab](https://docs.currents.dev/resources/integrations/gitlab.md): Integrating Currents dashboard with GitLab
- [Slack](https://docs.currents.dev/resources/integrations/slack.md): Integrating Slack with Currents dashboard for Playwright and Cypress test notifications
- [Slack App](https://docs.currents.dev/resources/integrations/slack/slack-app.md): Slack App integration for Currents - Playwright test notifications and alerts
- [Slack Webhook](https://docs.currents.dev/resources/integrations/slack/slack-webhook.md): Send Playwright and Cypress tests results to Slack using Webhooks
- [Microsoft Teams](https://docs.currents.dev/resources/integrations/microsoft-teams.md): Send Cypress and Playwright tests results to Microsoft Teams
- [HTTP Webhooks](https://docs.currents.dev/resources/integrations/http-webhooks.md): HTTP Webhooks for Playwright and Cypress tests dashboard
- [Bitbucket](https://docs.currents.dev/resources/integrations/bitbucket.md): Send Cypress and Playwright tests results to Bitbucket
- [Jira](https://docs.currents.dev/resources/integrations/jira.md): Connect Currents with Jira to create new or link existing issues in Jira without leaving Currents
- [Setup](https://docs.currents.dev/resources/integrations/jira/setup.md): Setup instructions for Currents integration with Jira
- [Usage](https://docs.currents.dev/resources/integrations/jira/usage.md): Learn how to use Currents Jira Integration
- [Custom Fields](https://docs.currents.dev/resources/integrations/jira/custom-fields.md): Jira Custom fieds support
- [Data Privacy](https://docs.currents.dev/resources/data-privacy.md)
- [Access to Customer Data](https://docs.currents.dev/resources/data-privacy/access-to-customer-data.md): Overview of Customer Data that Currents collects during its execution
- [Data Redaction](https://docs.currents.dev/resources/data-privacy/data-redaction.md): Learn how Currents automatically detects and removes sensitive information such as tokens, passwords, and API keys from trace files to ensure your data remains secure and compliant.
- [Bring Your Own Storage](https://docs.currents.dev/resources/data-privacy/byos.md): Learn how Currents can be integrated to your own S3-compatible object storage.
- [Data Retention](https://docs.currents.dev/resources/data-privacy/data-retention.md): Retention periods for different types of data collected by Currents
- [Cloud Endpoints](https://docs.currents.dev/resources/data-privacy/cloud-endpoints.md): A list of internet-facing Currents services and endpoints
- [Changelog](https://docs.currents.dev/resources/changelog.md): Currents resources changelog reference
- [Support](https://docs.currents.dev/resources/support.md): Users guide for reporting support and troubleshooting issues with Currents systems


---

# 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.currents.dev/resources.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.
