# Adding a New API

**Adding a New API:**

To add a new API to 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" to access the API section.

     <figure><img src="/files/BnG9dtGwcuLRbgwyMsDx" alt="" width="339"><figcaption></figcaption></figure>
2. **Accessing the Create New API Panel:**
   * Within the Custom API's section, locate the button labeled "Add New API".
   * Click on the "Add New API" button to access the Create New API panel.

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


---

# 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/adding-a-new-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.
