> For the complete documentation index, see [llms.txt](https://docs.ipcheck.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipcheck.ing/knowledge-base/readme.md).

# Welcome

<h2 align="center">What do you want to figure out?</h2>

<p align="center">Guides for every MyIP tool, step-by-step network diagnosis, and plain-language networking concepts.</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask anything…</button><a href="https://ipcheck.ing" class="button secondary" data-icon="globe">Open MyIP</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-compass" style="color:$primary;">:compass:</i></h3></td><td><h4><strong>Getting Started</strong></h4></td><td>Tour the dashboard and read your results</td><td><a href="/pages/HXv6id5bhjfSFmsdOKpb">/pages/HXv6id5bhjfSFmsdOKpb</a></td></tr><tr><td><h3><i class="fa-wifi" style="color:$success;">:wifi:</i></h3></td><td><h4><strong>Your Connection</strong></h4></td><td>IP info, WebRTC, DNS leaks, anonymity</td><td><a href="/pages/VHSvMYrZJ6ESi4RMQi4C">/pages/VHSvMYrZJ6ESi4RMQi4C</a></td></tr><tr><td><h3><i class="fa-gauge-high" style="color:$warning;">:gauge-high:</i></h3></td><td><h4><strong>Network Tests</strong></h4></td><td>Speed, latency, routes, and blocking</td><td><a href="/pages/fHHshuokJnUoVIBS1kB9">/pages/fHHshuokJnUoVIBS1kB9</a></td></tr><tr><td><h3><i class="fa-magnifying-glass" style="color:$info;">:magnifying-glass:</i></h3></td><td><h4><strong>Lookup &#x26; Privacy</strong></h4></td><td>Whois, DNS, ASN, fingerprints, checklist</td><td><a href="/pages/EQ4Fkt8QfK2ZmyrhImyI">/pages/EQ4Fkt8QfK2ZmyrhImyI</a></td></tr><tr><td><h3><i class="fa-stethoscope" style="color:$danger;">:stethoscope:</i></h3></td><td><h4><strong>Diagnose</strong></h4></td><td>Fix leaks, blocks, and slowdowns step by step</td><td><a href="/pages/5lBWfsAWzTyxz5ABiVgX">/pages/5lBWfsAWzTyxz5ABiVgX</a></td></tr><tr><td><h3><i class="fa-graduation-cap" style="color:$primary;">:graduation-cap:</i></h3></td><td><h4><strong>Concepts</strong></h4></td><td>IPv6, DNS, ASN, GeoIP — explained simply</td><td><a href="/pages/CvvlAGmcD2iuocXoma9G">/pages/CvvlAGmcD2iuocXoma9G</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Start here

{% content-ref url="/pages/FyzGVRlU5v7cTnyKeyRT" %}
[Reading Your IP Cards](/knowledge-base/getting-started/reading-your-ip-cards.md)
{% endcontent-ref %}

{% content-ref url="/pages/5lBWfsAWzTyxz5ABiVgX" %}
[Is My VPN or Proxy Working?](/knowledge-base/diagnose/is-my-vpn-working.md)
{% endcontent-ref %}

{% content-ref url="/pages/t9m4NiFGaN0VXViH1SDz" %}
[Why Is My IP Location Wrong?](/knowledge-base/diagnose/why-is-my-ip-location-wrong.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}

### Popular guides

{% content-ref url="/pages/WlNF4jyGms6G52UXV7M5" %}
[Am I Leaking My Real IP?](/knowledge-base/diagnose/am-i-leaking-my-real-ip.md)
{% endcontent-ref %}

{% content-ref url="/pages/uEotn8Qn4Tntzcw8KgMR" %}
[DNS Leak Test](/knowledge-base/connection-tools/dns-leak-test.md)
{% endcontent-ref %}

{% content-ref url="/pages/j3rlgvGZkJ9wBiKCTr20" %}
[Can't Open a Website?](/knowledge-base/diagnose/cant-open-a-website.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}

### Understand the basics

{% content-ref url="/pages/wI9Mwhi0wiUKrNBCIivm" %}
[How DNS Works](/knowledge-base/concepts/how-dns-works.md)
{% endcontent-ref %}

{% content-ref url="/pages/C90gYdJyulhs0zewxcrn" %}
[GeoIP: How IP Geolocation Works](/knowledge-base/concepts/geoip-explained.md)
{% endcontent-ref %}

{% content-ref url="/pages/m7Iy9o4QNyXh8YeZtuLM" %}
[What Is WebRTC?](/knowledge-base/concepts/what-is-webrtc.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% hint style="info" icon="terminal" %}
**Command-line fan?** Get your IP with a single `curl` command — see [Using the Curl API](/knowledge-base/getting-started/curl-api.md). Want to run your own MyIP instance? Head to the **Developer** docs.
{% endhint %}


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.ipcheck.ing/knowledge-base/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
