> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/zora-module/logs-and-progress.md).

# Logs & Progress

In the Logs & Progress section, you can review the logs and transaction history of your wallets, see exactly where and when a transaction occurred, and check for any errors if they exist. This section also allows you to find the hashes of your transactions, pause wallets, or resume their operation.

* After you launch a session with the selected parameters in the Setup and Launch section, you will be automatically redirected to the Logs & Progress page, where you can see all the actions performed and currently being performed by the software on each wallet;
* The All section aggregates all logs for all wallets in one place.

<figure><img src="/files/UEj70V8zic9idWqxJtK2" alt=""><figcaption><p>Section All.</p></figcaption></figure>

* Clicking on Tx Link (Click) will allow you to see this transaction in the explorer.

<figure><img src="/files/fFwrO03Vxu5pp55lroQz" alt=""><figcaption><p>View transaction hash.</p></figcaption></figure>

* In the Wallets section, you can view the logs for each wallet individually by clicking the Show logs button next to the respective wallet.

<figure><img src="/files/b7dPGs35zDdFYeDgv2cI" alt=""><figcaption><p>View logs of a specific wallet.</p></figcaption></figure>

* In the Sessions section, you can view the logs for specific wallets that were started in one session. You can switch between sessions using the buttons with dates and times. Here, you can also view the logs for a specific wallet.

<figure><img src="/files/j28VLmdjqULLBfG87GgZ" alt=""><figcaption><p>Functionality of the Sessions section.</p></figcaption></figure>

* In this same section, you can adjust the Max Gas Price field to increase or decrease the allowed Gwei limit for a specific session.

<figure><img src="/files/0ZpETTWbjaBSMHBm5baF" alt=""><figcaption><p>Changes the maximum Gwei value in running sessions.</p></figcaption></figure>

If you want to pause the sessions, click Stop All. To resume the wallet operations, click Resume All, and the software will continue its work from where it left off, generating new delays between wallets.

If the Combine application closes or your PC shuts down during a session, the software will automatically pause the wallets with the status Terminated. After reopening the application, you can click Resume All, and the software will continue from where it was stopped, generating new delays between wallets.

<figure><img src="/files/BDokGVt8z22WxiITNCdp" alt=""><figcaption><p>Stopping all wallets and continuing their work.</p></figcaption></figure>

To pause or resume a specific wallet, click Resume or Stop in the row of the specific wallet.

If you click Resume on each wallet individually, the delays will not be retained, and all your wallets for which you clicked Resume will start working exactly at the moment you clicked Resume.

<figure><img src="/files/rcrd9cqSQ9wZvGplkSyV" alt=""><figcaption><p>Stopping and continuing the operation of a specific wallet.</p></figcaption></figure>

* After the successful completion of all actions, you will see the green label Success in the Status field.
* If you see Error in the Status field, you can check the logs to find out the reason for the interruption. If this error was due to insufficient balance or another reason that depends on you, you can fix the issue, then click Resume, and the software will continue the session from the point where the error occurred for that wallet.

<figure><img src="/files/ioymmFvKGibHHdGgZR5A" alt=""><figcaption><p>Wallet operation status Success and Error.</p></figcaption></figure>

* If the Status field says Stopped, it means the wallet is paused. To resume the software's operation from the point it was paused, click the Resume button.

<figure><img src="/files/418vnNz47BfW1r38CQVf" alt=""><figcaption><p>Wallet Status Stopped.</p></figcaption></figure>

* If the Status field says Terminated, it is essentially the same as the Stopped status. This status is given to wallets that were forcibly paused by completely closing the Combine application. To resume the software's operation from the point where the application was closed, click the Resume button.

<figure><img src="/files/3HiErS4h8Z6YQpv3pIKb" alt=""><figcaption><p>Wallet Status Terminated.</p></figcaption></figure>


---

# 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://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/zora-module/logs-and-progress.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.
