# Capabilities

You specify stack capabilities with the `capabilities` property.

#### Examples

A single capability:

```yaml
capabilities: CAPABILITY_IAM
```

A list of capabilities

```yaml
capabilities:
  - CAPABILITY_IAM
  - CAPABILITY_NAMED_IAM
```

Disable all capabilities:

```yaml
capabilities: []
```

## Default value

By default, all capabilities are enabled.

## Where to define

The `capabilities` property can be defined in stack and stack group configuration files. If specified in a stack group, the stack group's children and stacks inherit the value. Stack groups and stacks can override the value they have inherited from their parent.

## Requirements

The `capabilities` property must satisfy these requirements:

* Must be a string or a list of strings
* Allowed values are:
  * CAPABILITY\_IAM
  * CAPABILITY\_NAMED\_IAM
  * CAPABILITY\_AUTO\_EXPAND


---

# 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.takomo.io/stack-properties/capabilities.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.
