> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/contacts.md).

# Contacts

- [Add Contact](https://docs.bizmagnets.ai/contacts/add-contact.md): Learn how to seamlessly add and manage contacts using the BizMagnets with our step-by-step guide.
- [Export Contacts](https://docs.bizmagnets.ai/contacts/export-contacts.md): Exporting contacts via BizMagnets involves retrieving contact information stored in your WhatsApp Business account.
- [Contact Deletion](https://docs.bizmagnets.ai/contacts/contact-deletion.md): Contact deletion involves permanently removing contact information from your business's database. This can be done individually, in bulk, or by applying filters to select specific contacts.
- [Contact Management](https://docs.bizmagnets.ai/contacts/contact-management.md): Effective contact management ensures that your business can efficiently engage with customers, send targeted messages, and maintain accurate records.
- [Opt-in Management](https://docs.bizmagnets.ai/contacts/opt-in-management.md): Opt-in Management in BizMagnets ensures that businesses obtain customer consent before sending messages, in compliance with WhatsApp’s policies.
- [Community](https://docs.bizmagnets.ai/contacts/community.md): The Community is a predefined list of WhatsApp users that a business has collected and organized for targeted messaging purposes.
- [New Community](https://docs.bizmagnets.ai/contacts/community/new-community.md): You can create a new community in the 'New Community' tab by selecting the desired contacts.
- [Existing Community](https://docs.bizmagnets.ai/contacts/community/existing-community.md): In the 'Existing Community' tab, you can find all the communities that you have created.
- [Companies](https://docs.bizmagnets.ai/contacts/companies.md): All clients from a particular business will be grouped under a single company. As a result, all contacts from that business will be saved within that company.


---

# 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.bizmagnets.ai/contacts.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.
