# Getting Started

- [What is Appfarm?](https://docs.appfarm.io/getting-started/what-is-appfarm.md): Build the full spectrum of web applications in a single web-based tool.
- [Key concepts](https://docs.appfarm.io/getting-started/key-concepts.md): Understand the foundational concepts of the Appfarm platform.
- [Quickstart](https://docs.appfarm.io/getting-started/quickstart.md)
- [Speed intro](https://docs.appfarm.io/getting-started/quickstart/speed-intro.md)
- [Step-by-step guide](https://docs.appfarm.io/getting-started/quickstart/step-by-step.md): A guide to quickly create your first app from scratch.
- [Appfarm Showroom](https://docs.appfarm.io/getting-started/appfarm-showroom.md)
- [FAQ](https://docs.appfarm.io/getting-started/faq.md): Frequently asked questions about the Appfarm platform.


---

# 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.appfarm.io/getting-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.
