# Setup & Installation

- [How to set up Entra ID for Frends](https://docs.frends.com/guides/setup-and-installation/how-to-set-up-entra-id-for-frends.md): How to set up your own Entra ID for logging in to Frends.
- [Creating new Environments & Agent Groups](https://docs.frends.com/guides/setup-and-installation/creating-new-environments-and-agent-groups.md): Environments are logical containers to tie together Agent Groups.
- [How to configure an Agent in Frends](https://docs.frends.com/guides/setup-and-installation/how-to-configure-an-agent-in-frends.md): Settings for Frends Agents in your Frends Tenant.
- [Installing Frends Agent](https://docs.frends.com/guides/setup-and-installation/installing-frends-agent.md): How to install Frends Agent on different platforms.
- [Configuring SSL Certificates for Kubernetes](https://docs.frends.com/guides/setup-and-installation/configuring-ssl-certificates-for-kubernetes.md): How to use your own SSL certificates for your Frends.
- [How to set up High Availability configuration](https://docs.frends.com/guides/setup-and-installation/how-to-set-up-high-availability-configuration.md): Guidelines for setting up HA configuration for extra performance and availability.
- [Performing Frends version update](https://docs.frends.com/guides/setup-and-installation/performing-frends-version-update.md): How to keep your Frends up to date and receive new features.
- [Updating Agent Certificates](https://docs.frends.com/guides/setup-and-installation/updating-agent-certificates.md): How to maintain TLS/SSL certificates on Agents.
- [Updating from Legacy Frends](https://docs.frends.com/guides/setup-and-installation/updating-from-legacy-frends.md): Migrating to .NET 8 and cross-platform Agents for the latest Frends versions.
- [Options for external logging](https://docs.frends.com/guides/setup-and-installation/options-for-external-logging.md): Options exist for obtaining and storing Process logs outside Frends.
- [Changing the default Development Agent](https://docs.frends.com/guides/setup-and-installation/changing-the-default-development-agent.md): How to replace the default development Agent with another Agent.
- [Collecting crash dump from Frends Agent](https://docs.frends.com/guides/setup-and-installation/collecting-crash-dump-from-frends-agent.md): Obtaining more information in case of an Agent crashing.


---

# 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/setup-and-installation.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.
