# How-To

- [Spin up a Tezos baking node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/spin-up-a-tezos-baking-node-deprecated.md): This module will guide you through the complete installation and setup of your own Tezos baker on Linux, using Docker images, PPA packages, or by building from source.
- [Prepare your baker for Ithaca2 (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/prepare-your-baker-for-ithaca2-deprecated.md): Ithaca2 is one of the most important amendments so far. To continue baking after activation, bakers need to upgrade their infrastructure before the end of the adoption period.
- [Run a persistent baking node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/run-a-persistent-baking-node-deprecated.md): Want to make your baking infrastructure more resilient to electricity and internet cut-offs? Let's use Linux service files to keep those Tezos binaries running.
- [Select a public node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/select-a-public-node.md): Below, you will find the public nodes run by our community members.
- [Run a Tezos node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/run-a-tezos-node.md): Best practices on running Tezos nodes
- [Demonstrate ownership of a tz address (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/prove-address-ownership.md)
- [Submit transactions to a specific baker (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/untitled.md): This document aims at explaining how operations issuers can filtrate access to their mempool of operations, using a dedicated server. This feature is scheduled for the Octez v11 release.
- [Estimate Tezos performances (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/estimate-tezos-performances.md)
- [Estimate transaction cost (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/estimate-transaction-cost.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://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to.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.
