> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/general/smart-wallets/can-i-access-defi-saver-created-positions-using-other-apps.md).

# Can I access DeFi Saver created positions using other apps?

DeFi Saver requires that positions created through our app are held within a Safe Smart Wallet. This is because Safe wallets allow the execution of complex transactions that include multiple steps within them (such as our Boost & Repay tools, or Automations)

Seeing as Safe Smart Wallets have their own address, you can still access any other frontend that supports them - meaning your position created through DeFi Saver can be accessed directly on the protocol's app.

We have a dedicated guide on how you can connect your Safe to other apps [here.](/general/smart-wallets/connecting-your-safe-wallet-to-third-party-apps.md)

If your positions are on a DSProxy, you'll still be able to connect to apps outside of DeFi Saver. However, that will require you to use the [DSProxy Connect tool - which you can learn more about on its Knowledge Base article.](https://help.defisaver.com/general/smart-wallets/connecting-your-dsproxy-to-third-party-dapps)

{% hint style="info" %}
*When using any of our Automation strategies, we advise not to make adjustments to your position on other protocol interfaces since it might trigger automation; which can go unnoticed when viewing your position elsewhere and thus cause a complication.*
{% endhint %}

***

## Related Articles:

* [Connecting your Safe wallet to third party apps](https://help.defisaver.com/general/smart-wallets/connecting-your-safe-wallet-to-third-party-apps)
* [Connecting your DSProxy to third-party dApps](https://help.defisaver.com/general/smart-wallets/connecting-your-dsproxy-to-third-party-dapps)
* [I opened a position outside of DeFi Saver - Can I manage it on DFS?](https://help.defisaver.com/general/smart-wallets/i-opened-a-position-outside-of-defi-saver-can-i-manage-it-on-dfs)


---

# 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://help.defisaver.com/general/smart-wallets/can-i-access-defi-saver-created-positions-using-other-apps.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.
