# De-merge API

Akto automatically merges APIs when it detects changing elements like UUIDs, String, Integer, etc in endpoints. This helps keep your API inventory clean and organized. However, there might be cases where you want to separate these merged APIs.

{% @arcade/embed url="<https://app.arcade.software/share/XotQ1dCbLDUUsblmFAym>" flowId="XotQ1dCbLDUUsblmFAym" %}

### Steps to De-merge APIs:

1. Go to API Collection page from left nav
2. Open your API Collection
3. Select the API endpoint you want to de-merge
4. Click on more options and then click on `De merge` button

### This action will:

* Split the merged endpoint back into separate API endpoints
* Restore individual tracking for each endpoint
* Maintain all existing test coverage and security checks
* Keep your API inventory accurate while giving you more granular control


---

# 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.akto.io/api-inventory/how-to/de-merge-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.
