# How to configure an integration

Setting up an integration in PixFort is very easy, to do that:

1. Go to **Project's settings page**.
2. Choose **Forms** tab.
3. Now choose which integration you want to use, and scroll down to fill up the required information, then click the save button. That's it!

{% hint style="info" %}
**Note:** don't forget to change also the form type inside the builder (to do this click on the envelope icon in the blue bar above the form element, then click on Settings tab from the right sidebar and change the form type).
{% endhint %}


---

# 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://help.pixfort.com/integrations/how-to-configure-an-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.
