# Beginners

- [Getting Started](https://docs.pinoapi.com/documentation/beginners/getting-started.md): Guide to get started with PinoAPI
- [Setting up Bybit](https://docs.pinoapi.com/documentation/beginners/getting-started/setting-up-bybit.md): Guide to get started with the Bybit platform.
- [Setting up Kraken](https://docs.pinoapi.com/documentation/beginners/getting-started/setting-up-kraken.md): Guide to get started with the Kraken platform.
- [Setting up Hyperliquid](https://docs.pinoapi.com/documentation/beginners/getting-started/setting-up-hyperliquid.md): Guide to get started with the Hyperliquid platform.
- [Troubleshoot](https://docs.pinoapi.com/documentation/beginners/troubleshoot.md): Let's fix things!
- [FAQ](https://docs.pinoapi.com/documentation/beginners/faq.md): Frequently Asked Questions
- [First Analysis](https://docs.pinoapi.com/documentation/beginners/first-analysis.md): Guide for beginner analysis.


---

# 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.pinoapi.com/documentation/beginners.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.
