# 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="/files/x9RAk0sE8XxeGucReYiL" 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="/files/LUbu12e4Lqcqw8kjKed4" 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="/files/XW6bN5sTzBmjXpAJJ5mW" alt=""><figcaption></figcaption></figure>

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


---

# 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.zipchat.ai/cloudflare-allow-zipchat-to-crawl-your-webiste.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.
