# Client SDK

## What is the Verida Client SDK?[​](https://developers.verida.network/docs/client-sdk#what-is-the-verida-client-sdk) <a href="#what-is-the-verida-client-sdk" id="what-is-the-verida-client-sdk"></a>

The Verida Client SDK is an open source implementation of a Verida network client providing encrypted storage, identity, messaging, and schemas capabilities. It is an easy-to-use library that abstracts the complexities behind these capabilities, thereby allowing developers to build self-sovereign applications.

This Verida Client SDK is the main library used by developers to add Verida protocol support into an application. There are two implementations for the Client SDK:

* [NodeJs Client](https://github.com/verida/verida-js/tree/main/packages/client-ts) — A package that can be used in a web browser or NodeJs environment.
* [React Native client](https://github.com/verida/client-rn) — A package that can be used in React Native mobile applications ([Learn more](/protocol/client-sdk/react-native.md)).

The Client SDK provides the following core capabilities:

* Authenticate a user via a known private key or a Web3 modal popup
* Access encrypted database storage for your application for the authenticated user
* Send/receive messages between different users and applications

A user can have multiple[ Application Contexts](/protocol/concepts/application-contexts.md) that provide completely separate databases, messaging and storage.

## More about the Client SDK[​](https://developers.verida.network/docs/client-sdk#more-about-the-client-sdk) <a href="#more-about-the-client-sdk" id="more-about-the-client-sdk"></a>

[Getting Started](/protocol/client-sdk/getting-started.md)

[Authentication](/protocol/client-sdk/authentication.md)

[Data](/protocol/client-sdk/data.md)

[Queries](/protocol/client-sdk/queries.md)

[Permissions](/protocol/client-sdk/permissions.md)

[Messaging](/protocol/concepts/messaging.md)

[Profiles](/protocol/client-sdk/account-profiles.md)

[Events](/protocol/client-sdk/events.md)

[Configuration](/protocol/client-sdk/configuration.md)

[React Native](/protocol/client-sdk/react-native.md)

[Advanced](/protocol/client-sdk/advanced.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://developers.verida.network/protocol/client-sdk.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.
