# Jul 6th Privacy Enhancements.

* 🎉 **Added New Feature in App.js**\
  In more straightforward terms, we’ve just enhanced our application. We’ve made it smarter to remember your company's details (like its ID, name, and the plan it's on). This info is taken from a secure nook in your browser referred to as 'local storage'. So next time we need this information, we no longer have to ask you again – your data will be right at our fingertips!
* 🚀 **Privacy Enhancements in useAuth.js**\
  We also made the login process more comfortable. When you log in, the system will securely remember your subscription plan. We put this info in the same secure place mentioned earlier ('local storage'). Your convenience is our priority, and this update should help streamline your experience! 💪😄


---

# 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://docs.helpyousponsor.com/changelog/july/jul-6th-privacy-enhancements..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.
