# API

- [Authentication](https://developers.madkudu.com/api/authentication.md): Learn how to authenticate to MadKudu API
- [Lookup](https://developers.madkudu.com/api/lookup.md): Find any account or person by the identifier you have (email, domain Linkedin handle, Twitter, salesforce ID, hubspot ID ...) and get their MadKudu ID.
- [Detailed Information](https://developers.madkudu.com/api/detailed-information.md): Get the full picture on any person or account using the MadKudu ID
- [Enrichment](https://developers.madkudu.com/api/enrichment.md): The Enrichment API allows you to retrieve valuable company insights based on a domain name. It provides structured data  such as hiring activity, technologies usage and more.
- [Search](https://developers.madkudu.com/api/search.md): Search accounts or persons with filters
- [Sourcing](https://developers.madkudu.com/api/sourcing.md): Discover new prospects from your favorite data providers (Apollo, Cognism, and ZoomInfo), who aren't already in your CRM
- [AI Features](https://developers.madkudu.com/api/ai-features.md)


---

# 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://developers.madkudu.com/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.
