# Introduction

{% hint style="info" %}
Welcome to the HyprLab API Documentation. This guide will help you understand how to interact with the HyprLab API to leverage our services.
{% endhint %}

HyprLab is designed to be simple yet robust, offering developers a seamless experience when integrating our services into their applications. With an API structure that mirrors OpenAI, Anthropic and even Google, developers can interact with our API via HTTP requests from any programming language.

***

<figure><img src="https://818393104-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtonQyUsHdheDVP4F6e3u%2Fuploads%2Fhi7SIVDQX0vsUJpUSHdl%2Fprofile.jpg?alt=media&#x26;token=ddc96a0d-de8d-48ae-a61d-d1bd4cc44ab1" alt=""><figcaption></figcaption></figure>


---

# 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.hyprlab.io/getting-started/introduction.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.
