# Page Not Found

The URL `ai/how-to-use-ai-forms-to-collect-information-form-user-via-conversational-bot` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [How to Create A Chat Widget / Icon For Your WhatsApp Number ?](https://helpdocumentation.gitbook.io/user/chat-widget/how-to-create-a-chat-widget-icon-for-your-whatsapp-number.md)
- [How To Collect Address, Payment and Other Details From User After You Receive An Order ?](https://helpdocumentation.gitbook.io/user/ecommerce/how-to-collect-address-payment-and-other-details-from-user-after-you-receive-an-order.md)
- [How to View / Export Leads Data Received Via the Pre Chat Form ?](https://helpdocumentation.gitbook.io/user/chat-widget/how-to-view-export-leads-data-received-via-the-pre-chat-form.md)
- [Only For Indian Users - To Update Business Compliance Information To Sell Via WhatsApp Commerce](https://helpdocumentation.gitbook.io/user/ecommerce/only-for-indian-users-to-update-business-compliance-information-to-sell-via-whatsapp-commerce.md)
- [How To Send Pre Chat Form Data To A Webhook Url Or To Automations Builder ?](https://helpdocumentation.gitbook.io/user/chat-widget/how-to-send-pre-chat-form-data-to-a-webhook-url-or-to-automations-builder.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://helpdocumentation.gitbook.io/user/chat-widget/how-to-create-a-chat-widget-icon-for-your-whatsapp-number.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.

### Option 2 — Browse the documentation index

Full index: https://helpdocumentation.gitbook.io/user/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://helpdocumentation.gitbook.io/user/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/user/chat-widget/how-to-create-a-chat-widget-icon-for-your-whatsapp-number.md`).

You may also use `Accept: text/markdown` header for content negotiation.
