> For the complete documentation index, see [llms.txt](https://docs.zkbob.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkbob.com/resources/release-notes/january-16-2023.md).

# January 16, 2023

## Latest Component Releases

* Relayer [v3.0.1](https://github.com/zkBob/zeropool-relayer/releases/tag/v3.0.1)
* JS Library [v1.4.0](https://github.com/zkBob/zkbob-client-js/releases/tag/1.4.0)
* Core Library [v1.0.0](https://github.com/zkBob/libzeropool/releases/tag/1.0.0)
* UI (private) [v1.1.0 ](https://github.com/zkBob/zkbob-ui/releases/tag/v1.1.0)

## Updates

* [Secret recovery phrase view and backup](#secret-recovery-phrase-view-and-backup)
* [Support improvements](#support-improvements)
* [Relayer fallback option](#relayer-fallback)

## Secret recovery phrase view and backup

The secret recovery phrase (also known as a seed phrase) can be used to recover your zkAccount. This 12 word seed phrase is created when you create your account, and is unique to your zkAccount. If you [create your account using MetaMask or WalletConnect](/zkbob-app/account-creation.md#metamask-walletconnect), the seed phrase for your zkBob zkAccount will be different than your MetaMask account seed phrase.

To view and copy your secret phrase, click on zkAccount -> Show secret recovery phrase button.

{% hint style="warning" %}
For safety you should write down your phrase on paper and keep in a safe physical location. It is not advised to copy the phrase onto your computer or to the cloud or any other connected digital medium.
{% endhint %}

<figure><img src="/files/D3oepa6ZaOuC9Z9ZTM6M" alt=""><figcaption><p>zkAccount -> Show secret recovery phrase</p></figcaption></figure>

<figure><img src="/files/Df49VLbrugVb3mMcAN61" alt=""><figcaption><p>Enter password</p></figcaption></figure>

<figure><img src="/files/KfUvOlXo0sfHwFc5fsdK" alt=""><figcaption><p>Write down seed phrase and click Done to exit</p></figcaption></figure>

## Support Improvements

Support ID was introduced in the previous update. Support ID is now forwarded to the relayer, allowing for additional troubleshooting. The relayer version is also displayed in the footer of the zkBob app alongside other components and Support ID.

<figure><img src="/files/IHE30HjdxYqjp9ZIVhEe" alt=""><figcaption></figcaption></figure>

## Relayer Fallback Option

If the relayer discovers the current RPC node is not working properly, it will switch to a fallback endpoint to continue providing service to the end user.


---

# 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.zkbob.com/resources/release-notes/january-16-2023.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.
