# Integrations

{% hint style="info" %}
In the future, no one will build dapps. Instead, they'll just plug each protocol into platforms like Shell and instantly connect to users.
{% endhint %}

## External vs Shell-native primitives

There are two ways to integrate Shell Protocol.

1. For protocols that are **already deployed**, you can [deploy an adapter contract](https://wiki.shellprotocol.io/getting-started/integrations/protocol-adapters) to connect it with Shell.
2. If the smart contracts are still **in development**, you can [build natively on Shell Protocol](https://wiki.shellprotocol.io/getting-started/integrations/shell-native-primitives). This will reduce the complexity of your code and save gas when bundling transactions with other primitives on Shell.

## Why integrate?

* With one integration, instantly connect your project to other major DeFi protocols — receive integrations with Curve, Balancer, Uniswap and many other projects out of the box.
* Accelerate growth with built-in access to a suite of DeFi protocols and their communities.
* Elevate your dapp into a DeFi lego for the Shell [developer community](https://wiki.shellprotocol.io/getting-started/developers) to plug-and-play.


---

# 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://wiki.shellprotocol.io/getting-started/integrations.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.
