# Introduction

Welcome to Glider documentation.&#x20;

Glider is the world's first scalable technology to tag and find logic in deployed smart contracts.

## Glider Solutions

<figure><img src="/files/qv1dXswAQXtRSarBAOcj" alt=""><figcaption></figcaption></figure>

[Glider IDE](https://glide.gitbook.io/main/glider-ide/) is Hexen's contribution to the Web3 security researcher community.&#x20;

It is purpose-built for scalable variant and data-driven analysis of smart contracts, enabling researchers to uncover logical patterns and vulnerabilities across entire blockchain ecosystems.

<a href="https://glide.gitbook.io/main/glider" class="button primary">Glider IDE docs</a> <a href="https://glide.gitbook.io/main/glider/glider-the-basics" class="button primary">How to write queries</a>

***

<figure><img src="/files/rsLViaLDJFALQO9VQ0TW" alt=""><figcaption></figcaption></figure>

[Glider API](https://glide.gitbook.io/main/glider-api/) empowers you to analyze smart contracts on supported blockchains using our advanced labeling system. This enables you to identify contract behavior, functionality, and potential risk factors in an automatice, streamlined and effective manner.

<a href="https://glide.gitbook.io/main/glider-api" class="button primary">Glider API docs</a>


---

# 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://glide.gitbook.io/main/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.
