# Getting Started

- [Quick Start](https://docs.hyperdbg.org/getting-started/quick-start.md): A brief overview of how to start with HyperDbg
- [FAQ](https://docs.hyperdbg.org/getting-started/faq.md): Frequently Asked Questions (FAQ)
- [Build & Install](https://docs.hyperdbg.org/getting-started/build-and-install.md): This document helps you to build and install HyperDbg
- [Attach to HyperDbg](https://docs.hyperdbg.org/getting-started/attach-to-hyperdbg.md)
- [Attach to a remote machine](https://docs.hyperdbg.org/getting-started/attach-to-hyperdbg/debug.md): Remote debugging in VMI Mode and Debugger Mode
- [Attach to local machine](https://docs.hyperdbg.org/getting-started/attach-to-hyperdbg/local-debugging.md): Local debugging in VMI Mode
- [Start a new process](https://docs.hyperdbg.org/getting-started/attach-to-hyperdbg/start-process.md): Starting a process from entrypoint
- [Attach to a running process](https://docs.hyperdbg.org/getting-started/attach-to-hyperdbg/attach-process.md): Attaching to an already running process


---

# 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.hyperdbg.org/getting-started.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.
