# Editing a Custom API

**Editing a Custom API:**

To edit an existing Custom API in your company, 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 option.
   * Click on the "Custom APIs" tab if necessary to access the APIs section.

     <figure><img src="/files/iWGKcu15m1be36PhwQL7" alt=""><figcaption></figcaption></figure>
2. **Selecting the API to Edit:**
   * Within the Custom API section, locate the API you want to edit from the list of available APIs.
   * Use the filtering options to narrow down the list of APIs based on specific criteria such as API name and function description.
   * Click on the API's name to access it's editing panel.

     <figure><img src="/files/dvZ8emf9xhuMEpyqMn8g" alt=""><figcaption></figcaption></figure>
3. **Editing the API:**
   * **I**n the editing panel, make any appropriate changes needed.
   * After making the desired changes in the editing panel, review it for accuracy.
   * Once satisfied, click save and exit the editing panel to save the changes.

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

#### 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/editing-a-custom-api.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.
