# RESOURCES

- [API Keys](https://docs.fylamynt.com/resources/api-keys.md): API keys are unique to your organization. An API key is required by the webhook to send events to Fylamynt.
- [CloudFormation Templates](https://docs.fylamynt.com/resources/cloudformation.md)
- [CloudWatch Targets](https://docs.fylamynt.com/resources/cloudwatch.md)
- [EKS Permissions](https://docs.fylamynt.com/resources/eks.md): EKS actions require some additional IAM configuration to create a cluster and access it.
- [S3 Buckets](https://docs.fylamynt.com/resources/s3.md): Use the resource to capture, re-use, or persist output data from a given step in a workflow. Or to read pre-existing data stored in an S3 bucket for a given step in a workflow.
- [SSH Targets](https://docs.fylamynt.com/resources/ssh.md): Use the resource to execute commands over SSH as part of your remediation workflows.


---

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