# Troubleshooting

Whenever you encounter an issue on DeFi Saver, you're more than welcome to write directly through us via our in-app chat, or [join our Discord channel.](https://discord.com/invite/XGDJHhZ)

In case you'd like to try and find a solution on the spot, we've prepared articles that cover some of the more common troubleshooting issues we receive.

If you opt to write to us on Discord, we suggest following these steps first:

* Verify yourself on the *verify* channel
* Open a support ticket on the *support-ticket* channel
* Include your wallet address along with the issue so that we can start research as soon as possible.

We recommend opening up tickets as they ensure the entire discussion around your issue is private between yourself and one of our admins. Public channels are susceptible to scammers trying to redirect users to their channels, although we do our best to ban those on the spot.

{% hint style="info" %}
*Never share or enter your seed phrase anywhere. No one from the DeFi Saver team will ever DM you first, or ask for your seed phrase or private key.*

*The only information we might request during support are public wallet addresses or transaction hashes to help resolve issues.*
{% endhint %}


---

# 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.defisaver.com/general/troubleshooting.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.
