# Accessing Orchestration

### Accessing Orchestration

Log in to [my.neevcloud.com](https://my.neevcloud.com) and click Orchestration in the left sidebar.&#x20;

<figure><img src="/files/b9X6G8hDwsI95muk8qmv" alt=""><figcaption></figcaption></figure>

### Stacks

This is where you manage your deployments. Each stack is a group of resources created from a single template. The list shows the stack name, current status and when it was created.

You can create a new stack by clicking Create Stack in the top right corner. Select your template source, fill in the parameters and launch.

<figure><img src="/files/rd8WeFMYxSQK5EoXpLit" alt=""><figcaption></figcaption></figure>

### Resource Types

Browse all the resource types available for use in your templates. There are over 50+ types spread across the pages covering compute, networking, storage, load balancing and auto scaling.

<figure><img src="/files/u1gMeBE566Neep7CAIY5" alt=""><figcaption></figcaption></figure>

### Template Versions

Shows which template formats and versions are supported. NeevCloud supports OpenStack Heat templates from newton through wallaby and AWS CloudFormation format.

<figure><img src="/files/sJSooa4t8Q3avRQkoVcP" alt=""><figcaption></figcaption></figure>

### Creating a stack

Click Create Stack from the Stacks tab. Enter a stack name, choose your template source and upload or paste your [YAML ](/neevcloud-guide/faq/what-is-yaml.md)template. Fill in the required parameters like SSH key pair name and click Create Stack.

<figure><img src="/files/WZsR2GnRo0VP7g50PGvF" alt=""><figcaption></figcaption></figure>

The stack will appear in the list with CREATE\_IN\_PROGRESS status. After some time it changes to CREATE\_COMPLETE. Click on the stack to see its resources, events, topology and outputs.


---

# 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-products/orchestration-infrastructure-as-code/accessing-orchestration.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.
