> For the complete documentation index, see [llms.txt](https://docs.frends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frends.com/guides/integration-management.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.frends.com/guides/integration-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
