# Introduction

This library aims to provide you a nice way to inform the user that something occured. By attaching itself at the top level of your application toasts can be persistant between page navigation.

It also provides a very basic input system. Do not abuse it, a toast should be about notifying the user, not asking them to perform an action.

[Click here to go to the interactive demo](https://thoth-org.github.io/Thoth.Elmish.Toast)

![Interactive demo showcase](https://1811658771-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYFUXDxozrGibRdVkTp%2F-MYR4HmN4vdpVhXAp5Rj%2F-MYRHUVCgiDcD2qzUiFI%2Fthoth_toast_demo.gif?alt=media\&token=b722fbb7-fb3c-4950-87fd-69244a9b69d0)


---

# 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://thoth-org.gitbook.io/thoth-elmish-toast/readme.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.
