# GUIDES

- [Introduction to Bots and Nodes](https://docs.thornode.io/guides/introduction-to-bots-and-nodes.md): A short brief for bots and nodes.
- [Frequently Asked Questions (FAQs) for Solana Beginners](https://docs.thornode.io/guides/frequently-asked-questions-faqs-for-solana-beginners.md): These FAQs are designed to help beginner users understand and navigate issues related to rate limits when interacting with ThorNode's Solana RPC nodes and bots.
- [AWS EC2 (VPS) Setup](https://docs.thornode.io/guides/aws-ec2-vps-setup.md): Private RPC users prefer to run their software (bots or sniping tools) in a virtual server which has low latency to the RPC node.
- [Navigating Through Congestion: Understanding Transaction Confirmation and Performance in Solana](https://docs.thornode.io/guides/navigating-through-congestion-understanding-transaction-confirmation-and-performance-in-solana.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.thornode.io/guides.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.
