> For the complete documentation index, see [llms.txt](https://docs.fylamynt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylamynt.com/getting-started-1.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fylamynt.com/getting-started-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
