> For the complete documentation index, see [llms.txt](https://developers.gptradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.gptradar.com/welcome.md).

# Welcome!

## Welcome to GPTRadar API

Welcome to GPTRadar API! Here you'll find all the documentation you need to get up and running with the GPTRadar API.

{% hint style="info" %}
**Do you need to get in touch with us?** Drop a line at <hello@gptradar.com>
{% endhint %}

## Want to jump right in?

Feeling like an eager beaver? Jump into the quick start docs and get making your first request:

{% content-ref url="/pages/lMSa5okTOC5VSGpLG92R" %}
[Quick Start](/quick-start.md)
{% endcontent-ref %}

## Want to dive deep?

Dive a little deeper and start exploring our API reference to get an idea of everything possible with the API:

{% content-ref url="/pages/KGgkIlD7EChs1giPC7TR" %}
[API Reference](/reference/api-reference.md)
{% endcontent-ref %}


---

# 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:

```
GET https://developers.gptradar.com/welcome.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.
