# How to Test?

&#x20;After creating your bot, you can test the created bot by clicking the 'Update Bot' button on the right side. You can use actions here that do not require any infrastructure services.

![](/files/TxC2jAOSjvCs8lvPB0n4)\
In the test screen here, you can try how the buttons appear in order, just like how the final outputs look.

![](/files/vHAhhAdPs8oHDbY3BQ7l)

To use scenarios that require user information, you need to add the code from the 'Script' page to your website.\
The bot you added with this 'Script' is for testing purposes only. If you want to take it live, you can get information from the[ Publish ChatBot](/collectaction-app-store/chatbot/chatbot-publish.md) page.

You can test the sample bot from the following link: <https://collectaction.com/demo-ecommerce/a439f840-146f-11eb-8235-97e05c6595b8>.


---

# 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://yapaytech.gitbook.io/collectaction-app-store/chatbot/how-to-test.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.
