# Legacy

- [Actioning overview](https://docs.kernel.ai/legacy/actioning.md): How to safely take actions based on Kernel's analysis
- [Merge process](https://docs.kernel.ai/legacy/actioning/merge.md): This covers the process of merging accounts in your CRM
- [Backup & rollback](https://docs.kernel.ai/legacy/actioning/backup.md): Kernel keeps a rolling snapshot of your CRM to ensure you can effortlessly roll-back.
- [Leveraging existing tooling](https://docs.kernel.ai/legacy/actioning/leveraging-your-existing-tooling.md): Kernel's Solutions Engineering team can guide you on how to deploy Kernel's actions using your existing tool stack.
- [Deduplication policies](https://docs.kernel.ai/legacy/deduplication-policies.md)
- [Deliberate duplicates](https://docs.kernel.ai/legacy/deliberate-duplicates.md): Use your business logic to preserve duplicates created for specific functions like billing or channel sales.
- [Merging logic](https://docs.kernel.ai/legacy/merging-logic.md): Use intelligent logic to select the primary record and preserve your most valuable data during a merge.
- [Data overview](https://docs.kernel.ai/legacy/data.md)
- [Account analysis](https://docs.kernel.ai/legacy/data/account-analysis.md): Determine an account’s identity based on how a rep would see the account
- [Corporate hierarchies (old)](https://docs.kernel.ai/legacy/data/corporate-hierarchies-old.md)
- [Deduplication](https://docs.kernel.ai/legacy/data/deduplication.md)
- [Foundational enrichment](https://docs.kernel.ai/legacy/data/foundational-enrichment.md): Core company data from LinkedIn
- [LinkedIn mapping](https://docs.kernel.ai/legacy/data/linkedin-mapping.md): Find the right LinkedIn profile for the right company
- [Website analysis](https://docs.kernel.ai/legacy/data/website-analysis.md): Kernel identifies and fixes accounts with missing and incorrect websites
- [Deployment overview](https://docs.kernel.ai/legacy/deployment.md): Kernel aims to deliver value and deploy data as fast as possible. To do this we operate phased approaches. The following guides on the best way to see value from Kernel data quickly.
- [Using Kernel for prioritization](https://docs.kernel.ai/legacy/using-kernel-for-prioritization.md): How to use Kernel's data in popular automation workflows like n8n for custom prioritization workflows that you 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.kernel.ai/legacy.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.
