# How does the software work?

The software operates on a scheduling timer, performing specific functions every minute to retrieve data from your Solar Grid Inverter and transmit it to the Cloud application.

Each time the timer initiates, it acquires the latest settings from your account, influencing the execution's behavior. These behaviors are called "Overrides" and "Solar Bot Actions."

Additionally, when a particular "Energy Profile" is designated, the settings of your Solar Grid Inverter will be adjusted to align with the actions specified in the profile.


---

# 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.trest.se/the-basics/how-does-the-software-work.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.
