# Frequently asked questions

**Automation**

1. ***Can i export the user input by the bot integrating with the google sheets ?***\
   Yes, you can do this by calling the api in the chatbot, all the data from the user will be store in the Google sheet.
2. ***Can i store the user input in the CRM ?***\
   Yes you can use the Actions in the chatbot to store the custom field in Dashboard.
3. ***Can i use the two starting node in bot canvas ?***\
   No, You can keep only one Starting node in the One bot.
4. ***What should be length of the Chatbot ?***\
   There is no restriction for the length of the chatbot
5. ***Can i use the AI bots in WhatsTool Business ?***\
   Yes you can use the AI Bot by integrating the OpenAI in the Chatbot.
6. ***Is there any limit for the keywords to trigger the bot ?***\
   There is no limit for the keywords you can add triggers by providing the “ , “.


---

# 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.whatstool.business/bots/frequently-asked-questions.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.
