# Control Panel

Control Panel is the page where you can create and manage your integrations, APIs and execution environments centrally. It includes all the tools you need to create, test and monitor your integrations, as well as perform user administration tasks within your Tenant.

Control Panel is often identified by its URL, which makes it completely separate from other Tenants. Direct URL such as **yourtenant.frendsapp.com** can be used to access your Frends Control Panel directly.

## Home view

You can find most of the help and resources available to get going with your Frends tenant from the Home view. It is the first page you arrive to in your Frends Tenant, and you can also access it through the Frends logo in your Frends Control Panel.

<figure><img src="/files/upmMbA9XTuZdhDLrKqD7" alt="Arriving to your Frends tenant, you are greeted with the help resources available to you."><figcaption><p>Arriving to your Frends tenant, you are greeted with the help resources available to you.</p></figcaption></figure>

#### Search

Home view contains a powerful global search tool, able to search for everything in your Frends environment, as well as from the documentation. It also includes integration to an AI assistant, able to give you more specific answers from our docs to your queries.&#x20;

#### Onboarding

Our onboarding section includes interactive walkthroughs to your Frends Tenant, giving you hands-on experience in getting familiar with Frends. We highly recommend checking them out if you're new to Frends or coming from older versions, as some things have changed and there's a lot of new features to get excited about.&#x20;

<figure><img src="/files/zabqXxWfyRtDKUxtlsSS" alt="Image showing the available tutorials in Frends."><figcaption><p>Onboarding page in your Frends Control Panel will take you through the basics.</p></figcaption></figure>

The onboarding tours start from general overview of the Control Panel and where to find everything you might need and go all the way to guiding you to creating whole integrations for common use cases as well as managing your environment, so they cater to many different roles and different situations you might encounter with Frends.

#### Documentation & more

As you're already reading this, you have either already found this from the Home view, or stumbled across our docs site otherwise. The documentation category pulls its contents from here and gives you easy and quick access to whatever you might need, be it reference documentation about a shape or instructions on how to deploy a new Agent.&#x20;

From here you can also find your way to our recorded and upcoming webinars as well as to our Academy courses, to learn more about Frends and even become a Certified Frend™ if you take on the certification exams.&#x20;

Finally, at the very bottom, you can find out about our upcoming features, suggest new features and most importantly, if you ever encounter any issues when using Frends, please let us know about it. We are doing our best to provide you the best experience possible and these are some of the channels you can use to help us help you.

<figure><img src="/files/2U1HM4Sqam2mDCkFVMAT" alt="Feedback section of the home page."><figcaption><p>Feedback section of the home page.</p></figcaption></figure>

## Main navigation

At the very top of the page, you can find the main navigation bar, visible on all pages.

#### Navigation items

[Dashboard](/docs/frends-6.1.0/management-and-operations/dashboard-and-monitoring/dashboard.md) is a comprehensive tool within the Frends Control Panel designed to provide users with a clear and concise overview of their system activities. It includes key metrics such as performance statistics and integration execution logs, presented using customizable widgets.

**APIs** contain the pages for [API Management](/docs/frends-6.1.0/frends-development/api-management.md). In here, you can create and manage your APIs and endpoints, monitor the APIs as well as set up API Policies for access control and authentication.

<figure><img src="/files/i7WRBeql65oXDi98v49c" alt=""><figcaption><p>API menu contents.</p></figcaption></figure>

**Processes** is the bread and butter page of Frends, giving you access to Process list and all Processes related topics. Majority of integration development is done through this page.

Along with Processes, **Subprocesses** contain the Subprocess list. These are used as reusable parts in Processes and other Subprocesses, and are developed in the same way as Processes are.

<figure><img src="/files/lIJ10tn7LH3umffRcdV6" alt="Picture shows a list of Processes in Frends."><figcaption><p>Process list view in Frends Control Panel.</p></figcaption></figure>

**Templates** give you access to importing Templates and making them into Processes and Subprocesses. Templates are created to cover many different use cases, from having a starting point for your own Processes and speeding up development for known cases, to allowing running Processes from Business Automation Portal by business personnel, without requiring extensive knowledge to develop and manage integrations otherwise.

**Environment Variables** are variables used in Processes, that have varying content depending on the Environment the Process is deployed to. These allow for example to configure different credentials and API endpoints for test and production environments, making for easy deployment and version control. It's also the centralized location to save credentials and other more sensitive data as well as global constants used in Processes.

<figure><img src="/files/o8UFNy6f7l9x8Koxq94X" alt="Picture showing an example of Environment Variables in Frends."><figcaption><p>Environment Variables can be used as global values for each Environment.</p></figcaption></figure>

As last item of the navigation, there is the **Administration** menu. Here you can find the global settings and Environment details for your tenant, such as user, Agent and Task management and connected authentication providers.

<figure><img src="/files/Ah18TEDLJuBJGPClQnTD" alt=""><figcaption><p>Administration menu contents.</p></figcaption></figure>

#### Profile, notifications & help

From the right hand side of the navigation bar, you can find the **Notifications** bell icon, showing you all important or new information about your Tenant.&#x20;

**Help** button will open a chat window for you, where you can ask AI for answers and also contact the support team for help. It's also a quick way to access the documentation.

Under your username, you can enable or disable **Dark mode** if you prefer. The menu also provides access to the onboarding page, and if you want to **give feedback**, you can do it from here as well. Please note that any feature requests or bugs should be reported using the specific tools on homepage instead.

<figure><img src="/files/Oz9BZcOn3BxK1cb76aDp" alt=""><figcaption><p>Profile menu contents.</p></figcaption></figure>


---

# 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/docs/frends-6.1.0/frends-development/centralized-portal/control-panel.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.
