# Get Started

- [Introduction](https://docs.stacks.co/get-started/readme.md): Build powerful apps, secured by Bitcoin.
- [Why Build with Stacks](https://docs.stacks.co/get-started/readme/why-build-with-stacks.md): Diving into the question of why we're all here
- [Developer Quickstart](https://docs.stacks.co/get-started/developer-quickstart.md): Your 0→1 guide for building a Clarity contract and app on Stacks.
- [Clarity Crash Course](https://docs.stacks.co/get-started/clarity-crash-course.md): The Stacks ecosystem has its own smart contract programming language called Clarity.
- [Create a Token](https://docs.stacks.co/get-started/create-a-token.md)
- [Fungible Tokens](https://docs.stacks.co/get-started/create-a-token/fungible-tokens.md): A guide to help you create your own fungible tokens
- [Non-Fungible Tokens](https://docs.stacks.co/get-started/create-a-token/non-fungible-tokens.md): A guide to help you create your own non-fungible tokens
- [Semi-Fungible Tokens](https://docs.stacks.co/get-started/create-a-token/semi-fungible-tokens.md): A guide to help you create your own semi-fungible tokens
- [Build a Frontend](https://docs.stacks.co/get-started/build-a-frontend.md): Interact with your contracts with a proper frontend app
- [Authentication](https://docs.stacks.co/get-started/build-a-frontend/authentication.md)
- [Post-Conditions](https://docs.stacks.co/get-started/build-a-frontend/post-conditions.md): A unique security mechanism on Stacks to protect user funds
- [Sending Transactions](https://docs.stacks.co/get-started/build-a-frontend/sending-transactions.md)
- [Path to Production](https://docs.stacks.co/get-started/path-to-production.md): Security resources and best practices before & after production.
- [Use Cases](https://docs.stacks.co/get-started/use-cases.md): Exploring different use cases for building with Stacks, on Bitcoin.
- [Payments](https://docs.stacks.co/get-started/use-cases/payments.md): Use cases of payments on Stacks
- [Art](https://docs.stacks.co/get-started/use-cases/art.md): Use cases of art on Stacks
- [DeFi](https://docs.stacks.co/get-started/use-cases/defi.md): Use cases of DeFi on Stacks
- [Gaming](https://docs.stacks.co/get-started/use-cases/gaming.md): Use cases of gaming on Stacks
- [AI](https://docs.stacks.co/get-started/use-cases/ai.md): Use cases of AI on Stacks


---

# 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/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.
