# API Portal

- [Getting Started](https://docs.frends.com/api-portal/general/getting-started.md): How to start using Frends API Portal.
- [How to create API Products](https://docs.frends.com/api-portal/general/how-to-create-api-products.md): API Products are the published APIs from a Frends Tenant.
- [Preparing your Frends API for publishing](https://docs.frends.com/api-portal/general/preparing-your-frends-api-for-publishing.md): APIs published in API Portal require authentication to be set up separately.
- [How to use API Products](https://docs.frends.com/api-portal/general/how-to-use-api-products.md): With Products created, how do you use them?
- [Customizing your API Portal](https://docs.frends.com/api-portal/general/customizing-your-api-portal.md): How to adjust the look\&feel of your portal.
- [Audit Log & Security](https://docs.frends.com/api-portal/general/audit-log-and-security.md): Security and auditability built-in.
- [Admin Roles & User Management](https://docs.frends.com/api-portal/general/admin-roles-and-user-management.md): Different roles for users in API Portal.


---

# 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/api-portal/general.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.
