> For the complete documentation index, see [llms.txt](https://docs.empe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empe.io/user-guide/00_introduction/06_settings_and_other_options.md).

# Settings and other options

## Switching Networks

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

## Backing Up Your Seedwords

Settings lets you view and copy your seedwords (recovery phrase). These words control your DID and any credentials derived from it, so store them offline and never share them—anyone who has them can take over your DID.

## 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.empe.io/user-guide/00_introduction/06_settings_and_other_options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
