# Diffy documentation

## Diffy documentation

- [Welcome](https://docs.diffy.website/features/welcome.md): Common questions when you get started
- [Mask & Exclude](https://docs.diffy.website/features/mask-and-exclude.md): A way to remove cookie popups, mask highly dynamic elements like ads.
- [JavaScript snippets](https://docs.diffy.website/features/javascript-snippets.md): Way to test you dropdown menus, popups and other interactive elements
- [HTTP headers](https://docs.diffy.website/features/http-headers.md): Avoid Diffy hits reflected in your analytics, device identification.
- [Cookies](https://docs.diffy.website/features/cookies.md): Set a consent, bypass CDN
- [CSS overrides](https://docs.diffy.website/features/css-overrides.md): Deal with stretched elements
- [Mock content](https://docs.diffy.website/features/mock-content.md): Replace dynamic content with "lorem ipsum" text
- [Dealing with Dynamic Elements](https://docs.diffy.website/features/dealing-with-dynamic-elements.md)
- [Freeze Carousels / Sliders](https://docs.diffy.website/features/dealing-with-dynamic-elements/freeze-carousels-sliders.md)
- [Cookies Policy Popups](https://docs.diffy.website/features/dealing-with-dynamic-elements/cookies-policy-popups.md)
- [Misc javascript snippets](https://docs.diffy.website/features/dealing-with-dynamic-elements/misc-javascript-snippets.md)
- [Configure project from YAML file](https://docs.diffy.website/features/configure-project-from-yaml-file.md)
- [Zapier integration (JIRA, Trello, Basecamp integrations)](https://docs.diffy.website/features/zapier-integration-jira-trello-basecamp-integrations.md): You can create tickets in your bug-tracking system (i.e. Jira, Asana, Trello, Basecamp etc.) right from Diffy with Zapier integration.
- [Bypass protection Cloudfront, Akamai, Incapsula](https://docs.diffy.website/features/bypass-protection-cloudfront-akamai-incapsula.md)
- [Bypass Akamai protection](https://docs.diffy.website/features/bypass-protection-cloudfront-akamai-incapsula/bypass-akamai-protection.md)
- [Bypass Imperva Incapsula protection](https://docs.diffy.website/features/bypass-protection-cloudfront-akamai-incapsula/bypass-imperva-incapsula-protection.md)
- [Tags](https://docs.diffy.website/features/tags.md)
- [Playwright integration](https://docs.diffy.website/features/playwright-integration.md)
- [Figma](https://docs.diffy.website/features/figma.md)
- [Local development](https://docs.diffy.website/features/local-development.md)
- [DDEV add-on](https://docs.diffy.website/features/local-development/ddev-add-on.md)
- [Lando integration](https://docs.diffy.website/features/local-development/lando-integration.md)
- [Docksal](https://docs.diffy.website/features/local-development/docksal.md): Create screenshots from your Docksal local site and upload them to Diffy.
- [Standalone docker container](https://docs.diffy.website/features/local-development/standalone-docker-container.md)
- [Ngrok](https://docs.diffy.website/features/local-development/ngrok.md): You can test your local site by tunneling with ngrok so Diffy has access to it.
- [Overview](https://docs.diffy.website/automation/overview.md): In this section, we will provide examples of Diffy integrations with your Hosting/CI/CD systems
- [GitHub Pantheon CircleCI](https://docs.diffy.website/automation/github-pantheon-circleci.md)
- [GitHub Pantheon GitHub Actions](https://docs.diffy.website/automation/github-pantheon-github-actions.md)
- [GitHub Tugboat](https://docs.diffy.website/automation/github-tugboat.md)
- [Platformsh GitHub Action](https://docs.diffy.website/automation/platformsh-github-action.md)
- [GitLab](https://docs.diffy.website/automation/gitlab.md)
- [Astro GitHub Cloudflare](https://docs.diffy.website/automation/astro-github-cloudflare.md)
- [Comparison review](https://docs.diffy.website/tutorials/comparison-review.md): How to review the comparison?


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.diffy.website/features/welcome.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.
