# Troubleshooting & FAQs

## Common Issues

1. **Unable to connect wallet to Trustless Work**
   * Ensure your wallet extension is installed and active.
   * Verify you are on the correct network (Mainnet/Testnet).
2. **Error: Insufficient Balance**
   * Check if your wallet meets the Stellar minimum balance requirement.
   * Add more funds to your wallet.

***

## FAQs

1. **How do I switch networks?**
   * Use your wallet settings to toggle between Mainnet and Testnet.
2. **Can I recover my wallet without the recovery phrase?**
   * No. Always back up your recovery phrase securely.


---

# 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.trustlesswork.com/trustless-work/support/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.
