# Logged out but coupons still applied

When a customer logs out of the account after applying the discount code redeemed from our app, and you may find that the coupon is still applied. Perhaps we have set the redeeming program condition of "Who can use discount" to Everyone. So, if redeemed,the coupon can be used by anyone, even anonymously.

However, if you want to make sure that this coupon should be removed, then you should use this configuration as "Only customer who redeemed" to prevent misuse.

<figure><img src="/files/6yzbO1fxvyirltIGLJ6z" alt=""><figcaption></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://help.joy.so/faqs/logged-out-but-coupons-still-applied.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.
