# Custom APIs

**Accessing Custom APIs:**

To access your custom APIs in our application, follow these steps:

1. **Navigating to the Custom API Section:**
   * Log in to the admin panel using your credentials.
   * Look for the "Custom APIs" tab in the menu bar or navigation panel. It should be the fifth section you see when opening the admin panel.

     <figure><img src="/files/SpYKI2QijcMHwc6e1xXs" alt="" width="375"><figcaption></figcaption></figure>
2. **Viewing Custom APIs:**
   * Upon accessing the custom API section, you will be presented with a list of APIs registered in the system.
   * The list will include API name and function description.

     <figure><img src="/files/sn9F3fdTviXE69EKnGgs" alt=""><figcaption></figcaption></figure>
3. **Filtering APIs:**
   * Use the search bar to narrow down the list of APIs, if necessary, to help locate the one you are looking for.

     <figure><img src="/files/EghfuP7124ryCn2Fd4aO" alt=""><figcaption></figcaption></figure>
4. **Viewing Custom API Details:**
   * Click on the API name to view detailed information in the Custom API editing panel.

     <figure><img src="/files/v4v83GCj8nFGxqxhhNps" alt=""><figcaption></figcaption></figure>

**Note:** Ensure that you have the necessary permissions to access and manage APIs. Exercise caution when performing actions that affect user accounts to avoid unintended consequences.

#### Additional Information:

* **Company Admin Privileges**: Please note that only users with company admin privileges can access the admin panel and manage custom APIs.


---

# 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.aicrisk.com/admin/custom-apis.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.
