# Support ID

Due to the anonymous nature of transactions within the zkBob pool, it is difficult to troubleshoot and resolve issues surrounding any failed transactions. Errors within the application can then result in lost funds for users who cannot be identified.&#x20;

To remedy this, we issue a session-based Support ID,  a random uuid string randomly generated for each user’s session. This unique Support ID is created and sent to the relayer along with any actions completed during a single session. The support team can then follow the transaction thread to determine where and why the error occurred and help users recover funds when appropriate.&#x20;

If a transaction is rejected or another error occurs, an error will appear along with the Support ID. Copy this info and [submit a help request on Canny](#if-you-receive-an-error-while-using-zkbob) for troubleshooting purposes.

<figure><img src="/files/DXh5Xa1YeUYLBt25Yy1c" alt=""><figcaption><p>Transaction rejected - copy whole error and submit on canny</p></figcaption></figure>

<figure><img src="/files/BiTjjdnpXqUsYQtmieGN" alt=""><figcaption><p>Support ID is also listed in the footer of the zkBob application</p></figcaption></figure>

## If you receive an error while using zkBob

Contact us [in Discord](https://discord.gg/zkbob) and we will help you troubleshoot the problem.


---

# 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.zkbob.com/zkbob-app/support-id.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.
