> For the complete documentation index, see [llms.txt](https://www.docpartner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.docpartner.dev/en/api/sms-partner/contact-management.md).

# Contact Management

### Methods

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Add a Group</strong></td><td>Add a contact group to your account</td><td><a href="/pages/kd2x5qMggSfYSWdl1dAG">/pages/kd2x5qMggSfYSWdl1dAG</a></td></tr><tr><td><strong>Add a Contact</strong></td><td>Add a single contact to your account</td><td><a href="/pages/IGqnTVBEzvXQtFTkUUbG">/pages/IGqnTVBEzvXQtFTkUUbG</a></td></tr><tr><td><strong>Delete a Group</strong></td><td>Delete a contact group from your account</td><td><a href="/pages/uu11rEpMu9nk8ctIB5Cl">/pages/uu11rEpMu9nk8ctIB5Cl</a></td></tr><tr><td><strong>Add Bulk Contacts</strong></td><td>Add multiple contacts to your account</td><td><a href="/pages/V1Am9hU80CLMWMYj2rAn">/pages/V1Am9hU80CLMWMYj2rAn</a></td></tr><tr><td><strong>Edit Contact</strong></td><td>Edit a contact already in your account</td><td><a href="/pages/0CGgLXErsvsbTDZSBnlj">/pages/0CGgLXErsvsbTDZSBnlj</a></td></tr><tr><td><strong>Delete Contact</strong></td><td>Delete a contact from your account</td><td><a href="/pages/1DHOWcX0XUmZ3TfRejch">/pages/1DHOWcX0XUmZ3TfRejch</a></td></tr><tr><td><strong>Get Group List</strong></td><td>Retrieve the list of all existing groups</td><td><a href="/pages/o6zYCGciLcczoBs8sKYA">/pages/o6zYCGciLcczoBs8sKYA</a></td></tr><tr><td><strong>Get Contact List</strong></td><td>Retrieve the list of all contacts</td><td><a href="/pages/c1rLr7FdEGTpx8fFsWYX">/pages/c1rLr7FdEGTpx8fFsWYX</a></td></tr><tr><td><strong>Get Contact Details</strong></td><td>Retrieve the details of a specific contact</td><td><a href="/pages/14Ri4RefhrVwiONHu679">/pages/14Ri4RefhrVwiONHu679</a></td></tr></tbody></table>


---

# 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://www.docpartner.dev/en/api/sms-partner/contact-management.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.
