> For the complete documentation index, see [llms.txt](https://agnostico.gitbook.io/agnostico/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agnostico.gitbook.io/agnostico/introduction/overview.md).

# Overview

{% hint style="warning" %} <mark style="color:red;">**THE INFORMATION BELOW IS SUBJECT TO FREQUENT CHANGE AS AGNOSTICO IS UNDER ACTIVE DEVELOPMENT.  PLEASE CHECK BACK OFTEN FOR UPDATES !!!**</mark>
{% endhint %}

It's impossible to talk about Blockchain and web3 without talking about smart contracts, and over the years, we have seen the value of the Blockchain and smart contract use cases extend even beyond the traditional DeFi to across all industries including Healthcare, Agriculture, Telecommunication, Entertainment, and even politics to name a few. It's amazing to see how people have been able to come up with so many interesting ways the web3 and smart contracts technology could make life way easier for them.&#x20;

While there is a huge increase in blockchain popularity across the globe, unfortunately a lot of people who have businesses are unable to get the value that web3 brings and it's use cases to be applied to their business due to the technical complexities associated with developing smart contracts. For example, there are so many viable business owners with none or very low technical background, but still appreciate the effectiveness of the blockchain tech but is unable to apply it to their business due to technical complexities, and the high cost associated with hiring smart contract DEVs.

Also we identified a problem of Smart contract developers who are from the technical background, and are able to create amazing smart contract use cases for real-life situations but are unable to get full value for their work. Some of these developers, although creating open source products are unable to get good value from their work.


---

# 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, and the optional `goal` query parameter:

```
GET https://agnostico.gitbook.io/agnostico/introduction/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
