# SDK

The convenient IPOR Fusion can be accessed directly via smart contracts. However, IPOR Labs also maintains an SDK that makes the process of building your own automation easier. The SDK's role is to provide a convenient interface for managing the vault. As more types of Fuses are developed, the SDK will be expanded to cover different use cases.&#x20;

### Python SDK

Below you can find the Python SDK with simple documentation. <https://github.com/IPOR-Labs/ipor-fusion.py>


---

# 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.ipor.io/build-on-fusion/alpha/sdk.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.
