# Operators   Overview

As an Operator you run the day-to-day: you find accounts, check balances, send and receive funds, stake where it's supported, and follow what's happening through transaction history and statuses. These guides describe how each task works **generically**: the flow is the same whatever the asset. Where a network changes a step, the guide points you to the [network-specific page](/helpcenter2/when-network-behaviour-differs.md).

New to how the platform works? Start with [How requests and approvals work](/helpcenter2/getting-started/how-requests-and-approvals-work.md).

* [Finding accounts & checking balances](/helpcenter2/for-operators/finding-accounts-and-checking-balances.md)
* [Operations, history & statuses](/helpcenter2/for-operators/operations-history-and-statuses.md)
* [Sending assets](/helpcenter2/for-operators/sending-assets.md)
* [Receiving assets](/helpcenter2/for-operators/receiving-assets.md)
* [Staking](/helpcenter2/for-operators/staking.md)

{% hint style="info" %}
**Note:** What Operators see vs Administrators. When you view an account's governance rules, other members are anonymised: you'll see group names but not individual approver names. The full membership of a rule is visible to Administrators.
{% endhint %}


---

# 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://help.enterprise.ledger.com/helpcenter2/for-operators/operators-overview.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.
