# Adding Hedgey Apps as "custom" Safe apps

Most of Hedgey apps are officially supported within various multisig wallets, such as Gnosis Safe and do not need to be added as custom apps - you should be able to find them by searching for Hedgey in the multisig's list of apps.

Some legacy or beta Hedgey apps are either not officially listed in safe stores, or awaiting for approval.

For these apps, it's not possible to directly link to the app from our UI, so you need to add them as "custom" apps within your multisig.

Here's how you can add a custom app to your Gnosis Safe (other multisig wallets likely follow a similar process):

<figure><img src="/files/LD4VppnapoqoVW3InHDe" alt=""><figcaption><p>The Gnosis Safe apps UI</p></figcaption></figure>

1. Click on "Apps" in the sidebar
2. Go to the "My custom apps" tab
3. Click the "Add custom Safe App" button to open the add modal

<figure><img src="/files/UOHQyMm0p5VVlvujRUPR" alt=""><figcaption><p>The add custom safe app modal</p></figcaption></figure>

4. Add the URL of the custom app you want to add - The hedgey UI should have provided you with what this is

<figure><img src="/files/F19mBAJC71EpR14FV9vt" alt=""><figcaption><p>Successfully adding a custom safe app</p></figcaption></figure>

5. Once you paste/type the URL in, a preview should appear to let you know you have the correct app
6. Check the option to agree to use at your own risk
7. Click "Add" to add this custom safe app to your multisig

<figure><img src="/files/MVcUfdUcFDx7txME6B3f" alt=""><figcaption><p>Custom safe app listed as available app</p></figcaption></figure>

8. Your custom safe app should be available for selection and use


---

# 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://hedgey.gitbook.io/hedgey-community-docs/support-docs/adding-hedgey-apps-as-custom-safe-apps.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.
