# Centralized Portal

Your Frends Tenant is operated with Frends Control Panel, which is accessible from your Frends Portal at [https://portal.frends.com](https://portal.frends.com/). You can also access the Control Panel directly through yoursubdomain.frendsapp.com.&#x20;

From the Control Panel, you can create, deploy and manage your integrations, as well as create APIs and manage the Agents and Environments.

## Frends Portal

Frends Portal acts as the gateway to effectively manage your Frends Tenants and subscription plans. While it serves primarily as an entry point to various management tools, it provides access to essential resources and information about your account. Users can inspect or adjust subscription details, monitor resource usage, and review billing information, ensuring that your subscription aligns with business requirements.

<figure><img src="/files/6qvQPWmA9wihXn9Y0nMF" alt="Picture showing Frends Portal landing page."><figcaption><p>Frends Portal provides a simple and intuitive user interface for managing your Tenants.</p></figcaption></figure>

Read more about Frends Portal [here](/frends-development/centralized-portal/frends-portal.md).

## 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.

<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 Control Panel, you are greeted with the Home view providing helpful resources to get started.</p></figcaption></figure>

Check out the details about Control Panel [here](/frends-development/centralized-portal/control-panel.md).


---

# 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/frends-development/centralized-portal.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.
