# Troubleshooting

- [Using Troubleshooting](https://blockchainlens.gitbook.io/cardano-spot-check/troubleshooting/first-error.md): Use this section to view common issues and how to solve them
- [gLiveView Errors](https://blockchainlens.gitbook.io/cardano-spot-check/troubleshooting/gliveview-errors.md): This section documents common issues you may encounter when using gLiveView and their corresponding solutions.
- [Metadata Errors](https://blockchainlens.gitbook.io/cardano-spot-check/troubleshooting/metadata-errors.md): Changing Metadata is a simple process to do but it can introduce major issues in your nodes.
- [Slow Starting Nodes](https://blockchainlens.gitbook.io/cardano-spot-check/troubleshooting/slow-starting-nodes.md): This section gives general recommendations if your nodes are slow to start
- [UTXO Errors](https://blockchainlens.gitbook.io/cardano-spot-check/troubleshooting/utxo-errors.md): These errors appear when you perform a transaction using cardano-cli
- [DB Sync Errors](https://blockchainlens.gitbook.io/cardano-spot-check/troubleshooting/db-sync-errors.md): These errors appear when you perform a transaction using cardano-cli


---

# 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://blockchainlens.gitbook.io/cardano-spot-check/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.
