# Construct templates

This section describes all the structures that can be used to define resources and objects in Akamas.

| Resource                                                                                                                       | Construct template                                                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| [System](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/system)                                          | [System template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/system-template)                          |
| [Component](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/components)                                   | [Component template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/component-template)                    |
| [Metric](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/metric)                                          | [Metric template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/metric-template)                          |
| [Parameter](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/parameter)                                    | [Parameter template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/parameter-template)                    |
| [Component Type](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/component-type)                          | [Component Type template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/component-types-template)         |
| [Workflow](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/workflows)                                     | [Workflow template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/using-workflows)                        |
| [Telemetry Provider](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/telemetry-providers)                 | [Telemetry Provider template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/telemetry-providers-template) |
| [Telemetry Instance](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/glossary/telemetry-instance)                  | [Telemetry Instance template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/telemetry-instance-template)  |
| [Workflow Operator](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/workflow-operators/general-operator-arguments) | [Workflow Operator template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/workflow-operators/general-operator-arguments)     |
| [Optimization Study](https://docs.akamas.io/akamas-docs/3.2.1-1/using-akamas/optimization-scenarios)                           | [Study template](https://docs.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates/study-template)                            |


---

# 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.akamas.io/akamas-docs/3.2.1-1/akamas-reference/construct-templates.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.
