> For the complete documentation index, see [llms.txt](https://smartpossdk.gitbook.io/cloudpossdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/set-agent-working-mode.md).

# Set Agent Working Mode

1. Access Terminal or Group Settings:
   * In the TMS interface, navigate to 'Terminals > Terminal/Group'.
2. Open System Parameter Configuration:
   * Click on the 'Configure System Parameter' icon. This action will open the System Parameter page.
3. Select the System Mode:
   * On the System Parameter page, click on 'System'.
   * Here, you can set the Agent Working Mode. There are four modes to choose from, 'Default' is also 'Full Function'.

| Mode              | Description                                                                                                                                                         | Data Usage                                               |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| Full Function     | Enables all functions of the Agent.                                                                                                                                 | Approximately 5-10 MB per month, varying based on usage. |
| Standard          | Major functions of the Agent are enabled.                                                                                                                           | Around 3-5 MB per month.                                 |
| Low Traffic       | Maintains the terminal online with minimal activity (heart beating). The terminal will not actively request the TMS server except for the first time after booting. | About 1-2 MB per month.                                  |
| Ultra-low Traffic | Keeps the terminal online with very low frequency heartbeats, potentially causing delayed responses to TMS commands.                                                | Less than 300 KB per month.                              |

Note:

* Choose the mode based on your data usage preferences and operational needs. Each mode balances functionality with data consumption, allowing you to optimize based on the specific requirements of your terminal network.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/set-agent-working-mode.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.
