# Logout

The "Logout" plugin enables users to terminate their session. You can use it to let your users log out manually or automatically when their session ends. You can include a logout button in your app to allow users to log out.

### How to Use?

Drag and drop the plugin into your app's interface. Customize the settings to define when and how a specific user can log out. You can even define success and failure actions and make the result appear locally or globally. This allows you to offer a personalized experience based on your app requirements.

### Use cases

This is usually used in e-learning apps, banking and financial apps, e-commerce apps, travel apps, and more.


---

# 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://help.reasy.ai/help/getting-started/workspace/tools/data-driven-plugins/data-sources/logout.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.
