# Lynn’s User Guide

Welcome to the next step in your journey with us!

Below, you'll find a carefully curated selection of learning resources designed to assist you in smoothly onboarding Lynn onto your platform.

These materials are structured to provide you with a comprehensive understanding of the process, ensuring that Lynn's integration is as seamless and efficient as possible.

## Documentation Guide

***

## Setting Up the Widget

[Building Up the Knowledge Base](https://support.lynn.chat/building-up-the-knowledge-base)

[Creating a Widget](https://support.lynn.chat/creating-a-widget)

[Add Suggested Questions to Your Widget](https://support.lynn.chat/add-suggested-questions-to-your-widget)

## How to Feed Lynn

[How to Update Your Knowledge Base](https://support.lynn.chat/how-to-update-your-knowledge-base)

[Setting Up Model Answers](https://support.lynn.chat/setting-up-model-answers)

## Integrating Lynn with Your Platform

[How to Embed A Chat Widget](https://support.lynn.chat/how-to-embed-a-chat-widget)

[Personality Customization](https://support.lynn.chat/personality-customization)

[How to Handover to Human Support](https://support.lynn.chat/how-to-handover-to-human-support)

[Trending Topics: AI Categorisation for Insightful Conversation Analysis](https://support.lynn.chat/trending-topics-ai-categorisation-for-insightful-conversation-analysis)

[Reports Dashboard](https://support.lynn.chat/reports-dashboard)

## API Access

[Lynn Javascript API](https://support.lynn.chat/lynn-javascript-api)

[ Webhooks](https://support.lynn.chat/webhooks)


---

# 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://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.
