# Integration Management

- [Deploying integrations](https://docs.frends.com/guides/integration-management/deploying-integrations.md): How to deploy a Process to another Agent Group.
- [How to perform actions to multiple Processes](https://docs.frends.com/guides/integration-management/how-to-perform-actions-to-multiple-processes.md): You can manage more than one Process at a time.
- [How to view integration logs](https://docs.frends.com/guides/integration-management/how-to-view-integration-logs.md): Frends includes powerful view to see what happened during a specific integration flow.
- [How to use Dashboard](https://docs.frends.com/guides/integration-management/how-to-use-dashboard.md): Centralized monitoring to your Frends Tenant.
- [Tagging your Processes](https://docs.frends.com/guides/integration-management/tagging-your-processes.md): Categorizing Processes to be a part of a whole.
- [How to access Agent logs](https://docs.frends.com/guides/integration-management/how-to-access-agent-logs.md): Frends Agents log details about what is happening in the system.
- [How to create and manage users](https://docs.frends.com/guides/integration-management/how-to-create-and-manage-users.md): User administration within Frends Tenant provides RBAC capabilities.
- [How to create Grafana Dashboard for Frends](https://docs.frends.com/guides/integration-management/how-to-create-grafana-dashboard-for-frends.md): Creating custom Dashboards from your Frends Tenant.
- [How to visualize Frends telemetry with OpenTelemetry](https://docs.frends.com/guides/integration-management/how-to-visualize-frends-telemetry-with-opentelemetry.md): Frends Agent can publish OpenTelemetry data for your use.


---

# 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.frends.com/guides/integration-management.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.
