> For the complete documentation index, see [llms.txt](https://docs.walken.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walken.io/walken-support.md).

# Walken Support

- [🤓 How to Contact Walken Support](https://docs.walken.io/walken-support/how-to-contact-walken-support.md): Walken customer support team provides technical assistance with the Walken app, answers customers' questions about their game experience, analyzes issues and offers solutions.
- [❓How do I get Walken wallet?](https://docs.walken.io/walken-support/how-do-i-get-walken-wallet.md)
- [❓Why Account May Get Suspended and How to Avoid It](https://docs.walken.io/walken-support/why-account-may-get-suspended-and-how-to-avoid-it.md)
- [❓How to Handle Connection Issues](https://docs.walken.io/walken-support/how-to-handle-connection-issues.md)
- [❓Why do I get the 'Step sensor not found' Error?](https://docs.walken.io/walken-support/why-do-i-get-the-step-sensor-not-found-error.md)
- [❓Why Walken shows 0 steps though I've been walking?](https://docs.walken.io/walken-support/why-walken-shows-0-steps-though-ive-been-walking.md)
- [❓Where Can I Find My Wallet Recovery Phrase and Email?](https://docs.walken.io/walken-support/where-can-i-find-my-wallet-recovery-phrase-and-email.md)
- [How to delete my account](https://docs.walken.io/walken-support/where-can-i-find-my-wallet-recovery-phrase-and-email/how-to-delete-my-account.md)
- [How to withdraw Walken Runner Tournament reward?](https://docs.walken.io/walken-support/how-to-withdraw-walken-runner-tournament-reward.md): Here's a step-by-step guide on how to withdraw USDT and turn them into fiat money.
- [How do I report an inappropriate or problematic ad?](https://docs.walken.io/walken-support/how-do-i-report-an-inappropriate-or-problematic-ad.md)


---

# 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://docs.walken.io/walken-support.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.
