# Welcome

Welcome to the Hop User Documentation!

Get started with these topics:

{% content-ref url="basics" %}
[basics](https://docs.hop.exchange/basics)
{% endcontent-ref %}

{% content-ref url="governance" %}
[governance](https://docs.hop.exchange/governance)
{% endcontent-ref %}

{% content-ref url="basics/faq" %}
[faq](https://docs.hop.exchange/basics/faq)
{% endcontent-ref %}

### Looking for the Developer Docs?

Check out the v1 docs for the current version of Hop.

{% content-ref url="<https://app.gitbook.com/o/z99xBMPJtczzz1HiPNOe/s/-MOYaoULYuKq7wLWewmU/>" %}
[Developer Docs v1](https://app.gitbook.com/o/z99xBMPJtczzz1HiPNOe/s/-MOYaoULYuKq7wLWewmU/)
{% endcontent-ref %}

The Hop v2 protocol and docs are still a work-in-progress and only on testnet.

{% content-ref url="<https://app.gitbook.com/o/z99xBMPJtczzz1HiPNOe/s/fT1PRS93wyRip1PZsMC6/>" %}
[Developer Docs v2](https://app.gitbook.com/o/z99xBMPJtczzz1HiPNOe/s/fT1PRS93wyRip1PZsMC6/)
{% endcontent-ref %}


---

# 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.hop.exchange/readme.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.
