# PART V - TIPS

Part V includes the following topics containing additional procedures to simplify managing your stake pool:

* [Submitting a Simple Transaction](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/submitting-a-simple-transaction.md)
* [Transferring Files Using SSH](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/transferring-files-using-ssh.md)
* [Updating Configuration Files](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/updating-configuration-files.md)
* [Uploading Pool Metadata to GitHub Pages](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/uploading-pool-metadata-to-github.md)
* [Obtaining a PoolTool API Key](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/obtaining-a-pooltool-api-key.md)
* [Configuring Glasgow Haskell Compiler Runtime System Options](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/configuring-runtime-options.md)
* [Reducing Missed Slot Leader Checks and Improving Cardano Node Performance](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/reducing-missed-slot-leader-checks.md)
* [Increasing Swap File](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/increasing-swap-file.md)
* [Setting Up an External Passive Relay Node](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/setting-up-an-external-passive-relay-node.md)
* [Setting Up WireGuard](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/setting-up-wireguard.md)
* [Monitoring Node Security Using OSSEC Server and Slack](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/monitoring-node-security-using-ossec-server-and-slack.md)
* [Resetting an Installation](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/resetting-an-installation.md)
* [Fixing a Corrupt Blockchain](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/fixing-a-corrupt-blockchain.md)
* [Verifying an ITN Stake Pool](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/verifying-an-itn-stake-pool.md)
* [Fixing the Mnemonic Staking Balance Bug](/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips/fixing-the-mnemonic-staking-balance-bug.md)


---

# 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://www.coincashew.com/spanish/coins/overview-ada/guide-how-to-build-a-haskell-stakepool-node/part-v-tips.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.
