# Solidity General

This section will help you to interact with Superfluid at the smart contract level.

{% hint style="info" %}
NOTE: we recommend using the [Superfluid Console](https://console.superfluid.finance) and the [Superfluid Dashboard](https://app.superfluid.finance) as you build on Superfluid.
{% endhint %}

### Installation

```solidity
npm install @superfluid-finance/ethereum-contracts
```

### Solidity x Superfluid Overview

{% content-ref url="/pages/1v26yBwjqmQmQNIBp772" %}
[Calling Super Agreements](/superfluid/developers/solidity-examples/interacting-with-superfluid-smart-contracts.md)
{% endcontent-ref %}

### Superfluid Solidity Helper Libraries

{% content-ref url="/pages/Yv8xv7gWQY32hhQ4qope" %}
[Solidity](/superfluid/developers/constant-flow-agreement-cfa/cfav1-library.md)
{% endcontent-ref %}

{% content-ref url="/pages/HbmVNrTLDkGvNXNOugdD" %}
[IDA - Solidity](/superfluid/developers/instant-distribution-agreement-ida/idav1-library.md)
{% endcontent-ref %}

### Access Control List

{% content-ref url="/pages/pYJn7XvIHWX5432GmlFu" %}
[Access Control List (ACL)](/superfluid/developers/constant-flow-agreement-cfa/cfa-access-control-list-acl.md)
{% endcontent-ref %}

### Deploying the Framework

{% content-ref url="/pages/-MUe67rVUEmAOghRxHgX" %}
[Deploying The Framework](/superfluid/developers/reference-documentations/production-deployment.md)
{% endcontent-ref %}

### User Data

{% content-ref url="/pages/k9DQ7g1TSy9pLaoAZpV4" %}
[User Data](/superfluid/developers/super-apps/user-data.md)
{% endcontent-ref %}


---

# 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://superfluid.gitbook.io/superfluid/developers/solidity-examples.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.
