# Learn Clarinet

- [Overview](https://docs.stacks.co/clarinet/overview.md): Clarinet is everything you need to write, test, and deploy Clarity smart contracts on Stacks.
- [Quickstart](https://docs.stacks.co/clarinet/quickstart.md): In this guide, you'll build a simple counter smart contract and interact with it in a local environment.
- [Project Structure](https://docs.stacks.co/clarinet/project-structure.md): Understand the complete structure and configuration of a Clarinet project.
- [Project Development](https://docs.stacks.co/clarinet/project-development.md)
- [Contract Interaction](https://docs.stacks.co/clarinet/contract-interaction.md)
- [Validation and Analysis](https://docs.stacks.co/clarinet/validation-and-analysis.md)
- [Clarity Formatter](https://docs.stacks.co/clarinet/clarity-formatter.md)
- [Local Blockchain Development](https://docs.stacks.co/clarinet/local-blockchain-development.md)
- [Unit Testing](https://docs.stacks.co/clarinet/testing-with-clarinet-sdk.md): Practical guide to testing smart contracts with the Clarinet JS SDK.
- [Mainnet Execution Simulation](https://docs.stacks.co/clarinet/mainnet-execution-simulation.md)
- [Contract Deployment](https://docs.stacks.co/clarinet/contract-deployment.md)
- [FAQ](https://docs.stacks.co/clarinet/faq.md)
- [Integrations](https://docs.stacks.co/clarinet/integrations.md)
- [Clarity VSCode Extension](https://docs.stacks.co/clarinet/integrations/clarity-vscode-extension.md)
- [Stacks.js Integration](https://docs.stacks.co/clarinet/integrations/stacks.js.md)
- [sBTC Integration](https://docs.stacks.co/clarinet/integrations/sbtc.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://docs.stacks.co/clarinet.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.
