# Logs & Progress

In the Logs & Progress section, you can review the logs and history of wallet operations, see exactly where and when an action was performed on the account, and check for any errors if they occurred. Additionally, in this section, you can find the hashes of all actions, pause wallets, or resume their operation.

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

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

* By clicking on the hyperlink, you will be able to view the post, comment, or like on the Warpcast website.

<figure><img src="/files/6axCRa9FZD6CqCavplt1" alt=""><figcaption><p>Published post link.</p></figcaption></figure>

* By clicking on **Tx Link (Click)**, you will be able to view the transaction in the explorer if it was conducted on-chain. For example, when purchasing invites in [Invites mode](https://docs.nfd.gg/main/eng-combine-software/modules/operation-and-launching-of-modules/farcaster-module/settings-and-launch/invites-mode).

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

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

<figure><img src="/files/2ldYb1KDd7HmYBiRYZwp" 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 the buttons with dates and times. Here, you can also view logs for individual wallets.

<figure><img src="/files/BBAKhU5v2rS0fJ3fQzFH" alt=""><figcaption><p>The functionality of the Sessions section.</p></figcaption></figure>

* In this same section, in the **Max Gas Price** field, you can increase or decrease the allowable Gwei limit on the Base network. This feature will only work in modes where blockchain transactions are performed.

<figure><img src="/files/TT6SxzUR8pnz6LoRtw8b" 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 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.

* If you click **Resume on each wallet individually, the delays will not be preserved**, and all your wallets, for which you clicked Resume, will resume work exactly at the moment you clicked Resume.

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

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

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

* If you see **Error** in the **Status** field, you can check the logs to find out the reason why the software's operation was interrupted. If the error was due to insufficient balance or another reason that depends on you, you can resolve the issue, then click **Resume**, and the software will continue the session from where the error occurred for that wallet;
* If the **Status** field says **Stopped**, it means the wallet is paused. To resume the software's operation from the point where it was stopped, click **Resume**.

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

* If the **Status** field says **Terminated**, it essentially means the same as **Stopped**, but this status is assigned 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 **Resume**.

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


---

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