# Lynn

## Lynn's User Guide

- [Lynn’s User Guide](https://support.lynn.chat/lynns-user-guide.md)
- [Building Up the Knowledge Base](https://support.lynn.chat/building-up-the-knowledge-base.md)
- [Creating a Widget](https://support.lynn.chat/creating-a-widget.md)
- [Add Suggested Questions to Your Widget](https://support.lynn.chat/add-suggested-questions-to-your-widget.md)
- [How to Update Your Knowledge Base](https://support.lynn.chat/how-to-update-your-knowledge-base.md)
- [Setting Up Model Answers](https://support.lynn.chat/setting-up-model-answers.md)
- [How to Embed A Chat Widget](https://support.lynn.chat/how-to-embed-a-chat-widget.md)
- [Personality Customization](https://support.lynn.chat/personality-customization.md)
- [How to Handover to Human Support](https://support.lynn.chat/how-to-handover-to-human-support.md)
- [Trending Topics: AI Categorisation for Insightful Conversation Analysis](https://support.lynn.chat/trending-topics-ai-categorisation-for-insightful-conversation-analysis.md)
- [Reports Dashboard](https://support.lynn.chat/reports-dashboard.md)
- [Lynn Javascript API](https://support.lynn.chat/lynn-javascript-api.md)
- [Webhooks](https://support.lynn.chat/webhooks.md)
- [Next.js](https://support.lynn.chat/webhooks/next.js.md)
- [How to Integrate Tidio with Lynn for Seamless Customer Support with Live Agents](https://support.lynn.chat/how-to-integrate-tidio-with-lynn-for-seamless-customer-support-with-live-agents.md)
- [How to Capture Your Leads Through the Lynn’s Widgets](https://support.lynn.chat/how-to-capture-your-leads-through-the-lynns-widgets.md)
- [Next.js](https://support.lynn.chat/how-to-capture-your-leads-through-the-lynns-widgets/next.js.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://support.lynn.chat/lynns-user-guide.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.
