# Manage workspace contacts

## Contacts

A contact in the Bird Contacts API represents an individual customer or entity, serving as a centralized record for all relevant information about that person or organization. It encapsulates both essential details, such as names and email addresses, and customized attributes that allow businesses to tailor data to their specific needs. A contact is uniquely identified and can include multiple identifiers, such as email or external system IDs, ensuring seamless integration and efficient tracking across platforms. Designed to be both flexible and robust, a contact can store subscription preferences, geographical information, and even verification statuses, providing a complete and dynamic view of a customer.

### API Reference Guide <a href="#api-reference-guide" id="api-reference-guide"></a>

1. [Create a contact](/api/contacts-api/api-reference/manage-workspace-contacts/create-a-contact.md)
2. [Get a contact](/api/contacts-api/api-reference/manage-workspace-contacts/get-a-contact.md)
3. [List contacts](/api/contacts-api/api-reference/manage-workspace-contacts/list-contacts.md)
4. [Update a contact](/api/contacts-api/api-reference/manage-workspace-contacts/update-a-contact.md)
5. [Delete a contact](/api/contacts-api/api-reference/manage-workspace-contacts/delete-a-contact.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://docs.bird.com/api/contacts-api/api-reference/manage-workspace-contacts.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.
