# Cardano Testnets

## Cardano Testnets

- [Welcome to Cardano Testnets](https://testnet-docs.gitbook.io/cardano-testnets/welcome-to-cardano-testnets.md): Here we'll look at setting up Cardano Stake Pools (Preview and Preprod).
- [Oracle Cloud](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud.md): Here we'll focus on Oracle Cloud (OCI) as a platform to set up our pools.
- [Provisioning your instances](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/provisioning-your-instances.md): Let's create our first VMs on OCI to run Testnet nodes.
- [Connecting to your instance](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/connecting-to-your-instance.md): Here we'll connect to the new instance for the first time
- [Steps to harden instance](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/steps-to-harden-instance.md): After our first connection we'll harden our instance to make it more secure.
- [First steps](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/steps-to-harden-instance/first-steps.md)
- [Create new user and remove default one](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/steps-to-harden-instance/create-new-user-and-remove-default-one.md)
- [Change ssh port](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/steps-to-harden-instance/change-ssh-port.md): Compared to other Clouds, OCI requires some extra steps to avoid getting locked out.
- [Changing keys](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/steps-to-harden-instance/changing-keys.md)
- [Further hardening](https://testnet-docs.gitbook.io/cardano-testnets/oracle-cloud/steps-to-harden-instance/further-hardening.md)
- [Cardano node installation](https://testnet-docs.gitbook.io/cardano-testnets/cardano-node-installation.md): Now you can proceed with cardano-node and -cli installation as usual


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://testnet-docs.gitbook.io/cardano-testnets/welcome-to-cardano-testnets.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.
