> 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/starknet-module/logs-and-progress.md).

# Logs & Progress

In the Logs & Progress section, you can review logs and the history of wallet operations, see where and at what specific time transactions were executed, and familiarize yourself with any errors that occurred. Additionally, this section allows you to find transaction hashes, pause wallets, or resume their operations.

* After launching a session based on selected parameters in the Setup and Launch section, you will be automatically redirected to the **Logs & Progress** page. Here, you can view all actions taken by the software for each specific wallet;
* The **All** section aggregates logs from all wallets into one place.

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

* By clicking on **Tx Link (Click)** you will be able to see this transaction in explorer.

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

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

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

* In the **Sessions** section, you can view logs for specific wallets that were launched in a single session. You can switch between sessions using buttons labeled with dates and times. Here, you can also review logs for individual wallets within each session.

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

* In the same section, you can adjust the maximum gas price allowed for a specific session, increasing or decreasing the Gwei ceiling as needed.

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

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

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

<figure><img src="/files/tpumm3Oe7tKL56OQYdiA" 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 respective row of that wallet.

If you click **Resume** individually on each wallet, the delays will not be preserved. All wallets for which you clicked **Resume** will start operating at the exact moment you clicked **Resume**.

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

* After successfully completing all actions, in the **Status** field you will see a green label **Success**.

<figure><img src="/files/NcO2OafDTRTtswD8avGL" alt=""><figcaption><p>Success wallet operation status.</p></figcaption></figure>

* If you see an **Error** in the **Status** field, you can review the logs to identify the reason why the software operation was interrupted. If the error was due to insufficient balance or another issue that you can address, you can resolve it. Afterward, click the **Resume** button, and the software will continue the session from where the error occurred for that specific wallet.

<figure><img src="/files/u1QWKkkb17V8FjsaPePY" alt=""><figcaption><p>Error wallet operation status.</p></figcaption></figure>

* If the Status field shows **Stopped**, it means that the wallet has been paused. To resume the software's operation from where it was paused, simply click the **Resume** button.

<figure><img src="/files/Sa6KEbOkSQzNc1tbxvEq" alt=""><figcaption><p>Stopped wallet operation status.</p></figcaption></figure>

* If the **Status** field shows **Terminated**, it essentially means the same as **Stopped**. This status is given to wallets that were forcefully paused due to the complete closure of the Combine application. To resume the software's operation from where it was stopped due to the application closure, click the **Resume** button.

<figure><img src="/files/YWyK4VIZAo7djye0Zgbm" alt=""><figcaption><p>Wallet Terminated status.</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/starknet-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.
