# Creating and Managing Safes

Den provides full ability to create new Safes and manage existing ones.

### Create a New Safe

You can create a new safe from your Safe List page by clicking the `Create Safe` button.

<figure><img src="https://731861436-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPw0mN04sXbA90tnBcjau%2Fuploads%2FirTr3RCVmpFwMPvBgU3S%2FScreen%20Shot%202023-01-07%20at%209.41.29%20PM.png?alt=media&#x26;token=cf0f963c-d243-4fc4-aaba-fa1eab0b4cbe" alt=""><figcaption></figcaption></figure>

### Manage Safe Owners

Safe owners can be added, or removed on the owners page. To get to this page, select the Safe you'd like to modify and click the button with the group of people.

<figure><img src="https://731861436-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPw0mN04sXbA90tnBcjau%2Fuploads%2FkRj4B1cV7jBe8hLtYuwq%2FScreen%20Shot%202023-01-07%20at%209.47.17%20PM.png?alt=media&#x26;token=9b8a8aa5-a7a3-443e-a6ea-0ccd660f165d" alt=""><figcaption></figcaption></figure>

Here you can add and remove owners, as well as change the minimum number of signers required for a transaction to execute.


---

# 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.onchainden.com/set-up-den/creating-and-managing-safes.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.
