> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/ewx-ecosystem/the-marketplace-app/worker-node-and-rewards/votes-casted-per-period.md).

# Votes casted per Period

Votes count per period will be displayed on Dashboard and in manage subscription pages.

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2F98NSxcSXMxhyjjJJqCXP%2FScreenshot%202025-03-17%20at%202.54.30%E2%80%AFPM.png?alt=media&amp;token=81629d2b-7675-497e-ab10-2fddea53255b" alt=""><figcaption><p>Votes count</p></figcaption></figure>

## Voting transactions and logs

In manage subscription page, there are list of both active and inactive solution group nodes that allow you to access their respective transactions and logs across reward periods. There are also status (Active/Inactive) and health status indicators for each of the solution group nodes.

{% hint style="warning" %}
Logs and transactions are not available for remote worker node and they will be disabled
{% endhint %}

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2Fi98LuaJhV2DBtrFYoHpV%2FScreenshot%202025-03-17%20at%203.03.59%E2%80%AFPM.png?alt=media&amp;token=2266c616-05ba-4d39-ab84-a054e5f38474" alt=""><figcaption><p>Manage subscription</p></figcaption></figure>

### Voting transactions

`Transactions` will list all of the transaction records grouped by reward period. You may change the reward period number to view past data or search the logs and even filter the log type (All/Info/Success/Error)

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2FOmqn7PIqn4IsY2wyJBG1%2Fimage.png?alt=media&amp;token=f886ff2f-8a38-49fc-a2e0-8abd3a40c2f3" alt=""><figcaption><p>Transactions table</p></figcaption></figure>

For graphical representation of votes per reward period, you may switch to `Graph` tab. Hover on any of the reward periods to view the infos displayed at the top of the graph.

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2FJN1xUPG8W9br4wcA9gZ2%2Fimage.png?alt=media&amp;token=03bac12a-180e-42b0-8b13-06e416c0397c" alt=""><figcaption><p>Transactions graph</p></figcaption></figure>

### Voting logs

Similarly, worker node logs can also be searched, filtered by status and switched to historical data based on their reward period.

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2F6UFos8OTEZrCPfu7KgVe%2Fimage.png?alt=media&amp;token=7d8d8a98-bb73-49f6-a569-7a0a3f6e905c" alt=""><figcaption><p>Logs</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://docs.energyweb.org/ewx-ecosystem/the-marketplace-app/worker-node-and-rewards/votes-casted-per-period.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.
