# Querying Data

[SignScan](https://scan.sign.global) is the explorer for the Sign Protocol. Using SignScan, you can explore, create, validate, and search for schemas and attestations. Through tools that allow for no-code schema and attestation creation, we are aiming to make attestations accessible to everyone - coders and non-coders alike.

<figure><img src="https://github.com/EthSign/sign-protocol-docs/blob/main/for-builders/.gitbook/assets/sign_scan_01.png" alt=""><figcaption><p>SignScan Homepage</p></figcaption></figure>

## Feature Highlights

SignScan provides several easily accessible methods for interacting with Sign Protocol's schemas and attestations.

* Explore existing schemas and the data they require and contain.
* Search for existing schemas and attestations.
* Generate new schemas and attestations with no code.
* View the most popular schemas.
* Verify attestations.
* Retrieve all schemas and attestations made by any public address.
* And more!


---

# 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.sign.global/for-builders/index.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.
