> 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/composable-contracts.md).

# Composable Contracts

The smart contract composability feature gives users the ability to combine multiple contracts to create new systems or outputs. each individual smart contract is seen as a unit and can be deployed as such, but what if one could bring multiple units of contract into a single module and deploy them as a new output\
A good way to understand composability is to think of composable elements as Lego blocks. Each Lego can be combined with another, allowing you to build complex structures by combining different Legos.

![](/files/n3pwuukqXTaQOj2RhxiT)

We have through the Agnostico protocol created a very user-friendly platform that supports smart contract composability, which means that a user can literally come onto the Agnostico platform and simply throw a few contracts into the cart and deploy them as a single unique system or output. This Amazing feature will help to further simplify things for users who intend to deploy multiple contracts, and even save them lots of development time.


---

# 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/composable-contracts.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.
