# Quickstart

- [Overview](https://docs.lazai.network/quickstart/overview.md): Decentralized AI + Blockchain + Data Ownership
- [Deploy Your First Smart Contract](https://docs.lazai.network/quickstart/deploy-your-first-smart-contract.md)
- [Deploy with Hardhat](https://docs.lazai.network/quickstart/deploy-your-first-smart-contract/deploy-with-hardhat.md): This guide will walk you through deploying a counter contract using Hardhat, a popular JavaScript-based development environment for Ethereum.
- [Deploy with Foundry](https://docs.lazai.network/quickstart/deploy-your-first-smart-contract/deploy-with-foundry.md): Deploying a Counter Contract with Foundry
- [Deploy with Remix](https://docs.lazai.network/quickstart/deploy-your-first-smart-contract/deploy-with-remix.md): Deploy Smart Contract on LazAI Chain using Remix


---

# 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.lazai.network/quickstart.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.
