# Stack Automation Library

NeevCloud Stack Automation Library provides ready-to-use deployment stacks that create complete cloud environments in a single step.

Each stack automatically provisions infrastructure, networking, security, and application setup using a pre-defined template. Deploy production-style environments without manually configuring individual resources.

Designed for common workloads such as web servers, databases, development tools, and monitoring systems.

{% hint style="info" %}
*New to stack deployment? See* [***Getting Started with Orchestration***](/neevcloud-products/orchestration-infrastructure-as-code/accessing-orchestration.md) *to understand how to launch and manage stacks.*
{% endhint %}

### **How it works**

1. Select a stack from the library
2. Upload or paste the template in Orchestration
3. Configure parameters (key pair, flavor, image)
4. Launch your environment is ready in minutes

### **What gets automated**

* Instance provisioning
* Private and public network setup
* Security group configuration
* Floating IP assignment
* Application installation and setup


---

# 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.neevcloud.com/neevcloud-guide/stack-automation-library.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.
