# Cloudflare: Allow Zipchat to crawl your webiste

Currently, Cloudflare is blocking the Zipchat crawlers by default; therefore, Zipchat can't keep itself up to date.

To use Zipchat and Cloudflare together, you need to add a custom security rule that allows Zipchat to do its job. Here's how to do it:

1. Open Cloudflare and click on your website

<figure><img src="https://2043605213-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvYpZDb6HsnLHFu8ZygCS%2Fuploads%2FK9stFELHZMOun9zl5mLG%2Fimage.png?alt=media&#x26;token=44a4a847-5b51-457e-9d29-dd472136fda9" alt=""><figcaption></figcaption></figure>

2. On the left menu, find Security / Security rules
   1. After opening "Security rules" click "Create rule" > "Custom rules"

<figure><img src="https://2043605213-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvYpZDb6HsnLHFu8ZygCS%2Fuploads%2FUdrGOGzWZkMLoZP745Bt%2Fimage.png?alt=media&#x26;token=ae9bdf29-27e3-469c-86f1-272b28a12973" alt=""><figcaption></figcaption></figure>

Then add the following info in the custom rule

1. Rule name: `Allow Zipchat crawler` ( or something else )
2. When incoming requests match...&#x20;
   1. Field: `User Agent`
   2. Operator: `equals`&#x20;
   3. Value: `Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) compatible; ZipchatBot/1.0; +https://zipchat.ai/bot`
3. &#x20;Then take action: `Skip`
4. WAF components to skip
   1. Click all checkboxes
5. Place at:
   1. Select order: First
6. Click "Deploy"

<figure><img src="https://2043605213-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvYpZDb6HsnLHFu8ZygCS%2Fuploads%2FXTIRwn5q2qQqejL670JN%2Fimage.png?alt=media&#x26;token=842a129e-cfa9-4d4e-a15c-485b041fa9eb" alt=""><figcaption></figcaption></figure>

This should allow the Zipchat crawler to update itself on your website.
