# Solução de problemas e FAQs

## Problemas Comuns

1. **Não é possível conectar a carteira ao Trustless Work**
   * Verifique se a extensão da sua carteira está instalada e ativa.
   * Verifique se você está na rede correta (Mainnet/Testnet).
2. **Erro: Saldo Insuficiente**
   * Confira se sua carteira atende ao requisito de saldo mínimo da Stellar.
   * Adicione mais fundos à sua carteira.

***

## Perguntas Frequentes

1. **Como faço para alternar de rede?**
   * Use as configurações da sua carteira para alternar entre Mainnet e Testnet.
2. **Posso recuperar minha carteira sem a frase de recuperação?**
   * Não. Sempre faça backup da sua frase de recuperação de forma segura.


---

# 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/v1-pt/suporte/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.
