# Introduction

The Frends Platform API allows Frends to be managed via an API interface. This can be used to automate actions, such as editing Environment Variables or deploying Processes, or accessing Process Instances for monitoring them.

## Platform management over API

Frends Platform API is a RESTful API that allows you to perform tasks and actions, and receive data from your Frends Tenant. The API thus allows automating management and monitoring tasks that otherwise would have to be done single piece at a time manually.

Accessing the API description and reference is done through your Frends Control Panel, using URL such as **yourtenant.frendsapp.com/swagger**. You can also find the latest Platform API reference from [here](https://docs.frends.com/reference/frends-6.1.0/frends-platform-api/platform-api-reference).

<figure><img src="broken-reference" alt="Image shows the Frends Platform API reference within your Frends Tenant."><figcaption><p>API endpoints are visible in the API description, and can be tested from here as well.</p></figcaption></figure>

Because it is an API and it's accessible within Frends as well, what better way to create your automation to your Frends Tenant than using Frends Processes to implement them. This way you can create Processes that will perform actions to other Frends Processes, as well as collect monitoring data and adjust values in your environment as needed.

The API is designed to be used in a RESTful manner specifying Frends elements to be accessed by their identifiers. Some responses provide links, which help with further requests for the elements contained in the response. Lists use paging or continuation tokens if the data is rapidly changing, e.g. Process Instances. In these cases you need to use the continuation token to have a consistent experience enumerating the list.


---

# 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/reference/frends-6.1.0/frends-platform-api/introduction.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.
