> For the complete documentation index, see [llms.txt](https://experience.wallex.global/neobanking/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://experience.wallex.global/neobanking/security/hacked-account.md).

# Hacked Account

It is crucial to take immediate action to safeguard your financial information and minimize potential damages. Here's a step-by-step guide on what to do if you believe your account has been hacked:

1. **Don't Panic, but Act Quickly:** Upon noticing any suspicious activity or unauthorized transactions, it's natural to feel alarmed. However, it's essential to remain calm and act swiftly to mitigate any potential damage.
2. **Change Your Password:** The first step is to [change your password](/neobanking/access-issues/how-to-reset-my-password.md) immediately. Choose a strong, unique password that includes a combination of letters, numbers, and special characters. Avoid using easily guessable information such as your birthdate or pet's name.
3. **Enable Two-Factor Authentication (2FA):** [Two-Factor Authentication](/neobanking/security/two-factor-authentication-2fa.md) is an additional layer of security. Activate this feature if you haven't already done so. With 2FA, even if hackers manage to obtain your password, they'll still need a secondary form of verification to access your account.
4. **Review Your Account Activity:** Take a thorough look at your account activity to identify any unauthorized transactions or changes. Our platforms provide detailed transaction histories. Flag any transactions or activities that you don't recognize to our dedicated [customer experience team](/neobanking/contact-our-experts.md).
5. **Contact Customer Support Immediately:** Notify our [customer support team](/neobanking/contact-our-experts.md) as soon as possible to report the suspected hacking incident. Provide all details of the suspicious activity and any evidence you have.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://experience.wallex.global/neobanking/security/hacked-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
