> 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/use-cases/for-developers.md).

# For Developers

The Agnostico protocol use cases cuts across different categories of potential users, First, we have the people who provide value by sharing their codes on the platform. And on the other hand, we have people who are in need of these values, who would come to deploy these smart contract codes from our platform so they can get the full value of web3 for their businesses.\
\
After careful observations and a series of market and user researchs carried out, we were able to group our target users into two major categories **1. Developers** and **2.** **Non-developers**

## Developers

The developers (Devs) in the Agnostico community are the MVPs, they are the smart contract developers who create value by sharing and publicizing their codes on the platform to make reusing them by others as easy as deploying a contract without writing a single line of code. Instead of leaving your codes idle on Github and etherscan / bscscan / polygonscan, they share their codes with the Agnostico platform to become a part of our dynamic community.

The second category of developer target users we were able to identify are those who do not wish to go through the rigor of re-creating already existing use cases but instead would prefer to easily deploy the smart contract codes they need from the Agnostico platform thereby saving lots of development time.&#x20;


---

# 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/use-cases/for-developers.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.
