> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Logout

> How to log out of Jinba App

## Logout

Log out when you finish using Jinba App.

## Logout Steps

<Steps>
  <Step title="Open Account Menu">
    Click the user icon in the upper right corner of the screen.
  </Step>

  <Step title="Select 'Logout'">
    Select "Logout" from the dropdown menu.
  </Step>

  <Step title="Logout Complete">
    You will be returned to the login screen.
  </Step>
</Steps>

## Notes When Logging Out

### Unsaved Data

<Warning>
  When you log out, unsaved chat content or draft task edits may be lost. Please confirm saving before logging out.
</Warning>

### Running Tasks

Scheduled tasks will continue to run even after you log out. You can check task execution results when you log in next time.

### Session Termination

Logging out ends your current session. You need to log in again to use Jinba App.

## Automatic Logout

You may be automatically logged out in the following situations:

| Situation                     | Description                                              |
| ----------------------------- | -------------------------------------------------------- |
| **Session Timeout**           | Automatic logout for security after prolonged inactivity |
| **Authentication Expiration** | When SSO authentication token expires                    |

Please log in again after automatic logout.

## Logging In Again

To log in again after logging out, refer to the [Login](/en/pages/jinba_app/basics/login) page.

## FAQ

<AccordionGroup>
  <Accordion title="Will tasks still run after I log out?">
    Yes, scheduled tasks will automatically run even after you log out. You can check execution results when you log in next time.
  </Accordion>

  <Accordion title="I was suddenly logged out">
    This may be due to session timeout or authentication expiration. Please log in again. If the problem continues, contact support.
  </Accordion>

  <Accordion title="Cannot find the logout button">
    Click the user icon (or profile picture) in the upper right corner of the screen to display a dropdown menu. You can select "Logout" from there.
  </Accordion>
</AccordionGroup>
