# Integration

Integration with RockSolid is a straightforward process. The steps involved depend on the style of integration:

1. Link only
2. White label / 'Powered by'
3. Fully Hosted

**Link only**

Each RockSolid vault comes with a url. For example the RockSolid rETH Vault is accessible at <https://app.rocksolid.network/vaults/0x936facdf10c8c36294e7b9d28345255539d81bc7>&#x20;

All functionality, such as deposit, withdraw and view holdings are available there.

**White label / Powered by**

RockSolid vaults are designed to be fully integrated into your front-end, such as a liquid staking protocol or a centralized exchange "earn" product. This let's users stay in your website or app with the familiar UI, but still get all the benefits of a RockSolid vault. See the [Rocket Pool integration](https://stake.rocketpool.net/rocksolid/vault/deposit) for an example.

You will interact with our [Smart Contracts](/integration/smart-contracts.md) and [API](/integration/api.md) for this style of integration.

**Fully Hosted**

The entire RockSolid app can be themed and hosted by RockSolid, but accessed from your domain. For example, **<https://vault.protocol.xyz>.** Contact us at <hello@rocksolid.network> for more information.&#x20;


---

# 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.rocksolid.network/integration.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.
