# Getting started

- [Onboarding Checklist](https://docs.fylamynt.com/getting-started-1/onboarding-checklist.md): Use the provided onboarding checklist to bring yourself up to speed on how everything works and creating powerful workflows in no time at all.
- [1. Setting up your first Cloud Service target account](https://docs.fylamynt.com/getting-started-1/1.-setting-up-your-first-cloud-service-target-account.md): To start using Fylamynt, you will need to connect your AWS Accounts. Fylamynt uses an IAM role with assume role permissions. Using policies allows for custom access to only the necessary services.
- [2. Getting to know workflows](https://docs.fylamynt.com/getting-started-1/getting-to-know-workflows.md)
- [3. Creating your first workflow using AWS Cloud Services](https://docs.fylamynt.com/getting-started-1/3.-creating-your-first-workflow-using-aws-cloud-services.md): Now that an AWS target account has been added, let's create a workflow using this Cloud Service integration.
- [4. Setting up your first Integration](https://docs.fylamynt.com/getting-started-1/setting-up-your-first-integration.md)
- [5. Setting up your first resource](https://docs.fylamynt.com/getting-started-1/setting-up-your-first-resource.md)
- [6. Creating your first Incident Response workflow](https://docs.fylamynt.com/getting-started-1/6.-creating-your-first-incident-response-workflow.md): Performing repetitive tasks typically produces boredom, which can result in errors and mistake
- [7. Incident Management - Automatic workflow execution](https://docs.fylamynt.com/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](https://docs.fylamynt.com/getting-started-1/sample-workflows.md)


---

# 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.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.
