# FAQ

##

<details>

<summary>How hard is it to integrate a SaaS service?</summary>

Integrating a SaaS service is a simple task.

The process itself changes from one application to another depending on the requirements of each application. In most cases, it is a very simple process requiring logging into the integrated SaaS service. In other cases additional steps or information is required, Perimeters provides clear step-by-step application-specific instructions for each integration to make it as simple as possible.

</details>

<details>

<summary>How long does it take to integrate a SaaS service?</summary>

Integrating a SaaS service takes a few minutes to complete.

It is recommended to first read the integration guide to check if there are prerequisites and make sure they are all accounted for before starting the integration process.

</details>

<details>

<summary>Do I need to install an application to integrate with Perimeters?</summary>

No.

Perimeters uses an agent-less method for integrating with your SaaS services. The integration process provides Perimeters with credentials to access a SaaS service via Admin APIs through which the integration is performed.

</details>

<details>

<summary>Who should perform the integration?</summary>

Anyone can perform the integration process.

Still, SaaS service integrations require login information or credentials from a user with sufficient privileges with access to the required information in the application to be integrated. It is recommended that a user with the required authority performs the integration.&#x20;

You can always find an exact list of the required privileges for each application in the application integration guide.

</details>

<details>

<summary>What privileges are required to integrate a SaaS service</summary>

Perimeters takes care to require the minimal privileges needed for its proper functioning, in most cases, these do not extend beyond read-only privileges.

The list of exact privileges changes from one application to another. You can find an exact list of the required privileges for each application in the application integration guide.&#x20;

</details>


---

# 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://support.perimeters.io/perimeters-documentation/additional/faq.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.
