# Settings and other options

## Switching Networks

You can switch between environments (Mainnet, Testnet) in the **Settings** section.

## Exporting Your Private Key / Seedwords

The settings may allow you to view or copy your seedwords. Proceed with caution—exposing them can compromise your DID security.

## Removing Credentials

You can remove any credential from the wallet by opening it and selecting *Remove*.\
Note: Deleting a credential locally does **not** revoke it on the network; it simply removes it from your device.


---

# 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.empe.io/user-guide/00_introduction/06_settings_and_other_options.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.
