# Introduction

The **Auto Suite** is our suite of products and tools for developing on and interacting with the Autonomys Network. It currently includes tooling for developing and deploying dApps ([*Auto SDK*](/auto-suite/auto-sdk.md)) and on-chain agents ([*Auto Agents Framework*](/auto-suite/auto-agents.md) & [*Auto ID*](/auto-suite/auto-id.md)), as well as software for running farmer and operator nodes ([*Space Acres | CLI*](/auto-suite/spaceacres-cli.md)), staking and block explorer ([PolkadotJS](https://polkadot.js.org/apps/#/extrinsics) and [Auto Portal](https://auto-portal-web.vercel.app/dashboard)).

## Contents

This section provides an overview of our software for node running, staking $AI3 and developing on the Autonomys Network:

1. [**Introduction**](/auto-suite/introduction.md)
2. [**Space Acres | CLI**](/auto-suite/spaceacres-cli.md)
   1. [Farmers | Store to Earn $AI3](/auto-suite/spaceacres-cli/farmers.md)
   2. [Operators | Compute to Earn $AI3](/auto-suite/spaceacres-cli/operators.md)
3. [Block Explorer And Staking Interface](/auto-suite/block-explorer-and-staking-interface.md)
   1. [Nominators | Stake to Earn $AI3](/auto-suite/block-explorer-and-staking-interface/nominators.md)
4. [**Auto SDK**](/auto-suite/auto-sdk.md)
5. [**Autonomys Agents (Auto Agents)**](/auto-suite/auto-agents.md)
6. [**Autonomys Identity (Auto ID)**](/auto-suite/auto-id.md)
   1. [Auto Score](/auto-suite/auto-id/auto-score.md)
   2. [Auto PKI](/auto-suite/auto-id/auto-pki.md)


---

# 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://academy.autonomys.xyz/auto-suite/introduction.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.
