> For the complete documentation index, see [llms.txt](https://support.power.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.power.trade/how-to-use-powertrade/login/common-login-issues.md).

# Fix Common PowerTrade Login Issues | App & Web

If you're encountering issues signing in to an existing account, here are some things you can check before contacting PowerTrade Support.

## Missing sign in email

If you didn't receive an email with a magic link to log in, here are some general steps to try before reaching out to our support team.

1. Check that you're looking in the email inbox whose address is associated with your PowerTrade account.
2. Search your email inboxes for *"*[*support@power.trade*](mailto:support@power.trade)*"*
3. Double check that the email didn't end up in your spam folder or in any spam filtering service you may be using. Whitelist [*support@power.trade*](mailto:support@power.trade) to prevent our emails from getting caught in your spam filter
4. Check if your block list includes anything with *"@power.trade"*

## App stuck on loading animation

If you've clicked on the magic link to sign in but your app still doesn't load, here are some things to try.

### Android or iOS app

1. Force the app to close and then reopen it to see if that resolves the issue.
2. Connectivity issues could be another reason preventing the app from loading properly. Try restarting your mobile device or toggling airplane mode on and off to reset your network connection.

### Web app

1. Verify that the URL is correct: [**https://app.power.trade**](https://app.power.trade/)
2. Make sure that your browser is up-to-date
3. Only one session can be active. If you have PowerTrade installed on a mobile device, ensure that the mobile app is not currently running.
4. Use your browser's incognito mode to sign in. If that worked, clear your regular browser's cache and cookies before restarting your browser.

## Let us help

If none of these steps helped, please [contact PowerTrade Support](mailto:support@power.trade), making sure that provide us with the email address associated with your account and any screenshots that may help us to quickly diagnose the issue.


---

# 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://support.power.trade/how-to-use-powertrade/login/common-login-issues.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.
