# Pure Proxy

Pure proxies (used to be called anonymous proxies) are an advanced feature.

Pure proxies, in particular, can be used for permissionless management. In the example below, there is a multisig with four different accounts inside. Two of the accounts, Alice and Bob, have a pure proxy attached to them. In the case that the multisig account wanted to add or remove Alice or Bob or even add a new account into the pure proxy, the pure proxy would take care of that change.&#x20;

{% hint style="info" %}
If a multisig wants to modify itself **without** a pure proxy, a whole new multisig would need to be created.
{% endhint %}

Hence we strongly recommend everyone to setup proxy! Read how you can do that - [Creating a pure proxy](/setup-polkasafe/creating-a-pure-proxy.md).&#x20;

<figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/65013327265/original/nkadYKFuVZjHp1n9DXrFLkhAeVEpns0wxQ.png?1661458139" alt=""><figcaption></figcaption></figure>

Source - [Polkadot Wiki](https://support.polkadot.network/support/solutions/articles/65000182196-how-to-create-a-pure-proxy)


---

# 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.polkasafe.xyz/faqs/pure-proxy.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.
