# Home Page

Hi there! Thanks for checking out the docs functionality of my website!

This subdomain holds the information and "hands-on" information for any tutorials or walkthroughs found on the main jsperl.tech site.

You can go back and visit the main site using the link below!

{% embed url="<https://jsperl.tech>" %}

This page is hosted through gitbook, and therefore contains the Google Analytics cookie. By using this site, you consent to the use of this cookie.


---

# 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.jsperl.tech/master.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.
