# 4. Setting up your first Integration

### Why do you need Integrations?

![](/files/ymzTnQJ0JbJwU4uREViu)

* 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.
* Only after configuring the API credentials and authorizing the integration are you able to leverage the specific integration actions.

### To configure an Integration in Fylamynt:

* Click on "Settings" available in the left panel of the product.
* You should by default be in the Integration tab
* Scroll down to see the list of available Integrations
* Select an integration that you would like to configure

![](/files/mVhl4IcxiTxtqsVB0upO)

* Fill out the parameters presented to you on the screen.&#x20;
  * To get detailed instructions for each parameter, click on the Documentation link which will open a new tab to the integration's documentation page.
  * ![](/files/bW35xOST9WjC9EXFF6db)
* Once all the parameters have been filled out, click "Authorize" to enable the integration instance.
  * ![](/files/M4gh4RaOa91HFxGHZ87k)

![](/files/VbV7j6V3FYN4Up4bViCE)

### What happens when you configure an Integration?

If the integration is a compatible workflow trigger then it can be selected as a trigger type when a workflow is created.

![](/files/2ATRMFnY3mCyKlMGl0oy)

Each Fylamynt integration also exposes a set of actions that can be used in a workflow. The actions available for each integration are listed on the configuration and documentation page.

![](/files/ZZemuGbYkxKc03qyyCGd)


---

# 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/setting-up-your-first-integration.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.
