# Get Started

New to Armchain? Start here. These guides will get you connected to the network and deploying your first contract in minutes.

| Guide                                                          | Description                                                           |
| -------------------------------------------------------------- | --------------------------------------------------------------------- |
| [Overview](/get-started/overview.md)                           | What Armchain is, how it works, and why post-quantum security matters |
| [Quickstart](/get-started/quickstart.md)                       | Deploy your first contract step-by-step in under 10 minutes           |
| [Network Configuration](/get-started/network-configuration.md) | RPC endpoints, Chain ID, and how to connect your tools                |


---

# 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.armchain.org/get-started.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.
