# API Specification

The API Management page in Control Panel is the central management view for all of your APIs. From here, you can create new APIs by providing an OpenAPI specification for it, and then creating a new Process or linking an existing Process to each endpoint you have specified in the spec.&#x20;

<figure><img src="/files/0SljuOXfcVOamSPwUGak" alt=""><figcaption><p>OpenAPI specification editor to create or edit an API.</p></figcaption></figure>

To learn more about creating APIs with Frends, head over to [How to create an API with Frends](/guides/api-management/how-to-create-an-api-with-frends.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/api-management/api-specification.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.
