# Trouble Shooting

- [Getting notification for leads](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/getting-notification-for-leads.md): When the user interacts with the chatbot and provides their contact information, a lead is said to be created.
- [JS functions to trigger chat widget](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/js-functions-to-trigger-chat-widget.md)
- [Setting up link tracking](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/setting-up-link-tracking.md): Converts all URLs in your chatbot flow into trackeable URLs.
- [How do I hard refresh my browser?](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/how-do-i-hard-refresh-my-browser.md)
- [Notifications](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/notifications.md)
- [Tracking Facebook Pixel](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/tracking-facebook-pixel.md)
- [Inviting teammates](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/inviting-teammates.md)
- [Teams](https://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting/teams.md)


---

# 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://help.wotsabot.ai/wotsabot-help-articles/trouble-shooting.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.
