> For the complete documentation index, see [llms.txt](https://docs.big-brain.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.big-brain.co/apps/data-cleaning/integrations.md).

# Integrations

- [Mailshake](https://docs.big-brain.co/apps/data-cleaning/integrations/mailshake.md): Mailshake lets you send email sequences with automatic follow ups to prospects.
- [Add Your Mailshake API Key](https://docs.big-brain.co/apps/data-cleaning/integrations/mailshake/add-your-mailshake-api-key.md): Add your Mailshake API Key
- [Smartlead](https://docs.big-brain.co/apps/data-cleaning/integrations/smartlead.md): Smartleads lets you send email sequences with automatic follow ups to prospects.
- [Add Your Smartlead API Key](https://docs.big-brain.co/apps/data-cleaning/integrations/smartlead/add-your-smartlead-api-key.md): Add your Mailshake API Key
- [Parvenu](https://docs.big-brain.co/apps/data-cleaning/integrations/parvenu.md): Parvenu lets you find email addresses automatically.
- [Add Your Parvenu API Key](https://docs.big-brain.co/apps/data-cleaning/integrations/parvenu/add-your-parvenu-api-key.md): Add your Parvenu API Key
- [Open AI](https://docs.big-brain.co/apps/data-cleaning/integrations/open-ai.md): Send personalized icebreakers in your outreach messages to boost engagement.
- [Default Prompts](https://docs.big-brain.co/apps/data-cleaning/integrations/open-ai/default-prompts.md): These prompts will be used if you don't create custom prompts.
- [New Custom Prompt](https://docs.big-brain.co/apps/data-cleaning/integrations/open-ai/new-custom-prompt.md): Create custom prompts to tailor your icebreakers to your use case.
- [Existing Custom Prompts](https://docs.big-brain.co/apps/data-cleaning/integrations/open-ai/existing-custom-prompts.md): View and edit your existing custom prompts.
- [Using Icebreakers as Text Replacements](https://docs.big-brain.co/apps/data-cleaning/integrations/open-ai/using-icebreakers-as-text-replacements.md): Use the personalization in email or Linkedin campaigns.
- [Add Your Open AI API Key](https://docs.big-brain.co/apps/data-cleaning/integrations/open-ai/add-your-open-ai-api-key.md): Increase your monthly limits by adding your own Open AI API Key.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.big-brain.co/apps/data-cleaning/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
