# Crawl Operations

Chatting for the contents on a website is very simple. Just use our 3 APIs:

* Create Crawl: start crawling a website.
* Get Crawl: get the crawl results, including the crawl status, crawled pages, etc.
* Index Crawl: after crawl completes and checks the crawl results, index the crawl results into the collection.
* Delete Crawl: delete all crawled pages from the collection.

{% hint style="info" %}
If you re-crawl the website, please make sure to call delete\_crawl API before calling the index\_crawl API. Or else, the same page may be indexed twice in the collection. Enhancements are planned to support incremental crawl.
{% endhint %}


---

# 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.chatbees.ai/chatbees/api-references/crawl-operations.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.
