> For the complete documentation index, see [llms.txt](https://help.wotnot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wotnot.io/monitor.md).

# Improving agents

- [Live chat](https://help.wotnot.io/monitor/live-chat.md)
- [Chat assignment log](https://help.wotnot.io/monitor/live-chat/chat-assignment-log.md)
- [Adding labels](https://help.wotnot.io/monitor/live-chat/adding-labels.md)
- [Creating views](https://help.wotnot.io/monitor/live-chat/creating-views.md)
- [Saved replies](https://help.wotnot.io/monitor/live-chat/saved-replies.md)
- [Voice transcripts](https://help.wotnot.io/monitor/live-chat/voice-transcripts.md)
- [Settings](https://help.wotnot.io/monitor/live-chat/settings.md)
- [Custom answers](https://help.wotnot.io/monitor/custom-answers.md): Override AI generated responses with custom answers defined by you.
- [Reporting](https://help.wotnot.io/monitor/reporting.md)
- [Chatbot Report](https://help.wotnot.io/monitor/reporting/chatbot-report.md): Shows the performance of chatbots.
- [AI Report](https://help.wotnot.io/monitor/reporting/ai-report.md): Performance of your AI agents
- [Teammate Report](https://help.wotnot.io/monitor/reporting/teammate-report.md): Performance of human agents involved in conversations with users.
- [Outbound Report](https://help.wotnot.io/monitor/reporting/outbound-report.md): Showcases the performance of outbound messaging campaigns.
- [Link analytics](https://help.wotnot.io/monitor/reporting/link-analytics.md)
- [Weekly email report](https://help.wotnot.io/monitor/reporting/weekly-email-report.md)
- [Dril-in into metrics](https://help.wotnot.io/monitor/reporting/dril-in-into-metrics.md)
- [Contacts](https://help.wotnot.io/monitor/contacts.md): Unique users who have provided their contact information during a chat.
- [Deleting contacts](https://help.wotnot.io/monitor/contacts/deleting-contacts.md)
- [Scheduling a Contact Report](https://help.wotnot.io/monitor/contacts/scheduling-a-contact-report.md)
- [Exporting a Contact List](https://help.wotnot.io/monitor/contacts/exporting-a-contact-list.md): Steps to export the contact list from WotNot.
- [Blocking contacts](https://help.wotnot.io/monitor/contacts/blocking-contacts.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.wotnot.io/monitor.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.
