# What is Laika

## Overview

![](https://4276181174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBAYSQIWd7IsbIjaYskIf%2Fuploads%2FDFVzus0Qe2uxUQ330lgN%2Fimage.png?alt=media\&token=a4dcf47a-2ef0-473b-950c-573e87356a43)

Laika is a Blockchain development tool that helps you to build requests to smart contracts without going through the hassle of writing lines of test code.

Laika aims to provide developers with an easy to use contract requests interface, auto-generated code, documentation tools, and enhanced team collaboration tools.

To put it simply, what Laika aims to be for Web3 is what [Postman](https://www.postman.com/) is for Web2.

You can directly interact with the app here! (<https://web.getlaika.app/>)

{% embed url="<https://web.getlaika.app/>" %}

## Video

**Got a few minutes?** Check out the video overview:

{% embed url="<https://youtu.be/JuU8UqMTuzU>" %}

## Features <a href="#id-4f7d" id="id-4f7d"></a>

* Send requests to interact with your smart contracts on any EVM-based blockchains (including locally hosted chain-forks) and the Terra Blockchain, with support for more chains coming soon!
* Auto-generate ABIs for smart contracts based on parameters and expected returns.
* View call responses in *raw*, *formatted*, or *bytes* form.
* Save a History of Past Requests.
* Import any contract with auto-generated ABIs using Chain Explorer.
* Create Collections for easier management of your contracts during development.
* Define Custom Environment Variables.
* Take Notes & Use built-in Documentation tools
* Generate Code for selected function calls to use in your JS or Python program.&#x20;
* Build multi-call Requests using Scenarios node-graph tool to help you test a bunch of requests within just a few clicks.

And a lot more! 🔥

![](https://4276181174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBAYSQIWd7IsbIjaYskIf%2Fuploads%2Fb0HopxunjRuHH7siIVi8%2Fimage.png?alt=media\&token=4ea3265e-8cde-4184-86b7-96540fe5317a)


---

# 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.getlaika.app/docs/what-is-laika.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.
