# Onboarding Checklist

### 1. [Add an AWS Target Account](/getting-started-1/1.-setting-up-your-first-cloud-service-target-account.md)

Adding your AWS target accounts is required to execute AWS API calls as action nodes in a Fylamynt Workflow. &#x20;

* The AWS Execution Action allows you to call any AWS API endpoint supported by the [boto3 library](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html#).
* Fylamynt also provides AWS service-specific actions, which are listed [here](https://barney.dev.neurops.io/actions).

### 2. [Getting to know Fylamynt workflows](/getting-started-1/getting-to-know-workflows.md)

Fylamynt workflows and the Workflow Editor Canvas are where all the magic happens, providing drag and drop capabilities for all your workflow steps/actions as well as triggering workflows automatically.

### 3. [Creating your first workflow using an AWS Target Account](/getting-started-1/3.-creating-your-first-workflow-using-aws-cloud-services.md)

AWS API calls are notoriously hard to read, understand and use.  Fylamynt provides a step-by-step guide to simplify the process by using the AWS Execution action node to create a workflow.

### 4. [Setting up your first Integration](/getting-started-1/setting-up-your-first-integration.md)

Integrations are the building blocks of workflows created in Fylamynt.  Each Fylamynt integration exposes a set of actions that can be used to create a workflow.

### 5. [Setting up your first Resource](/getting-started-1/setting-up-your-first-resource.md)

Resources in Fylamynt are either third-party or system plugins that help you with integration setup or provide the necessary elements needed in some of the integration actions.

### 6. [Creating your first Incident Response workflow using Integrations](/getting-started-1/6.-creating-your-first-incident-response-workflow.md)

Fylamynt provides a step-by-step guide to create a workflow that automates the remediation of an alert received from your performance monitoring tool.

### 7. [Incident Management Configuration](/getting-started-1/7.-incident-management-automatic-workflow-execution.md)

Incident Management is the business layer on top of workflow executions and is used to automatically execute the workflow that is associated with a task type assignment.

### 8. [Quickstart - Fylamynt sample workflows](/getting-started-1/sample-workflows.md)

Sample workflows in Fylamynt can be duplicated to provide users with a quick starting point for their ideal incident response use case.


---

# 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.fylamynt.com/getting-started-1/onboarding-checklist.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.
