# Delegated Addresses

**Delegated addresses** are a mechanism in DPSN that allows users to grant specific permissions to other entities without compromising their main account's security. This provides a flexible and secure way to manage access to topics and other network resources.

#### Key Features of Delegated Addresses

* **Permission Delegation:** Users can grant specific permissions to delegated addresses, such as publishing messages, subscribing to topics, or managing other network resources.
* **Revocable Permissions:** Permissions can be revoked at any time, providing granular control over access.
* **Security:** Delegated addresses offer a layer of security by isolating sensitive information from the main account.
* **Flexibility:** Delegated addresses can be used for various use cases, such as managing multiple accounts, collaborating with team members, or granting access to third-party applications.

#### How Delegated Addresses Work

1. **Create a Delegated Address:** Users can create delegated addresses using the DPSN dashboard or API.
2. **Grant Permissions:** Assign specific permissions to the delegated address, such as publishing messages on certain topics or subscribing to data streams.
3. **Use the Delegated Address:** The delegated address can be used to perform actions within the DPSN network based on the granted permissions.

#### Benefits of Using Delegated Addresses

* **Enhanced Security:** By using delegated addresses, users can limit the scope of access to their DPSN accounts, reducing the risk of unauthorized actions.
* **Improved Collaboration:** Delegated addresses facilitate collaboration between team members and organizations.
* **Simplified Management:** Managing multiple accounts or granting access to third-party applications becomes easier with delegated addresses.


---

# 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.dpsn.org/integration/delegated-addresses.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.
