# Introduction

## Overview

* [**Staking-as-a-Service**](https://staked.gitbook.io/staked/broken-reference) - Staked handles the infrastructure for staking securely and reliably. This includes the servers that run staking nodes, 24/7 monitoring to ensure uptime and reliable operation, and financial reporting.

{% tabs %}
{% tab title="Staking" %}
To programmatically retrieve the yields we offer, head on over to the [**Yields API**](https://staked.gitbook.io/staked/staking-api/yields-api)

To begin staking, refer to the [**Delegations**](https://staked.gitbook.io/staked/staking-api/delegations) page

To dynamically provision nodes for chains like Ethereum 2.0, go to the [**Node Provisioning API**](https://staked.gitbook.io/staked/staking-api/node-provisioning-api)

For easy access to reporting information, use the [**Reporting API**](https://staked.gitbook.io/staked/staking-api/staking-reporting-api)
{% endtab %}
{% endtabs %}


---

# 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://staked.gitbook.io/staked/master.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.
