There are two ways to collect data from users when they engage with your AI Chat.Documentation Index
Fetch the complete documentation index at: https://guide.chatwize.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Through a form
- Conversationally
Collecting Data Through a Form
To add a form to your AI Chat, go to the Customizations tab on the left navigation menu, then scroll down until you see the “Form” section:
You can select one of the default fields you’d like to include in the form. Alternatively, you can create custom fields.
For custom fields, you can change the field types (text, dropdown, checkbox). You can also make certain fields mandatory. If at least one field is mandatory, you will also gain the option to make the entire form mandatory before the user can proceed with chatting. Making the form mandatory will cause the “x” button on the top right of the form to disappear, thereby preventing users from closing the form before completing it.
Collecting Data Conversationally
If you want to maintain a natural conversational flow and collect data from users directly, you will have to configure your AI Agent(s) prompt and set up variables to store the collected information.Editing the Prompt
The behavior of your AI Chat is governed by your AI Agent(s)‘s prompt. To review and edit the prompt, go to the AI Agents tab on the left navigation menu, then click on the Agent you’d like to edit. If you created your AI Chat using a template, then you may be using a default prompt we generated for you. If this is the first time you are configuring an AI Agent prompt, we recommend you to read our Prompt Engineering guide for best practices.