# Capability A capability query checks the options available for reaching the [contact](https://developers.sinch.com/docs/conversation/keyconcepts/#contact) on the channels on which it has a channel identity. Capability queries can only be executed for contacts that already exist in a project and app. For executing the request, either the contact ID or the channel recipient identities of the contact are required. The request is executed asynchronously, therefore the service responds immediately. The result of the capability query is sent to the registered [webhook](https://developers.sinch.com/docs/conversation/keyconcepts/#webhook) for the **CAPABILITY** trigger. ## Capability lookup - [POST /v1/projects/{project_id}/capability:query](https://developers.sinch.com/docs/conversation/api-reference/conversation/capability/capability_querycapability.md): This method is asynchronous - it immediately returns the requested Capability registration. Capability check is then delivered as a callback to registered webhooks with trigger CAPABILITY for every reachable channel.