# Welcome

{% hint style="info" %}
acady is an open-source CLI tool that helps you develop serverless / Jamstack components faster!
{% endhint %}

## Quick start?

Can't wait? Eager to start? Check out our [Quick start](https://docs.acady.io/quick-start) guide.

{% content-ref url="quick-start" %}
[quick-start](https://docs.acady.io/quick-start)
{% endcontent-ref %}

## Idea

In contrast to software development in the good old mainframe days, Nowadays you do not build a big monolith. But you build many smaller components which are more or less independent of each other.

Over time, you build tens or even hundreds of components that all have to be [created](https://docs.acady.io/lifecycle/create), [bootstrapped](https://docs.acady.io/lifecycle/bootstrap), [develop](https://docs.acady.io/lifecycle/develop), [deployed](https://docs.acady.io/lifecycle/deploy) and [managed](https://docs.acady.io/lifecycle/manage).

This is where acady comes into place. Acady helps you do those recurring tasks that are often similar but never equal and so difficult to automate and annoying for each web developer.

The goal of acady is to give you a tool that helps you build great software even faster. Regardless of whether you are building a [Task Worker on AWS Lambda](https://docs.acady.io/examples/task-worker-on-aws-lambda), a [Gatsby Site on Vercel](https://docs.acady.io/examples/gatsby-site-on-vercel), a [REST API on Cloudflare Workers](https://docs.acady.io/examples/rest-api-on-cloudflare-workers) ... acady can assist you.

## Concept


---

# 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.acady.io/master.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.
