# De-merge Agentic Components

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

### Steps to De-merge Components:

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

### This action will:

* Split the merged component endpoint back into separate component endpoints
* Restore individual tracking for each component endpoint
* Maintain all existing probe coverage and security checks
* Keep your agentic 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://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/de-merge-agentic-components.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.
