# Add Suggested Questions to Your Widget

"Now, you can set up quick questions to instantly suggest inquiries for your chatbot. Here's how:

1. Navigate to the “Customize” page and enter your desired quick questions in the “Message Suggestions” section.

<figure><img src="/files/wfZReH0VlTDW85N05knL" alt=""><figcaption><p>Edit Widget: Add message suggestions on widget customization page (Part 1)</p></figcaption></figure>

1. Hit “Enter” or click on the “+” button to submit these as message suggestions.
2. Don't forget to click “Save Changes” to finalize your changes. It’s that easy.
3. See the quick questions pop up on your chat widget.

<figure><img src="/files/KLdQ9vjfoO1WjqgcavS9" alt=""><figcaption><p>Lynn’s Widget: The way that message suggestions appealing on Lynn’s widgets</p></figcaption></figure>


---

# 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/add-suggested-questions-to-your-widget.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.
