> 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/api/sms-partner/gestion-des-contacts.md).

# Gestion des contacts

### Méthodes

<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>Ajouter un groupe</strong></td><td>Ajouter un groupe de contact à votre compte</td><td><a href="/pages/kd2x5qMggSfYSWdl1dAG">/pages/kd2x5qMggSfYSWdl1dAG</a></td></tr><tr><td><strong>Ajouter un contact</strong></td><td>Ajouter un contact à votre compte</td><td><a href="/pages/IGqnTVBEzvXQtFTkUUbG">/pages/IGqnTVBEzvXQtFTkUUbG</a></td></tr><tr><td><strong>Supprimer un groupe</strong></td><td>Supprimer un groupe de votre compte</td><td><a href="/pages/uu11rEpMu9nk8ctIB5Cl">/pages/uu11rEpMu9nk8ctIB5Cl</a></td></tr><tr><td><strong>Ajouter un lot de contacts</strong></td><td>Ajouter plusieurs contacts à votre compte</td><td><a href="/pages/V1Am9hU80CLMWMYj2rAn">/pages/V1Am9hU80CLMWMYj2rAn</a></td></tr><tr><td><strong>Modifier un contact</strong></td><td>Modifier un contact présent sur votre compte</td><td><a href="/pages/0CGgLXErsvsbTDZSBnlj">/pages/0CGgLXErsvsbTDZSBnlj</a></td></tr><tr><td><strong>Supprimer un contact</strong></td><td>Supprimer un contact de son compte</td><td><a href="/pages/1DHOWcX0XUmZ3TfRejch">/pages/1DHOWcX0XUmZ3TfRejch</a></td></tr><tr><td><strong>Obtenir la liste des groupes</strong></td><td>Obtenir la liste de tous les groupes existant</td><td><a href="/pages/o6zYCGciLcczoBs8sKYA">/pages/o6zYCGciLcczoBs8sKYA</a></td></tr><tr><td><strong>Obtenir la liste des contacts</strong></td><td>Obtenir la liste de tous les contacts</td><td><a href="/pages/c1rLr7FdEGTpx8fFsWYX">/pages/c1rLr7FdEGTpx8fFsWYX</a></td></tr><tr><td><strong>Obtenir le détail d'un contact</strong></td><td>Obtenir le détail d'un contact déjà existant</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/api/sms-partner/gestion-des-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.
