# FOR CHAIN OPERATORS

- [Installation and System Requirements](https://docs.seda.xyz/home/tech/for-chain-operators/installation-and-system-requirements.md)
- [Operating and Running a Node](https://docs.seda.xyz/home/tech/for-chain-operators/operating-and-running-a-node.md): Basic guide for operating and running the node.
- [Linking to an External Node](https://docs.seda.xyz/home/tech/for-chain-operators/linking-to-an-external-node.md)
- [Validator Onboarding](https://docs.seda.xyz/home/tech/for-chain-operators/validator-onboarding.md): SEDA Chain validators perform various signing duties for the SEDA Protocol.
- [SEDA Keys](https://docs.seda.xyz/home/tech/for-chain-operators/seda-keys.md): SEDA Chain validators may be asked to generate SEDA Keys and register their public keys to perform various signing duties in the SEDA Protocol.
- [Joining Network Using State Sync](https://docs.seda.xyz/home/tech/for-chain-operators/joining-network-using-state-sync.md): State sync offers the quickest way to join SEDA network.
- [Joining Network Using Snapshot](https://docs.seda.xyz/home/tech/for-chain-operators/joining-network-using-snapshot.md)
- [Version History](https://docs.seda.xyz/home/tech/for-chain-operators/version-history.md): History of chain versions and corresponding upgrade heights


---

# 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.seda.xyz/home/tech/for-chain-operators.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.
